summaryrefslogtreecommitdiff
path: root/alembic/ddl
Commit message (Expand)AuthorAgeFilesLines
...
* | Don't include schema in "to" portion of Oracle RENAME tableMike Bayer2020-03-191-0/+10
|/
* Support sqlalchemy 1.4 exec_driver_sql, text() for stringsCaselIT2020-03-181-2/+6
* black updatesMike Bayer2020-03-111-1/+0
* Merge "Include post-parenthesis tokens when tokenizing type string"mike bayer2020-02-271-4/+22
|\
| * Include post-parenthesis tokens when tokenizing type stringPaul Becotte2020-02-271-4/+22
* | Update error messages for SQLite no constraint supportMartin Haaß2020-02-261-0/+7
|/
* Render inline constraints for add_columnMike Bayer2020-02-061-1/+9
* Update the type comparison code used for schema autogeneration. ComparePaul Becotte2020-02-044-65/+74
* Adjust unique constraint names based on dialect truncation rulesMike Bayer2020-01-301-50/+0
* Add support for computed columnsCaselIT2020-01-011-0/+11
* render table name with schemaMatthew Sills2019-12-191-2/+5
* Support schemas for MSSQL drop server default + FK constraintMike Bayer2019-11-121-17/+31
* Include existing_comment in MySQLChangeColumnMike Bayer2019-08-231-0/+3
* Bump to Alembic 1.1, bump requirementsMike Bayer2019-07-214-77/+18
* Ensure SQLite default expressions are parenthesizedMike Bayer2019-06-252-2/+61
* Report warnings from caller's file/line number, not utils.pyAsh Berlin-Taylor2019-06-211-1/+2
* Use CHANGE COLUMN for MySQL / MariaDB DateTime server default changeMike Bayer2019-05-201-3/+34
* Emit DROP CHECK for MySQL, DROP CONSTRAINT for MariaDBMike Bayer2019-05-021-7/+16
* Check for rendered integer default is None on MySQLMike Bayer2019-04-271-1/+1
* Merge "Clarify and correct PostgreSQL server default comparison for py37"mike bayer2019-03-041-7/+10
|\
| * Clarify and correct PostgreSQL server default comparison for py37Mike Bayer2019-03-041-7/+10
* | Removed force parameter from base.pyParth Shandilya2019-02-201-2/+2
|/
* Implemented support for Table and Column CommentsMike Waites2019-01-105-1/+104
* zimports runMike Bayer2019-01-068-87/+93
* pure black run + flake8Mike Bayer2019-01-067-472/+650
* Check for mssql_include is NoneMike Bayer2018-11-141-1/+4
* Add special handling for SQL Server create_index mssql_includesMike Bayer2018-10-191-0/+10
* Drop support for all SQLAlchemy < 0.9Mike Bayer2018-07-132-26/+9
* Ensure CHECK constraint name is quoted for MySQLMike Bayer2018-03-211-1/+2
* Repair server default comparison for MySQL / MariaDBMike Bayer2018-02-191-2/+7
* Add HSTORE to render_type_w_subtypeMike Bayer2018-01-261-0/+5
* Merge "Add DROP CONSTRAINT to MySQL for mariadb"mike bayer2018-01-231-2/+5
|\
| * Add DROP CONSTRAINT to MySQL for mariadbMike Bayer2018-01-231-2/+5
* | Render ExcludeContraint Column as column, not plain stringMike Bayer2018-01-221-4/+16
|/
* Resolve Postgresql implicit indexes via duplicates_constraintMike Bayer2017-10-251-8/+14
* Accommodate for mariadb 10.2 function reflection styleMike Bayer2017-10-051-0/+11
* Don't compare scale if Numeric has no precisionpg3-ivan2017-08-281-9/+8
* Add generic per-type rendering, implement ARRAYMike Bayer2017-08-161-19/+7
* Adjust for Variant returning itself as implMike Bayer2017-06-021-0/+2
* Don't use schema with second argument, SQL Server sp_renameMike Bayer2017-05-181-1/+1
* Apply subtype repr logic to JSON/JSONBMike Bayer2017-02-221-3/+28
* Add ExcludeConstraint support for PostgresqlMike Bayer2017-02-221-4/+226
* Fix postgresql automigration for ARRAY typesPaul2017-02-212-1/+16
* Generalize uq -> uix dedupe logicMike Bayer2017-01-091-1/+14
* Compare to metadata_impl in compare_type() to guard against custom TypeDecoratorMike Bayer2016-11-091-1/+1
* Unwrap unaryexpression when testing for functional indexMike Bayer2016-10-281-1/+3
* Include DateTime.timezone in autogen type comparisonsDavid Szotten2016-08-221-1/+9
* Support USING for Postgresql ALTER COLUMN.Frazer McLean2016-08-221-1/+65
* - Added a fix to Postgresql server default comparison which first checksMike Bayer2016-03-211-1/+5
* - use compat is_type_bound() functionMike Bayer2016-01-221-1/+2