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
/
base.py
Age
Commit message (
Expand
)
Author
2019-03-20
Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database funct...
Nick Pope
2019-02-21
Refs #28643 -- Added MD5 database function.
Mariusz Felisiak
2019-01-28
Refs #30055 -- Added a helpful error when SQLite is too old.
Tim Graham
2019-01-12
Refs #28643 -- Added Reverse database function.
Nick Pope
2018-12-24
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
Nick Pope
2018-12-22
Refs #29928 -- Added supports_pragma_foreign_key_check SQLite feature flag.
Simon Charette
2018-12-22
Renamed SQLite3 references to to SQLite.
Simon Charette
2018-12-17
Refs #29928 -- Implemented fast constraint checking on SQLite 3.20+.
Simon Charette
2018-12-15
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...
Simon Charette
2018-10-25
Removed useless check in sqlite's DatabaseWrapper._savepoint_allowed().
Tim Graham
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-10
Fixed #29500 -- Fixed SQLite function crashes on null values.
Srinivas Reddy Thatiparthy
2018-09-10
Combined two identical SQLite functions.
Nick Pope
2018-09-10
Made some date parsing in SQLite functions more DRY.
Nick Pope
2018-08-18
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
Sigurd Ljødal
2018-07-05
Refs #28643 -- Added math database functions.
Junyi Jiao
2018-07-02
Simplified SQLite's Decimal adapter.
Sergey Fedoseev
2018-06-25
Fixed #29517 -- Added support for SQLite column check constraints on positive...
Tim Graham
2018-04-03
Refs #28643 -- Added Repeat database function.
Mariusz Felisiak
2018-03-19
Refs #28643 -- Added LPad and RPad database functions.
Mariusz Felisiak
2018-01-31
Removed uneeded comment in DatabaseWrapper.check_constraints() on SQLite/MySQ...
Mariusz Felisiak
2018-01-27
Fixed #28650 -- Added TruncWeek database function.
Sigurd Ljødal
2018-01-04
Refs #28459 -- Improved performance of duration expressions on SQLite.
Sergey Fedoseev
2017-12-29
Refs #28459 -- Used default date converter on SQLite for better performance.
Sergey Fedoseev
2017-12-28
Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite...
Sergey Fedoseev
2017-12-26
Refs #28459 -- Improved performance of loading DecimalField on SQLite.
Sergey Fedoseev
2017-12-12
Simplified SQLite converter for bool type.
Sergey Fedoseev
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-10-03
Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.
Tim Graham
2017-08-11
Replaced typecast_decimal() with decimal.Decimal().
Sergey Fedoseev
2017-08-09
Simplified SQLite converter for bool type.
Sergey Fedoseev
2017-07-11
Fixed #14204 -- Enforced SQLite foreign key constraints.
Claude Paroz
2017-06-08
Fixed #28103 -- Added quarter extract, truncation, and lookup.
Mads Jensen
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-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
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-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-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-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
[prev]
[next]