You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add support for microsecond precision.
Add support for getObject() for the TIME type (returning java.sql.Time). Previously, this threw an error.
[BREAKING] change the return type of getObject() for DATETIME. Now, it will return a java.sql.Timestamp object whose toString() method returns the correct string representation for the system default calendar. Previously, getObject() returned a String for DATETIME.