| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Rob Golding from Zapier for the report.
|
|
|
|
doesn't return a result.
|
|
|
|
owner.
|
|
|
|
get_constraints().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim 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.
|
|
a result.
|
|
Thanks mcgeeco for reporting, and claudep and timgraham for review.
|
|
Unused as of 2b039d966f6e61a5ffb5ffac25aa198f9043de3d.
|
|
|
|
|
|
|
|
Workaround a bug with MariaDB and MySQL native client not stripping the
`5.5.5-` prefix.
|
|
|
|
Thanks Tim for the review.
|
|
Thanks Josh for the amazing testing setup and Tim for the review.
|
|
|
|
during migrations.
|
|
This removes the dependency of the Index class on its model attribute
when a name is passed to it.
Thanks to Markush for discussions.
|
|
features.uppercases_column_names.
|
|
alter_index_together and alter_unique_together no more use _remake_table method in sqlite3
|
|
|
|
|
|
db_contraint=False.
Refactored "Prevented unneeded index creation on MySQL-InnoDB" (2ceb10f)
to avoid setting db_index=False.
|
|
|
|
Added the AddIndex and RemoveIndex operations to use them in migrations.
Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
|
|
SQLite disgresses from the SQL standard by ignoring case of quoted identifiers.
Thanks to laozzzi for the report and Tim for the review.
|
|
|
|
A change of the USE_TZ or TIME_ZONE settings doesn't necessarily require a
change to the active connections' timezones.
|
|
|
|
make transactions.
|
|
The tests for this change are in the fix for #25774.
|
|
|
|
BaseDatabaseCreation.test_db_signature().
|
|
effective default.
Thanks to Andriy Sokolovskiy for initial patch.
|
|
|