| Age | Commit message (Collapse) | Author |
|
Thanks to Russell Keith-Magee for mentoring this Google Summer of
Code 2014 project and everyone else who helped with the patch!
|
|
Thanks john_scott for the report and Markus Holtermann for review.
|
|
|
|
|
|
comprehension
|
|
Thanks wkornewald for the report and Markus Holtermann for review.
|
|
|
|
default value
Thanks to Andrey Antukh for the report.
|
|
Thanks gavinwahl for the report.
|
|
into a NOT NULL one due to existing rows
Thanks to Simon Charette, Loic Bistuer and Tim Graham for the review.
|
|
Oracle
Thanks Claude Paroz for partial fix and Simon Charrette for review
|
|
Thanks maxi for the report, Shai Berger for his help with the patch
and Tim Graham for the review.
|
|
|
|
|
|
Refs #23073 Workaround.
Refs #22738 Repeats the mysql "offense". When the issue is solved, the
Oracle special case should be made to play with the solution (that is,
Oracle should be fixed the same way that mysql and the 3rd-party backneds
are).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
supports_column_check_constraints.
Thanks maxi for the suggestion.
|
|
|
|
|
|
|
|
|
|
Fixed this for both implementations of _alter_many_to_many, instead of
in `alter_db_table` itself (more implementations).
|
|
|
|
This commit touchs various parts of the code base and test framework. Any
found usage of opening a cursor for the sake of initializing a connection
has been replaced with 'ensure_connection()'.
|
|
BooleanFields are stored as TINYINT(1) on MySQL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Failure was introduced with test in [19e5cd77f0536b778b00788e34d8199835143855]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Simon Charette for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|