summaryrefslogtreecommitdiff
path: root/alembic/ddl
Commit message (Expand)AuthorAgeFilesLines
* Define type for generic classesFederico Caselli2023-05-166-17/+21
* Removed server default quoting from compareFederico Caselli2023-05-111-1/+10
* Add Operations and BatchOperations stub methodsCaselIT2023-05-041-1/+5
* Fix ExcludeConstraint with func.Federico Caselli2023-04-281-29/+22
* Consistency: apply codestyle formatting to docstring code snippetsJames Addison2023-04-251-5/+3
* Improve typing.Federico Caselli2023-04-131-3/+3
* Use column sort in index compare on postgresqlCaselIT2023-04-101-14/+59
* Fix unknown types reported by pyrightCaselIT2023-03-101-1/+3
* improve autogen rendering for PG ExcludeConstraintJan Katins2023-03-061-5/+10
* Merge "Improved support for expression indexes" into mainmike bayer2023-03-013-20/+67
|\
| * Improved support for expression indexesCaselIT2023-02-263-20/+67
* | Merge "Improve typing to accommodate sqlalchemy v2" into mainmike bayer2023-03-011-3/+4
|\ \
| * | Improve typing to accommodate sqlalchemy v2CaselIT2023-02-261-3/+4
| |/
* | Escape sql server constriant namesCaselIT2023-02-281-3/+2
|/
* collapse all chars for mssql defaults, move quotingMike Bayer2023-02-152-25/+21
* repair regression in SQL Server server default comapre logicMike Bayer2023-01-101-3/+9
* dont use repr to quote string in compare_server_defaultMike Bayer2022-12-233-10/+53
* run pyupgradeMike Bayer2022-11-267-238/+221
* Improve typingCaselIT2022-09-124-33/+27
* Merge "Ignore reflected expression based indexes" into mainFederico Caselli2022-07-141-2/+6
|\
| * Ignore reflected expression based indexesCaselIT2022-07-141-2/+6
* | implement SQLite RENAME TABLE w schema syntaxMike Bayer2022-07-121-0/+15
|/
* Trigger events before and after drop table statementsAdrien Berchet2022-05-311-0/+6
* Various typing related updatesCaselIT2022-04-237-15/+29
* desensitize Oracle to FLOAT/DOUBLE/DOUBLE_PRECISION differencesMike Bayer2022-03-011-0/+1
* Prevent alter_column() from changing nullabilityGord Thompson2022-02-041-13/+22
* Insert spaces in warning and error messagesHarutaka Kawamura2022-01-111-3/+3
* Remove warning regarding cache key when using MSSQL.CaselIT2021-12-291-0/+4
* Remove usage of no longer needed compat codeCaselIT2021-11-232-14/+7
* add type synonym for mysql.LONGTEXT / JSONMike Bayer2021-11-141-1/+4
* check all directives in batch block until recreate selectedMike Bayer2021-08-301-1/+0
* Fix postgresql_include in create_indexSteven Bronson2021-08-231-0/+11
* Add pep-484 type annotationsCaselIT2021-08-117-264/+703
* qualify sqlite batch add column for dynamic defaultsMike Bayer2021-08-101-1/+15
* Drop compatibility with python 2.7.CaselIT2021-06-223-14/+7
* Create schema objects fresh from opsMike Bayer2021-04-121-1/+3
* Adjust mssql accommodate existing_type and typeMike Bayer2021-03-041-9/+15
* Enable SQL Server testing and fix autogen issuesMike Bayer2021-01-283-2/+46
* remove all .. version(?:changed|added):: prior to 1.0Mike Bayer2021-01-181-4/+0
* Accommodate SQLAlchemy 1.4/2.0CaselIT2021-01-111-4/+11
* Consult ApplyBatchImpl for hints on constraints to dropMike Bayer2020-12-282-3/+7
* Add support identity columns.CaselIT2020-12-156-12/+182
* Remove support for Python 3.5 and SQLAlchemy older than the 1.3 series.CaselIT2020-10-261-5/+4
* Use regular renderer for MySQL server defaultMike Bayer2020-09-111-9/+1
* continue adding mariadb placeholder implMike Bayer2020-08-151-8/+8
* add MariaDB placeholder implMike Bayer2020-08-141-0/+4
* Remove typo in _exec_drop_col_fk_constraintOleg Shigorin2020-07-251-1/+1
* Do not CAST(x as JSON) in SQLiteSebastián Ramírez2020-06-012-0/+19
* Merge "Use looser tokenization for type comparison"mike bayer2020-03-193-39/+63
|\
| * Use looser tokenization for type comparisonMike Bayer2020-03-193-39/+63