index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
mysql
/
features.py
Age
Commit message (
Expand
)
Author
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-09-18
Changed default value of DatabaseFeatures.has_bulk_insert to True.
Mads Jensen
2017-08-08
Refs #23766 -- Added tests for CursorWrapper.callproc().
Mariusz Felisiak
2017-07-24
Fixed DatabaseFeatures.has_case_insensitive_like on MySQL and Oracle.
Mariusz Felisiak
2017-05-23
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
2017-03-08
Fixed #24365 -- Made inspectdb translate MySQL unsigned integer columns to po...
Mariusz Felisiak
2017-01-25
Refs #23919 -- Removed obsolete MySQLdb references.
Tim Graham
2017-01-14
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Florian Apolloner
2016-11-28
Fixed #27321 -- Added detection for table case name sensitivity on MySQL.
Adam Chainz
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-01
Fixed #26541 -- Allowed MySQL transaction detection to work without table cre...
Mariusz Felisiak
2016-08-12
Refs #20888 -- Added index order introspection.
Akshesh
2016-08-02
Fixed #26991 -- Fixed a crash in MySQL where SQL_AUTO_IS_NULL doesn't return ...
Tim Graham
2016-02-26
Fixed #24793 -- Unified temporal difference support.
Simon Charette
2015-12-15
Fixed #24675 -- Skipped SQL_AUTO_IS_NULL query on MySQL if not needed.
Stewart Park
2015-09-10
Enabled parallel testing by default in runtests.py.
Aymeric Augustin
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham