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
Age
Commit message (
Expand
)
Author
2017-12-01
[2.0.x] Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Simon Charette
2017-12-01
[2.0.x] Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign ke...
Tim Graham
2017-11-29
[2.0.x] Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
2017-11-20
[2.0.x] Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation...
Tim Graham
2017-11-15
[2.0.x] Fixed #28792 -- Fixed index name truncation of namespaced tables.
Simon Charette
2017-11-14
[2.0.x] Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.
Sergey Fedoseev
2017-10-05
[2.0.x] Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion cra...
Mariusz Felisiak
2017-09-29
[2.0.x] Fixed #27979 -- Made MySQL raise IntegrityError rather than Operation...
Tim Graham
2017-09-21
Refs #28595 -- Added a hook to add execute wrappers for database queries.
Shai Berger
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-09-13
Refs #27090 -- Added real database sequence introspection.
Mariusz Felisiak
2017-09-11
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
Jon Dufresne
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
Removed unneeded __init__() methods.
Sergey Fedoseev
2017-09-06
Replaced @cached_property with class attributes where possible.
Sergey Fedoseev
2017-09-06
Removed DatabaseWrapper.psycopg2_version.
Sergey Fedoseev
2017-09-05
Removed unneeded __init__() in PostgreSQL DatabaseWrapper.
Mads Jensen
2017-09-05
Removed useless condition from Oracle's NullBooleanField's check constraint.
Mariusz Felisiak
2017-08-22
Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger naming.
Kevin Grinberg
2017-08-21
Removed postgresql_psycopg2.version
Mariusz Felisiak
2017-08-16
Fixed #28498 -- Fixed test database creation with cx_Oracle 6.
Mariusz Felisiak
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-08-12
Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.
Mariusz Felisiak
2017-08-11
Replaced typecast_decimal() with decimal.Decimal().
Sergey Fedoseev
2017-08-10
Refs #28459 -- Improved performance of loading DecimalField on SQLite.
Sergey Fedoseev
2017-08-10
Refs #28459 -- Made Oracle get_db_converters() return converter for empty str...
Sergey Fedoseev
2017-08-09
Simplified SQLite converter for bool type.
Sergey Fedoseev
2017-08-09
Refs #4518 -- Removed handling of empty strings in typecast_decimal().
Sergey Fedoseev
2017-08-08
Refs #23766 -- Added tests for CursorWrapper.callproc().
Mariusz Felisiak
2017-08-08
Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor
Claude Paroz
2017-08-07
Removed unnecessary assignment in Oracle's FormatStylePlaceholderCursor._fix_...
Srinivas Reddy Thatiparthy
2017-08-01
Removed unused DatabaseOperations.last_insert_id() on PostgreSQL.
Mariusz Felisiak
2017-07-27
Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...
Mariusz Felisiak
2017-07-26
Allowed database backends to specify data types for Cast().
Mariusz Felisiak
2017-07-24
Fixed DatabaseFeatures.has_case_insensitive_like on MySQL and Oracle.
Mariusz Felisiak
2017-07-24
Refs #24996 -- Removed unused BaseDatabaseFeatures.supports_select_related.
Mariusz Felisiak
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-19
Fixed #28411 -- Used cx_Oracle.Cursor.outputtypehandler instead of _rowfactor...
Mariusz Felisiak
2017-07-17
Fixed #28391 -- Fixed Cast() with CharField and max_length on MySQL.
Mariusz Felisiak
2017-07-17
Removed unused enter/exit methods of MySQL's CursorWrapper.
Tim Graham
2017-07-14
Removed unused branch in __getattr__() of Oracle and MySQL cursor wrappers.
Sergey Fedoseev
2017-07-14
Replaced Oracle CursorIterator with generator expression.
Sergey Fedoseev
2017-07-11
Fixed #14204 -- Enforced SQLite foreign key constraints.
Claude Paroz
2017-07-06
Fixed #28364 -- Removed redundant table joins in Oracle's DatabaseIntrospecti...
Mariusz Felisiak
2017-07-06
Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value w...
Mariusz Felisiak
2017-07-04
Removed obsolete comment about IntegerField introspection on Oracle.
Mariusz Felisiak
2017-06-29
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
Ran Benita
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-27
Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.
Mariusz Felisiak
[next]