-
Notifications
You must be signed in to change notification settings - Fork 48
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
Missing characters #1
Comments
@drasch Hello. Can you give example of query where missing characters? Thank you |
The last character of strings were truncated. This is fixed in some of
|
@drasch please make pull request |
@drasch About https://github.com/siddontang/go-mysql , if I use this library, can we dump this record detail if we insert a line? some log is as bellow: |
In trying to use this library, we found it was truncating the values from the binlog and we didn't take the time to figure out why. Switched to using: https://github.com/siddontang/go-mysql instead.
The text was updated successfully, but these errors were encountered: