This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
d3f4c2b95d
django1
/
django
/
db
/
backends
History
Georgi Yanchev
9c1fe446b6
Fixed
#33339
-- Made QuerySet.bulk_create() use TO_NCLOB() for TextFields on Oracle.
2021-12-03 07:39:20 +01:00
..
base
Fixed
#30398
-- Added CONN_HEALTH_CHECKS database setting.
2021-12-01 07:44:48 +01:00
dummy
Removed DatabaseIntrospection.get_key_columns().
2021-11-10 16:38:43 +01:00
mysql
Updated various links to HTTPS and new locations.
2021-12-02 11:27:29 +01:00
oracle
Fixed
#33339
-- Made QuerySet.bulk_create() use TO_NCLOB() for TextFields on Oracle.
2021-12-03 07:39:20 +01:00
postgresql
Fixed
#33279
-- Fixed handling time zones with "-" sign in names.
2021-11-12 07:30:02 +01:00
sqlite3
Removed unneeded can_use_chunked_reads feature flag on SQLite.
2021-11-25 20:08:46 +01:00
__init__.py
Fixed
#22603
-- Reorganized classes in django.db.backends.
2015-01-14 14:16:20 -05:00
ddl_references.py
Fixed
#33194
-- Fixed migrations when altering a field with functional indexes/unique constraints on SQLite.
2021-10-18 08:25:23 +02:00
signals.py
Fixed
#31327
-- Deprecated providing_args argument for Signal.
2020-03-05 09:38:52 +01:00
utils.py
Fixed
#33279
-- Fixed handling time zones with "-" sign in names.
2021-11-12 07:30:02 +01:00