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
5cc2c63f90
django1
/
django
/
db
/
backends
History
shankarj67
df4d622cac
Fixed
#31345
-- Added BaseDatabaseIntrospection.get_relations().
2020-03-06 08:53:32 +01:00
..
base
Fixed
#31345
-- Added BaseDatabaseIntrospection.get_relations().
2020-03-06 08:53:32 +01:00
dummy
Made DatabaseFeatures.uses_savepoints default to True.
2018-10-25 10:02:47 -04:00
mysql
Refs
#31331
-- Added DatabaseWrapper.sql_mode to MySQL.
2020-03-03 11:25:37 +01:00
oracle
Fixed
#31301
-- Fixed crash of QuerySet.bulk_create() with mixed empty and set ForeignKeys to AutoFields on Oracle.
2020-02-28 12:56:03 +01:00
postgresql
Fixed
#31233
-- Closed database connections and cursors after use.
2020-02-06 15:35:23 +01:00
sqlite3
Fixed
#31228
-- Reallowed aggregates to be used with multiple expressions and no DISTINCT on SQLite.
2020-02-18 10:32:23 +01:00
__init__.py
Fixed
#22603
-- Reorganized classes in django.db.backends.
2015-01-14 14:16:20 -05:00
ddl_references.py
Fixed
#30961
-- Fixed spaces in columns list SQL generated for indexes.
2019-11-08 08:52:47 +01:00
signals.py
Fixed
#31327
-- Deprecated providing_args argument for Signal.
2020-03-05 09:38:52 +01:00
utils.py
Simplified imports from django.db and django.contrib.gis.db.
2020-02-04 13:20:06 +01:00