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
/
__init__.py
Age
Commit message (
Expand
)
Author
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-05
[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-06-30
[1.6.x] Introduced getters for connection.autocommit and .needs_rollback.
Aymeric Augustin
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-10
Added a stealth option to flush to allow cascades.
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-04-24
Fixed documentation of disable_constraint_checking
Michael Manfre
2013-03-23
Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors
Claude Paroz
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
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
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
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
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-02
Reordered methods in database wrappers.
Aymeric Augustin
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-02-27
Refactored database exceptions wrapping.
Aymeric Augustin
2013-02-27
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-25
Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2013-02-21
Factored code and added a missing docstring.
Aymeric Augustin
2013-02-19
Ensured a connection is established when checking the database version.
Aymeric Augustin
2013-02-18
Added required methods in BaseDatabaseWrapper.
Aymeric Augustin
2013-02-18
Fixed #15119 -- Stopped pinging the MySQL server.
Aymeric Augustin
2013-02-18
Factored out common code in database backends.
Aymeric Augustin
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-10
Fixed #19707 -- Reset transaction state after requests
Anssi Kääriäinen
2013-01-26
Fixed #17158 -- Used a non-ambiguous representation of SQL queries
Aymeric Augustin
2013-01-12
Return namedtuple from get_table_description
Claude Paroz
2012-12-16
Fixed #19197 -- fixed convert_values() for nullable numeric fields
Anssi Kääriäinen
2012-12-14
Fixed #2304 -- Documented TRANSACTIONS_MANAGED.
Aymeric Augustin
[next]