v2.1.4
What's Changed
Bug Fixes
- Fix DATE/TIME/TIMESTAMP display -- Query Service
/resultsendpoint 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
hasMorePagesflag, 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!