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
2d38eb0ab9
django1
/
django
/
db
/
backends
History
Simon Charette
377c7cb2f7
Refs
#23576
-- Disabled MySQL multi-alias deletion path on MariaDB 10.3.2+.
2019-10-31 08:14:30 +01:00
..
base
Refs
#29444
-- Removed redundant DatabaseFeatures.can_return_multiple_columns_from_insert.
2019-09-24 10:37:22 +02:00
dummy
Made DatabaseFeatures.uses_savepoints default to True.
2018-10-25 10:02:47 -04:00
mysql
Refs
#23576
-- Disabled MySQL multi-alias deletion path on MariaDB 10.3.2+.
2019-10-31 08:14:30 +01:00
oracle
Fixed
#30899
-- Lazily compiled import time regular expressions.
2019-10-29 09:22:26 +01:00
postgresql
Refs
#30897
-- Added test for SETTINGS option to Queryset.explain() on PostgreSQL 12+.
2019-10-23 14:07:18 +02:00
sqlite3
Fixed
#30899
-- Lazily compiled import time regular expressions.
2019-10-29 09:22:26 +01:00
__init__.py
Fixed
#22603
-- Reorganized classes in django.db.backends.
2015-01-14 14:16:20 -05:00
ddl_references.py
Fixed
#30903
-- Fixed migrations crash on PostgreSQL when adding Index with opclasses and ordering.
2019-10-24 09:33:14 +02:00
signals.py
Fixed
#13798
-- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch.
2010-08-30 13:21:18 +00:00
utils.py
Used time.monotonic() instead of time.time() where applicable.
2019-05-08 18:34:22 +02:00