Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Releases: dungdm93/sqlalchemy-trino

v0.5.0

05 May 14:15
b96e43c
Compare
Choose a tag to compare

Deprecated sqlalchemy-trino in favor of trino-python-client

sqlalchemy-trino was developed as Trino (f.k.a PrestoSQL) dialect for SQLAlchemy.
Since trinodb/trino-python-client#81, all code of sqlalchemy-trino is donated and merged into upstream project.
So now, this project is no longer active and consider as deprecated.

v0.4.1

03 Dec 09:28
29020cd
Compare
Choose a tag to compare

NOTE
trino-python-client 0.307 release with built-in SQLAlchemy driver (code donation from this repo).
To avoid conflict between this package and the built-in dialect, please update the sqlalchemy-trino to 0.4.1 or pinned trino to 0.360.0

Start from 0.5, sqlalchemy-trino will going to maintenance mode, and all development should going to trino-python-client

Change log:

  • #37 Overwrite limit_clause in TrinoSQLCompiler

v0.4.0

23 Sep 18:35
5e7dcd5
Compare
Choose a tag to compare

Change log:

  • #25 support sessionUser
  • #30 support JWT Authentication
  • #32 eager-loading cursor.description and remove TrinoResultProxy
  • #33 bugfix & improve parse_sqltype func
  • #34 using information_schema instead of SHOW command

v0.3.0

05 May 08:53
5a01b48
Compare
Choose a tag to compare

Change log:

  • Feat: Supporting Pandas #10
  • Fix: Getting table comment is broken if it's not supported #11
  • Fix: Change default catalog from hive to system #13