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
0171ba65db
django1
/
django
/
db
/
backends
History
Claude Paroz
0171ba65db
Fixed
#17574
-- Implemented missing get_key_columns in PostgreSQL backend
2013-01-12 21:46:08 +01:00
..
dummy
Fixed
#19192
-- Allowed running tests with dummy db backend
2013-01-04 13:55:20 +01:00
mysql
Return namedtuple from get_table_description
2013-01-12 21:14:22 +01:00
oracle
Return namedtuple from get_table_description
2013-01-12 21:14:22 +01:00
postgresql_psycopg2
Fixed
#17574
-- Implemented missing get_key_columns in PostgreSQL backend
2013-01-12 21:46:08 +01:00
sqlite3
Return namedtuple from get_table_description
2013-01-12 21:14:22 +01:00
__init__.py
Return namedtuple from get_table_description
2013-01-12 21:14:22 +01:00
creation.py
Made sure global settings are changed in test db creation
2012-11-27 19:47:20 +02: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
Fixed
#18989
-- Removed unused condition in CursorWrapper
2012-11-17 16:34:14 +01:00