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
91e21836f6
django1
/
django
/
db
/
backends
History
Hannes Ljungberg
b746596f5f
Refs
#32779
-- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql() to take fields as second parameter.
2021-05-28 10:50:27 +02:00
..
base
Refs
#32779
-- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql() to take fields as second parameter.
2021-05-28 10:50:27 +02:00
dummy
Made DatabaseFeatures.uses_savepoints default to True.
2018-10-25 10:02:47 -04:00
mysql
Fixed
#32503
-- Fixed altering BLOB/TEXT field to non-nullable with default on MySQL 8.0.13+.
2021-05-21 13:34:37 +02:00
oracle
Fixed
#32722
-- Fixed comparing to TruncTime() on Oracle.
2021-05-11 09:19:25 +02:00
postgresql
Fixed
#32687
-- Restored passing process’ environment to underlying tool in dbshell on PostgreSQL.
2021-04-27 10:43:35 +02:00
sqlite3
Fixed
#32780
-- Made Add/RemoveConstraint operations a noop for covering/deferrable unique constraints on SQLite.
2021-05-25 11:34:25 +02:00
__init__.py
Fixed
#22603
-- Reorganized classes in django.db.backends.
2015-01-14 14:16:20 -05:00
ddl_references.py
Fixed
#26167
-- Added support for functional indexes.
2021-01-13 11:47:50 +01:00
signals.py
Fixed
#31327
-- Deprecated providing_args argument for Signal.
2020-03-05 09:38:52 +01:00
utils.py
Fixed a/an typos in "SQL" usage.
2020-05-06 06:35:26 +02:00