File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ list](https://github.com/trinodb/trino-python-client/tags), the
66[ README] ( https://github.com/trinodb/trino-python-client/blob/master/README.md )
77and the [ PyPI page] ( https://pypi.org/project/trino/ ) .
88
9+ ## Release 0.323.0
10+
11+ * Fix handling of ` Decimal ` params which use scientific notation.
12+ ([ #347 ] ( https://github.com/trinodb/trino-python-client/issues/347 ) )
13+ * Map Trino ` UUID ` type to Python ` uuid.UUID ` .
14+ ([ #354 ] ( https://github.com/trinodb/trino-python-client/issues/354 ) )
15+ * Map ` sqlalchemy.Uuid ` type to Trino ` UUID ` .
16+ ([ #359 ] ( https://github.com/trinodb/trino-python-client/issues/359 ) )
17+ * Support using timezone aware ` datetime.time ` params in prepared statements.
18+ ([ #360 ] ( https://github.com/trinodb/trino-python-client/issues/360 ) )
19+ * Allow accessing ` ROW ` type fields using their names in addition to their indices.
20+ ([ #338 ] ( https://github.com/trinodb/trino-python-client/issues/338 ) )
21+ * Interpret ` roles ` without catalog name as system roles for convenience.
22+ ([ #341 ] ( https://github.com/trinodb/trino-python-client/issues/341 ) )
23+
924## Release 0.322.0
1025
1126* Return ` rowcount ` property on the DB-API ` Cursor ` when available.
You can’t perform that action at this time.
0 commit comments