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
Age
Commit message (
Expand
)
Author
2012-09-02
[1.4.x] Fixed #17788 -- Added batch_size argument to qs.bulk_create()
Anssi Kääriäinen
2012-05-27
[1.4.x] Fixed #18135 -- Close connection used for db version checking
Michael Newman
2012-03-17
Fixed #17923 -- Added missing import in the MySQL and Oracle backends. Thanks...
Aymeric Augustin
2012-03-13
Fixed #17882 (again) -- Updated the database connections' time zone when time...
Aymeric Augustin
2012-03-13
Fixed #16329 -- Fixed detection of transaction-handling capabilities when all...
Ramiro Morales
2012-03-12
Fixed #17883. Improved error message for old-style database backends.
Paul McMillan
2012-02-29
Fixed #17796 -- Rolled back [17588] because the fix for the original relatively
Ramiro Morales
2012-02-29
Avoided importing _mysql directly. Refs #17755.
Aymeric Augustin
2012-02-28
Fixed #17786 (again) -- Ensured destruction of test databases works under Ora...
Aymeric Augustin
2012-02-28
Fixed #17786 -- Exception when running the tests under Oracle, during the des...
Aymeric Augustin
2012-02-27
Fixed #17755 -- Ensured datetime objects that bypass the model layer (for ins...
Aymeric Augustin
2012-02-26
Fixed #15169 -- Corrected handling of model boolean fields in MySQL spatial b...
Ramiro Morales
2012-02-11
Fixed #10837 -- Added CHAR(X)->CharField to mapping used in Postgres DB intro...
Ramiro Morales
2012-02-11
Fixed #15216 -- Made return type of an internal DB introspection method consi...
Ramiro Morales
2012-02-11
Fixed #7783 -- Made introspection of nullable columns more robust with Postgres.
Ramiro Morales
2012-02-11
Removed code duplicated in SQLite3 and SpatiaLite GeoDjango DB backends.
Ramiro Morales
2012-01-30
Fixed #10868 -- Stopped restoring database connections after the tests' execu...
Julien Phalip
2012-01-22
Fixed #10320 -- Made it possible to use executemany with iterators. Thanks Mo...
Aymeric Augustin
2012-01-12
Fixed #6669 -- Ensured database connections are marked as dirty by CursorDebu...
Aymeric Augustin
2012-01-07
Added missing bits of r17352. Refs #17513.
Aymeric Augustin
2012-01-07
Fixed #17513 -- Prevented the MySQL backend from leaking MySQLdb-specific exc...
Aymeric Augustin
2012-01-05
Added support for savepoints to the MySQL DB backend.
Ramiro Morales
2011-12-22
Added support for modifying the effect of ``DISTINCT`` clauses so they
Ramiro Morales
2011-12-16
Ensured that thread-shareability gets validated when closing a PostgreSQL or ...
Julien Phalip
2011-12-16
Fixed #17258 -- Moved `threading.local` from `DatabaseWrapper` to the `django...
Julien Phalip
2011-12-11
Fixed #17266 -- Skipped the "SET TIME ZONE" query for PostgreSQL when it isn'...
Aymeric Augustin
2011-12-07
Simplified time zone support in the Oracle backend. Avoided outputtypehandler...
Aymeric Augustin
2011-12-05
Fixed #17335 -- Added supports_select_related hook for django-nonrel. Thanks,...
Adrian Holovaty
2011-11-20
Fixed #17062 -- Ensured that the effect of SET TIME ZONE isn't lost when the ...
Aymeric Augustin
2011-11-19
Fixed #15255 -- Ensured createcachetable honors database routers.
Aymeric Augustin
2011-11-19
Used symbolic constants for psycopg2 isolation levels.
Aymeric Augustin
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-10-13
Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...
Aymeric Augustin
2011-10-05
Very small docstring correction.
Luke Plant
2011-09-21
Fixed #16353 -- don't try to create Site objects on all databases. Refs #1557...
Carl Meyer
2011-09-11
Added an implementation of bulk insert via the ORM to the Oracle DB backend.
Ramiro Morales
2011-09-11
Fixed #14138 -- Removed a superfluous import in the sqlite3 DB backend.
Ramiro Morales
2011-09-10
Remove a bunch of deadcode/dead imports.
Alex Gaynor
2011-09-10
Fixed #16809 -- Forced MySQL to behave like a database. This avoids a problem...
Russell Keith-Magee
2011-09-10
Fixed #16808, removed some dead code from teh ORM. Thanks to aaugustin for th...
Alex Gaynor
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-08-29
Follow the same convention as the rest of the file.
Honza Král
2011-08-29
Forgotten import in [16708]
Honza Král
2011-08-29
Fixed #15802 -- pyscopg2 sometimes fail to close the connection when it's alr...
Honza Král
2011-08-13
Fixed #16613 -- Fixed test for introspected foreign keys in the MySQL backend...
Jannis Leidel
2011-08-08
Added fixtures files missing from [16590].
Ramiro Morales
2011-08-07
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-06
Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...
Ramiro Morales
[next]