| Age | Commit message (Collapse) | Author |
|
Thanks Shai Berger, Tim Graham and Aymeric Augustin for reviews and
Renbi Yu for the initial patch.
|
|
Thanks Tim Graham for the review.
|
|
|
|
Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
Thanks Tim Graham for the review.
|
|
When a connection pooler is set up in transaction pooling mode, queries
relying on server-side cursors fail. The DISABLE_SERVER_SIDE_CURSORS
setting in DATABASES disables server-side cursors for this use case.
|
|
|
|
Thanks Claude Paroz and Tim Graham for reviews.
|
|
during --keepdb.
Thanks Adam Johnson, Simon Charette and Tim Graham for reviews.
|
|
creation during --keepdb.
Thanks Markus Holtermann and Tim Graham for reviews.
|
|
|
|
|
|
|
|
|
|
unexpected errors.
Thanks Shai Berger and Tim Graham for review.
|
|
Thanks Shai Berger for test help and Adam Johnson for review.
|
|
|
|
|
|
Removed an unneeded EnvironmentError catching and used
"raise from exc" syntax.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
MySQL.
|
|
Thanks to Josh Smeaton for the idea of implementing server-side cursors
in PostgreSQL from the iterator method, and Anssi Kääriäinen and Kevin
Turner for their previous work. Also Simon Charette and Tim Graham for
review.
|
|
Removed obsolete workarounds from 1aa48898085ea16915877cc139e238a74e3f554b
and dcf3be7a621f011a918453527406216a738acf68.
|
|
|
|
|
|
|
|
creation.
|
|
|
|
|
|
|
|
BaseDatabaseCreation.test_db_signature().
|
|
|
|
|
|
|
|
If SQLITE_MAX_VARIABLE_NUMBER (default = 999) is changed at compile time
to be greater than SQLITE_MAX_COLUMN (default = 2000), which Debian does
by setting the former to 250000, Django raised an exception on queries
containing more than 2000 parameters when DEBUG = True.
|
|
|
|
|