-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dialect not honored for Insert #130
Comments
This is most likely related to #126 i don't think I'll have time until Friday or Saturday to look at this. |
Thanks for the super fast response @doug-martin ! That PR does look very related. I tried to trace through the code to figure out if I was doing something wrong but I didn't get far enough to sort it all out. I'll work around this locally for now until you have time to get this resolved. Thanks again for the awesome work and super responsiveness. |
I just published v8.3.1 which includes #126 Thanks for the bug report and let me know if you are still having issues! |
@doug-martin woohoo! Thank you so much for getting this merged. I will pick up the latest version and try it out tonight and update this bug with my results. Can't wait! |
@doug-martin I upgraded to v8.3.1 and the problem is fixed! Thank you so much for your super quick turnaround on this bug as it was driving me crazy. Awesome job. |
First, I want to thank you for
goqu
. It's fantastic and I'm loving it so far!I think I found an issue with
Insert
not honoring the dialect setting for the placeholders. The simplest test to exhibit this is the following:The test fails with the following output:
The text was updated successfully, but these errors were encountered: