django1/django/db/backends
Jon Dufresne f0d3dd4f04 Fixed #23357 -- Added small int introspection support to MySQL backend.
In the MySQL backend, updated the can_introspect_small_integer feature
flag to True. In data_types_reverse, map FIELD_TYPE.SHORT to a
SmallIntegerField. Added test to verify introspecting SmallIntegerFields
and fixed existing tests influenced by this change.
2014-08-27 10:58:44 -04:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #23357 -- Added small int introspection support to MySQL backend. 2014-08-27 10:58:44 -04:00
oracle Made main user disconnect after creating test user/tablespaces on Oracle 2014-08-25 20:20:10 +03:00
postgresql_psycopg2 Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell. 2014-08-04 09:21:03 -04:00
sqlite3 Made sqlite's remove_field behave like the base backend. 2014-08-10 13:31:06 +02:00
__init__.py Replaced HAS_SPATIAL_DB by testing database feature 2014-08-19 17:57:01 +02:00
creation.py Removed unused migrate option 2014-08-09 17:13:00 +02:00
schema.py Fixed #23264: Schema backends honour db_constraint 2014-08-09 17:50:00 +10: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 Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
utils.py Fixed #3711, #6734, #12581 -- Bounded connection.queries. 2014-06-07 14:37:43 +02:00