We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DATE
There appears to be a regression in the handling of DATE values:
db-val: 2012-06-14 old-val: 2012-06-14 new-val: 56324-07-06
2012-06-14
56324-07-06
DATETIME continues to work as expected
DATETIME
edit I new refers to current master, old refers to code.google.com/p/go-mysql-driver/mysql
new
The text was updated successfully, but these errors were encountered:
77acdcc
Oh god, sorry. I did a major rewrite a few days ago, which unfortunately seems to introduced a few bugs.
Sorry, something went wrong.
That was quick, thanks! nw, all seems wells now
julienschmidt
No branches or pull requests
There appears to be a regression in the handling of
DATE
values:db-val:
2012-06-14
old-val:
2012-06-14
new-val:
56324-07-06
DATETIME
continues to work as expectededit I
new
refers to current master, old refers to code.google.com/p/go-mysql-driver/mysqlThe text was updated successfully, but these errors were encountered: