Skip to content

Releases: AnswerDotAI/apswutils

v0.1.2

18 Dec 06:24

Choose a tag to compare

  • Fix SQLExpr repr

v0.1.1

08 Dec 01:31

Choose a tag to compare

  • Query fix to accept dict as parameters bug
  • Allow using SQL functions for default values
  • Use rowtrace func to convert row to dict
  • Database.query() rows as AttrDict via AttrDictRowFactory
  • Remove OperationError

v0.1.0

18 Jun 05:00

Choose a tag to compare

  • Bump version number due to breaking change

v0.0.3

18 Jun 04:57

Choose a tag to compare

Breaking changes

  • fetchone has been renamed to item, and now raises an exception if >1 rows or fields are present

v0.0.2

23 Dec 22:14

Choose a tag to compare

New features

  • Add modify_table_schema
  • Custom logging

v0.0.1

21 Dec 23:43

Choose a tag to compare

Initial release.