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-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
2013-03-11
Fixed #20010 -- Make sure `last_executed_query` contains it's associated para...
Simon Charette
2013-03-11
Avoided closing the database connection within a transaction.
Aymeric Augustin
2013-03-11
Improved the API of set_autocommit.
Aymeric Augustin
2013-03-11
Added a safety net for developers messing with autocommit.
Aymeric Augustin
2013-03-11
Added an option to disable the creation of savepoints in atomic.
Aymeric Augustin
2013-03-11
Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
Aymeric Augustin
2013-03-11
Made transaction management work even before the first SQL query.
Aymeric Augustin
2013-03-11
Added some assertions to enforce the atomicity of atomic.
Aymeric Augustin
2013-03-11
Implemented an 'atomic' decorator and context manager.
Aymeric Augustin
2013-03-11
Added support for savepoints in SQLite.
Aymeric Augustin
2013-03-11
Refactored implementation of savepoints.
Aymeric Augustin
2013-03-11
Moved standard SQL for savepoints in the base backend.
Aymeric Augustin
2013-03-11
Deprecated transaction.is_managed().
Aymeric Augustin
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-11
Removed superfluous code now that connections use autocommit by default.
Aymeric Augustin
2013-03-11
Enabled database-level autocommit for all backends.
Aymeric Augustin
2013-03-11
Removed _enter/_leave_transaction_management.
Aymeric Augustin
2013-03-11
Added BaseDatabaseWrapper.ensure_connection.
Aymeric Augustin
2013-03-11
Expressed the dirty flag handling logic in terms of autocommit.
Aymeric Augustin
2013-03-11
Stopped flipping the uses_savepoints feature at runtime.
Aymeric Augustin
2013-03-11
Enabled autocommit for PostgreSQL.
Aymeric Augustin
2013-03-11
Separated autocommit and isolation level handling for PostgreSQL.
Aymeric Augustin
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-11
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2013-03-09
Fixed BinaryField support on Oracle.
Florian Apolloner
2013-03-07
Added missing method in the dummy database backend.
Aymeric Augustin
2013-03-02
Fixed #18130 -- Made the isolation level configurable on PostgreSQL.
Aymeric Augustin
[next]