Skip to content

Release v3.0.0

Compare
Choose a tag to compare
@wnob wnob released this 11 Dec 23:45
· 29 commits to main since this release
6ee1000
  • 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.