Django Db Connection Pool Versions Save

Database connection pool component library for Django

1.2.5

1 month ago

What's Changed

New Contributors

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

1.2.4

11 months 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.

1.2.2

1 year ago

Release Notes

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

For the complete changelog look here.

1.2.1

1 year 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.

1.1.0

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.

1.0.7

3 years ago

Release Notes

  • Fix bug #14 .

For the complete changelog look here.

1.0.6

3 years ago

Release Notes

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

For the complete changelog look here.

1.0.5

3 years ago

Release Notes

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

For the complete changelog look here.

1.0.2

4 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.

1.0.1

5 years ago