| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
of the ORM.
Per deprecation timeline.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
integer.
Thanks Simon Charette for review.
|
|
|
|
Thanks to Mariusz Felisiak and Tim Graham for review.
|
|
Thanks samuller for the report and initial patch.
|
|
|
|
Unused (always False) after 29132ebdef0e0b9c09e456b05f0e6a22f1106a4f.
|
|
Unused since 11ee9746a0530ec38f523fb4de44950d9b783877.
|
|
http://bugs.python.org/issue27364
|
|
Thanks Akshesh <aksheshdoshi@gmail.com> for help with the PostgreSQL query.
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Added the index name to its deconstruction.
* Added indexes to sqlite3.schema._remake_table() so that indexes
aren't dropped when _remake_table() is called.
Thanks timgraham & MarkusH for review and advice.
|
|
Unused as of 2b039d966f6e61a5ffb5ffac25aa198f9043de3d.
|
|
|
|
Thanks Tim for the review.
|
|
Thanks Josh for the amazing testing setup and Tim for the review.
|
|
alter_index_together and alter_unique_together no more use _remake_table method in sqlite3
|
|
|
|
SQLite disgresses from the SQL standard by ignoring case of quoted identifiers.
Thanks to laozzzi for the report and Tim for the review.
|
|
|
|
|
|
on SQLite.
|
|
|
|
|
|
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.
|
|
|
|
|
|
Left over Oracle mostly as-is since it's more complicated.
|