This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
e7514e4978
django1
/
django
/
db
/
backends
History
Aymeric Augustin
6197935152
Fixed
#19968
-- Dropped support for PostgreSQL < 8.4.
2013-03-18 21:16:29 +01:00
..
dummy
Deprecated transaction.commit/rollback_unless_managed.
2013-03-11 14:48:54 +01:00
mysql
Moved standard SQL for savepoints in the base backend.
2013-03-11 14:48:54 +01:00
oracle
Fixed
#20010
-- Make sure `last_executed_query` contains it's associated parameters on Oracle.
2013-03-11 17:30:23 -04:00
postgresql_psycopg2
Fixed
#19968
-- Dropped support for PostgreSQL < 8.4.
2013-03-18 21:16:29 +01:00
sqlite3
Implemented an 'atomic' decorator and context manager.
2013-03-11 14:48:55 +01:00
__init__.py
Improved recovery when the connection is closed in an atomic block.
2013-03-13 15:17:40 +01:00
creation.py
Improved the API of set_autocommit.
2013-03-11 15:10:58 +01:00
signals.py
Fixed
#13798
-- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch.
2010-08-30 13:21:18 +00:00
util.py
Refactored database exceptions wrapping.
2013-02-27 17:26:54 +01:00