-
Notifications
You must be signed in to change notification settings - Fork 115
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
Unable to use FROM_UNIXTIME function #69
Comments
@anarcist69 it is indeed a bug, as the GenericBuilder is outputting the expected query. I'll look into it today. It shouldn't be too hard to fix. Thanks for reporting, I'll keep you posted |
Fixed it. 3dca30b Use release 1.2.1 👍 |
Thanks, almost got it. Looks like it still isn't outputting quite right. MySQL requires formatting like this:
output is like this (Note the spaces after % signs and no quotation marks surrounding the second argument):
Thanks for responding so fast. EDIT: Sorry shouldn't have responded so fast. Changed my code to include the quotation marks and all is fine in the world again.
@changetip, send coffee to @nilopc |
Hi @nilopc, @anarcist69 sent you a tip worth 1 coffee (4,060 bits/$1.50), and I'm here to deliver it ➔ collect your tip. |
Writing code like so:
And it is returning MySQL that is invalid:
The text was updated successfully, but these errors were encountered: