Databases Versions Save

Async database support for Python. 🗄

0.5.1

2 years ago

0.5.1 (September 2nd, 2021)

Added

  • Make database connect and disconnect calls idempotent (#379)

Fixed

  • Fix in_ and notin_ queries in SQLAlchemy 1.4 (#378)

0.5.0

2 years ago

0.5.0 (August 26th, 2021)

Added

  • Support SQLAlchemy 1.4 (#299)

Fixed

  • Fix concurrent transactions (#328)

0.4.3

3 years ago

0.4.3 (March 26th, 2021)

Fixed

  • Pin SQLAlchemy to <1.4.* (#314)

0.4.2

3 years ago

Changelog:

  • Fix memory leak with asyncpg for SQLAlchemy generic functions (#273)

0.4.1

3 years ago

Changelog:

0.4.0

3 years ago

Changelog:

  • Use backend native fetch_val() implementation when available (#132)
  • Replace psycopg2-binary with psycopg2 (#204)
  • Speed up PostgresConnection fetch() and iterate() (#193)
  • Access asyncpg Record field by key on raw query (#207)
  • Fix type hinting for sqlite backend (#227)
  • Allow setting min_size and max_size in postgres DSN (#210)
  • Add option pool_recycle in postgres DSN (#233)
  • Fix SQLAlchemy DDL statements (#226)
  • Make fetch_val call fetch_one for type conversion (#246)
  • Allow extra transaction options (#242)
  • Unquote username and password in DatabaseURL (#248)

0.3.2

4 years ago
  • Build queries before acquiring the lock. #199
  • Return correct values from PostgreSQL record when columns have identical name. #173

0.3.0

4 years ago