Skip to content
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

Use JDBC Escape syntax for MySQL Date / Time literals to circumvent a known MySQL bug #3648

Closed
lukaseder opened this issue Sep 23, 2014 · 0 comments

Comments

@lukaseder
Copy link
Member

We should revert #1253 only for MySQL because of this bug here:
http://bugs.mysql.com/bug.php?id=69233

According to the documentation, it seems that the MySQL parser itself also supports this escape syntax, so reverting is fine for MySQL:
http://dev.mysql.com/doc/refman/5.7/en/date-and-time-literals.html

The original bug report was brought to us by Gunther here:
https://groups.google.com/forum/#!topic/jooq-user/eXkHOFTbUZs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant