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
2013-10-07
[1.6.x] Fixed #21235 -- Disabled savepoints for old versions of SQLite.
Aymeric Augustin
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-25
[1.6.x] Fixed #21126 -- QuerySet value conversion failure
Anssi Kääriäinen
2013-09-17
[1.6.x] Fixed #21109 -- made db cursor error wrapping faster
Anssi Kääriäinen
2013-09-09
[1.6.x] Fixed #20707 -- Added explicit quota assignment to Oracle test user
Садовский Николай
2013-09-05
[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-09-03
Used six.moves.zip_longest, new in six 1.4.0.
Aymeric Augustin
2013-09-03
[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-29
[1.6.x] Fixed #20984 -- Stopped decoding bytes in sqlite3 adapter on Python 3
Claude Paroz
2013-08-16
[1.6.x] Fixed #20829 -- Skip postgis metadata tables with introspection
Harm Geerts
2013-08-02
[1.6.x] Fixed #17519 -- Fixed missing SQL constraints to proxy models.
Tim Graham
2013-07-30
[1.6.x] Fixed #20785 -- Corrected exception caught for Oracle LIKE operator d...
Shai Berger
2013-07-09
[1.6.x] Fixed last_executed_query test failure on Oracle
Shai Berger
2013-06-30
[1.6.x] Introduced getters for connection.autocommit and .needs_rollback.
Aymeric Augustin
2013-06-29
[1.6.x] Fixed #18592 -- Prevented crash when accessing MySQL _last_executed
Claude Paroz
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-27
Fixed #20571 -- Added an API to control connection.needs_rollback.
Aymeric Augustin
2013-06-26
Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()
Loic Bistuer
2013-06-26
Fixed #20462 -- null/non-string regex lookups are now consistent
Andrew Clark
2013-06-22
Fixed #20587 -- Made convert_values handle None values
Gilberto Gonçalves
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-06-11
Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-str...
Tim Graham
2013-06-11
Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields.
Axel Haustant
2013-06-10
Added a stealth option to flush to allow cascades.
Aymeric Augustin
2013-05-27
Fixed #20014 -- implemented get_key_columns() for Oracle
Shai Berger
2013-05-27
Fixed #20501 -- failure of datetime queries with timezones under Oracle
Shai Berger
2013-05-27
Fixed #20507 -- SubqueryConstraint alias handling
Anssi Kääriäinen
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-22
Fixed #20012 -- test_year_lookup_edge_case fails under Oracle
Shai Berger
2013-05-22
Fixed #20015 -- date__startswith('2008') fails under Oracle
Shai Berger
2013-05-22
Fixed #20453 -- inspectdb test failure on Oracle
Shai Berger
2013-05-21
(Re-)moved some imports
Claude Paroz
2013-05-19
Fixed test failures with Oracle when pytz isn't installed.
Aymeric Augustin
2013-05-19
Merge pull request #1160 from erikr/host-inet-postgres2
Aymeric Augustin
2013-05-19
Fixed #11442 -- Postgresql backend casts all inet types to text
Erik Romijn
2013-05-19
Merge pull request #1028 from manfre/patch-2
Aymeric Augustin
2013-05-18
Fixed #20386 - Introspection problem on Oracle
Shai Berger
2013-05-08
[py3] Stopped iterating on exceptions. Refs #20025.
Aymeric Augustin
2013-05-08
Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.
Aymeric Augustin
2013-05-08
Fixed test failures on MySQL.
Aymeric Augustin
2013-04-24
Fixed documentation of disable_constraint_checking
Michael Manfre
2013-04-01
Fixed #16737 -- Support non-ascii column names in inspectdb
Claude Paroz
2013-04-01
Fixed getting max_digits for MySQL decimal fields
Claude Paroz
2013-03-31
Fixed #19220 -- Prevented decimals to be displayed in scientific notation
Claude Paroz
2013-03-28
Fixed #19954 -- Fixed MySQL _last_executed decoding
Claude Paroz
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-23
Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors
Claude Paroz
2013-03-18
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
Aymeric Augustin
2013-03-13
Improved recovery when the connection is closed in an atomic block.
Aymeric Augustin
2013-03-13
Made atomic usable when autocommit is off.
Aymeric Augustin
[next]