django-db-connection-pool

Database connection pool component library for Django

MIT License

Downloads
84K
Stars
195
Committers
8

Bot releases are hidden (Show)

django-db-connection-pool - 1.2.5 Latest Release

Published by altairbow 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/altairbow/django-db-connection-pool/compare/1.2.4...1.2.5

django-db-connection-pool - django-db-connection-pool 1.2.4

Published by altairbow over 1 year ago

Release Notes

  1. Add support for Oceanbase's mysql and oracle modes
  2. Add support for PostGIS
  3. Fix the problem that the test database cannot be deleted after the django test is completed
  4. Remove support for named sql parameters, Use pyformat to handle SQL named parameters
  5. JDBC backends: Add support for pyformat SQL named parameters and other updates

For the complete changelog look here.

django-db-connection-pool - django-db-connection-pool 1.2.2

Published by altairbow almost 2 years ago

Release Notes

  1. Add support for django-tenants
  2. Add support for specifying OceanBase mode

For the complete changelog look here.

django-db-connection-pool - django-db-connection-pool 1.2.1

Published by altairbow over 2 years ago

Release Notes

  1. jdbc backends: add support for named parameters
  2. change pool's default parameters
  3. fix _set_autocommit (#33 #5 )

For the complete changelog look here.

django-db-connection-pool - django-db-connection-pool 1.1.0

Published by altairbow over 2 years ago

Release Notes

  1. postgres: use psycopg2 dialect
  2. add jdbc(Oracle, OceanBase) backends
  3. add compatibility for django4

For the complete changelog look here.

django-db-connection-pool - django-db-connection-pool 1.0.7

Published by altairbow almost 4 years ago

Release Notes

  • Fix bug #14 .

For the complete changelog look here.

django-db-connection-pool - django-db-connection-pool 1.0.6

Published by altairbow almost 4 years ago

Release Notes

  • Make backend engines optional, Thank @alexander-jacob for the PR.

For the complete changelog look here.

django-db-connection-pool - django-db-connection-pool 1.0.5

Published by altairbow about 4 years ago

Release Notes

  • add PostgreSQL support, Thank @kkxue for the PR
  • translate comment to English

For the complete changelog look here.

django-db-connection-pool - django-db-connection-pool 1.0.2

Published by altairbow about 5 years ago

Release Notes

  • update logging, to support l10n
  • add dj_db_conn_pool.setup, for setting up default parameters

For the complete changelog look here.

django-db-connection-pool - add python2 compatibility

Published by altairbow over 5 years ago

django-db-connection-pool -

Published by altairbow over 5 years ago