feat: Add MySQL support for BETWEEN arguments#1265
Conversation
|
Fixes #1077 |
kyleconroy
left a comment
There was a problem hiding this comment.
Thank you so much for the great PR
|
Hi! Unless I'm missing something here, the BETWEEN argument is not working. The playground link for #1077 shows no parameters able to be passed for the 2 BETWEEN arguments in the query methods. Is this supposed to be working? I too cannot get BETWEEN to work correctly, as I get the same results... a query method that ignores the arguments for BETWEEN. Playground: https://play.sqlc.dev/p/191c72c32e4c4c35ec8c7f197c20ee52e38c54c978484bc7ae9dd7f296b9b0b2 Thank you |
|
The playground is still using version 1.10. I'm hoping to release 1.11 today |
|
Ahh that explains it. My bad.... for whatever reason I had it in my head it was supposed to have been in the latest release.... thanks! Easy to work-around for now, at least for my uses, but there are times when BETWEEN just makes large queries more readable. |
No description provided.