-
Notifications
You must be signed in to change notification settings - Fork 106
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
Exporting wrong time for large hours values (hhh:mm:ss) #70
Comments
Thanks for the info. Will work on this. |
I have modified the source code. You may test with the following file and see if the problem still exist I have modified the file
to
|
Thanks for the fast respond. Your change looks good, but the result is still the same as before. |
@adriancs2
Added:
Changed: This works fine for me. |
@skogamor Here is the second edit, you may try it out: Since the
|
@adriancs2 Do you already know when the next release will appear? |
@skogamor |
@adriancs2 |
I have a column that shows the difference between two dates as TIME type. According to the MySQL reference, TIME can contain large hours values ("hhh: mm: ss").
When exporting the table, all hours > 24 are currently truncated.
The text was updated successfully, but these errors were encountered: