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
## Description
<!-- Provide a brief summary of the changes made and the issue they aim
to address.-->
## Testing
<!-- Describe how the changes have been tested-->
## Additional Notes to the Reviewer
<!-- Share any additional context or insights that may help the reviewer
understand the changes better. This could include challenges faced,
limitations, or compromises made during the development process.
Also, mention any areas of the code that you would like the reviewer to
focus on specifically. -->
- Fixed timestamp values returning only milliseconds instead of the full nanosecond precision.
16
+
- Fixed Statement.getUpdateCount() for DML queries.
17
+
---
18
+
3
19
## [v1.0.10-oss] - 2025-09-18
4
20
### Added
5
21
-**Query Tags support**: Added ability to attach key-value tags to SQL queries for analytical purposes that would appear in `system.query.history` table. Example: `jdbc:databricks://host;QUERY_TAGS=team:marketing,dashboard:abc123`. (This feature is in [private preview](https://docs.databricks.com/aws/en/release-notes/release-types#:~:text=Private%20Preview-,Invite%20only,-No))
0 commit comments