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
/
sqlite3
Age
Commit message (
Expand
)
Author
2017-12-01
[2.0.x] Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Simon Charette
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-06
Replaced @cached_property with class attributes where possible.
Sergey Fedoseev
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-09
Simplified SQLite converter for bool type.
Sergey Fedoseev
2017-07-27
Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...
Mariusz Felisiak
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-17
Fixed #28391 -- Fixed Cast() with CharField and max_length on MySQL.
Mariusz Felisiak
2017-07-11
Fixed #14204 -- Enforced SQLite foreign key constraints.
Claude Paroz
2017-07-06
Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value w...
Mariusz Felisiak
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-21
Refs #25530 -- Deleted deferred SQL references on delete operation.
Simon Charette
2017-06-21
Refs #25530 -- Tracked references of deferred SQL statements.
Simon Charette
2017-06-08
Fixed #28103 -- Added quarter extract, truncation, and lookup.
Mads Jensen
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-23
Refs #27859 -- Added DatabaseWrapper.display_name.
Mariusz Felisiak
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-03-24
Refs #21160 -- Replaced DatabaseFeatures.supports_1000_query_parameters by a ...
Mariusz Felisiak
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-15
Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-06
Fixed #27802 -- Unified return value of db backend datetime SQL methods.
Mariusz Felisiak
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed pysqlite support (it's Python 2 only).
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-17
Refs #19738 -- Removed timezone conversion in SQL queries executed outside of...
Tim Graham
2017-01-16
Moved unneeded ImproperlyConfigured inner imports.
Tim Graham
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2016-11-30
Refs #24245 -- Added introspection for database defaults on Oracle.
Mariusz Felisiak
2016-11-29
Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash on SQLite.
Andrew Nester
2016-11-28
Fixed #27321 -- Added detection for table case name sensitivity on MySQL.
Adam Chainz
2016-11-25
Fixed grammar in sqlite's DatabaseOperations.bulk_batch_size()'s docstring.
Daniel Hahler
2016-11-14
Fixed #27481 -- Made SQLite return annotated boolean values as boolean, not i...
Sergey Fedoseev
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-11
Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.
Mads Jensen
2016-11-06
Fixed #27372 -- Fixed introspection of SQLite foreign keys with spaces in DDL.
Saulius Žemaitaitis
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-14
Removed DatabaseFeatures.can_combine_inserts_with_and_without_auto_increment_pk.
Tim Graham
[next]