Skip to content

Releases: ActianCorp/sqlalchemy-ingres

Version 0.0.8

29 Jul 20:55
dd22ef5
Compare
Choose a tag to compare

Issues fixed in this release

  • Properly reflect column attributes: nulllable, autoincrement, comment #61
  • Return only user defined indexes from IngresDialect::get_indexes #60

Version 0.0.7

17 Jul 17:20
e4d4ed7
Compare
Choose a tag to compare

Load iidbcapabilities and use to build column definition involving unique constraints (#58)
Doc update for SQL syntax error involving UNION with SELECT containing ORDER BY (#57)
Mitigate AssertionError for unique constraints (#56)
New method get_unique_constraints II-14372 (#52)
Avoid running SQLAlchemy schema tests with Ingres dialect (#50)
Add custom requirements.py (#49)
Ensure lastrowid exists before assigning (#47)
Preliminary error fixes (#46)
Support for IDENTITY columns (#42)
Add known issues section (#40)
fix identifier case handling #37
Improve SQL row limiting and metadata operations (#35)
Minor updates to python code example #34

Version 0.0.6

11 Mar 18:18
Compare
Choose a tag to compare

Changes:

  • Various documentation updates
  • Fixes return type in get_primary_keys (#31)
    • Resolves: TypeError: list indices must be integers or slices, not str
  • Fixes tuple append in get_view_definition and get_indexes (#33)
    • Resolves: TypeError: 'tuple' object is not callable
  • Version updated to 0.0.6

Initial Public Ready PyPi release

12 Feb 19:41
Compare
Choose a tag to compare

installable from pypi with:

pip install "sqlalchemy-ingres[all]"