0
0
mirror of https://github.com/django/django.git synced 2024-11-30 23:20:50 +01:00
django/tests/backends
Johannes Hoppe bc91f27a86 Refs #29444 -- Added support for fetching a returned non-integer insert values on Oracle.
This is currently not actively used, since the ORM will ask the
SQL compiler to only return auto fields.
2019-07-08 08:53:08 +02:00
..
base
mysql
oracle Refs #29444 -- Added support for fetching a returned non-integer insert values on Oracle. 2019-07-08 08:53:08 +02:00
postgresql Fixed #30148 -- Logged COPY ... TO statements in connection.queries on PostgreSQL. 2019-04-29 14:20:17 +02:00
sqlite
__init__.py
models.py Refs #29444 -- Added support for fetching a returned non-integer insert values on Oracle. 2019-07-08 08:53:08 +02:00
test_ddl_references.py
test_utils.py
tests.py Added tests for queries log in CursorDebugWrapper.executemany(). 2019-04-29 10:38:17 +02:00