Skip to content

Commit 043653d

Browse files
committed
updated next_changelog
1 parent 7dc41bc commit 043653d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
### Updated
88
- Log timestamps now explicitly display timezone.
99
- **[Breaking Change]** `PreparedStatement.setTimestamp(int, Timestamp, Calendar)` now properly applies Calendar timezone conversion using LocalDateTime pattern (inline with `getTimestamp`). Previously Calendar parameter was ineffective.
10+
- `DatabaseMetaData.getColumns()` with null catalog parameter now retrieves columns from all available catalogs when using SQL Execution API.
1011

1112
### Fixed
1213
- Fix timeout exception handling to throw `SQLTimeoutException` instead of `DatabricksSQLException` when queries timeout.

0 commit comments

Comments
 (0)