Skip to content

v2.1.4

Choose a tag to compare

@padak padak released this 08 Apr 20:33
· 38 commits to main since this release
6eef678

What's Changed

Bug Fixes

  • Fix DATE/TIME/TIMESTAMP display -- Query Service /results endpoint returns Snowflake internal epoch representations (days since 1970 for DATE, seconds.nanoseconds for TIMESTAMP, seconds since midnight for TIME). Both JDBC driver and VSCode extension now convert these to proper human-readable values. (#15)
  • Fix result pagination -- The Query Service API does not return a hasMorePages flag, causing the JDBC driver to stop after the first 1000 rows. Now uses page-size heuristic to fetch all result pages.

Downloads

  • JDBC Driver: keboola-jdbc-driver-2.1.4.jar
  • VSCode Extension: sqltools-keboola-driver-2.1.4.vsix

Both attached below.

Acknowledgments

Thanks to @TomasRachunek for reporting the date conversion issue (#15) and to Ales Moravec for additional feedback!