This repository has been archived by the owner on Feb 21, 2020. It is now read-only.
Releases: LocusEnergy/sqlalchemy-vertica-python
Releases · LocusEnergy/sqlalchemy-vertica-python
0.4.4
0.4.3
- Set supports_sane_rowcount to False due to vertica_python rowcount oddities
- Install extras from vertica_python
- Clarify sequence usage in README
0.4.2
- Add support for IDENTITY columns by replacing references to SERIAL
0.4.1
- Fix
LONG *
data type reflection
0.4.0
- Implement is_disconnect method
0.3.5
- Fix initialization parameters
0.3.4
- Various improvments around data type reflection
0.3.1
- Add supports_native_decimal
- Add supports_unicode_statements and supports_unicode_binds
0.3.0
- Improve type reflection across the board with typeargs and timezone awareness, and support for additional Vertica types #14
0.2.2
- Add Vertica-specific implementation for get_table_comment, overriding the incorrect, inherited PostgreSQL implementation - https://github.com/LocusEnergy/sqlalchemy-vertica-python/issues/12