| Age | Commit message (Collapse) | Author |
|
bulk_create() after parent.
|
|
NO_AUTO_VALUE_ON_ZERO SQL mode is enabled.
|
|
set ForeignKeys to AutoFields on Oracle.
|
|
|
|
|
|
DatabaseOperations.bulk_batch_size().
Thanks Chetan Khanna for tests.
|
|
texts on Oracle.
Text with more than 4000 characters must be set to as a CLOB on Oracle
what caused a mixed datatype error (ORA-01790) when shorter text
appeared in the same operation.
|
|
other columns.
|
|
|
|
|
|
QuerySet.bulk_create().
|
|
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of objects is a multiple plus one of batch_size.
|
|
can_return_ids_from_bulk_insert.
|
|
objects.
PostgreSQL support only.
Thanks Vladislav Manchev and alesasnouski for working on the patch.
|
|
|
|
Oracle.
Fixed on other backends by 134ca4d438bd7cbe8f0f287a00d545f96fa04a01.
Thanks Mariusz Felisiak for the solution.
|
|
|
|
|
|
|
|
|
|
Prevented unlimited memory consumption when running background tasks
with DEBUG=True.
Thanks Rob, Alex, Baptiste, and others.
|
|
allows_auto_pk_0.
MySQL does allow primary key with value 0. It only forbids autoincrement
primary key with value 0.
Thanks Claude Paroz for the report.
|
|
|
|
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
|