summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fail gracefully for batch_alter_table() called in --sql modeMike Bayer2022-07-014-0/+204
* fix typo in setup.cfgCaselIT2022-06-271-1/+1
* use license_files instead of the deprecated license_fileCaselIT2022-06-271-1/+1
* Make alembic compatible with comments on constraintsCaselIT2022-06-251-0/+2
* docs(cookbook): add note on including info object on declarative tables (#1051)Jack Michaud2022-06-071-0/+6
* Merge "Annotate batch_alter_table" into mainmike bayer2022-06-044-45/+55
|\
| * Annotate batch_alter_tableCaselIT2022-06-044-45/+55
* | Remove redundant wheel dep from pyproject.toml (#1047)Michał Górny2022-06-041-1/+0
|/
* chore: Set permissions for GitHub actions (#1035)nathannaveen2022-06-042-0/+6
* Version 1.8.1 placeholderMike Bayer2022-05-312-1/+5
* - 1.8.0rel_1_8_0Mike Bayer2022-05-319-53/+60
* Merge "Trigger events before and after drop table statements" into mainmike bayer2022-05-313-0/+70
|\
| * Trigger events before and after drop table statementsAdrien Berchet2022-05-313-0/+70
* | remove pylons templateMike Bayer2022-05-319-191/+17
* | this will be 1.8.0Mike Bayer2022-05-311-1/+1
|/
* implement full copy for indexes in batchMike Bayer2022-05-105-10/+60
* Merge "Use pep517 to install alembic." into mainmike bayer2022-05-074-41/+12
|\
| * Use pep517 to install alembic.CaselIT2022-05-074-41/+12
* | Merge "Alembic 1.8 now supports Python 3.7 and above" into mainmike bayer2022-05-076-11/+9
|\ \ | |/
| * Alembic 1.8 now supports Python 3.7 and aboveCaselIT2022-05-066-11/+9
* | Add epoch as an option for file_templateCaio Carvalho2022-05-068-0/+49
|/
* Fix downgrade with effective headCaselIT2022-05-036-27/+86
* Various typing related updatesCaselIT2022-04-2338-265/+462
* Use `-> None` in script templates by defaultNikita Sobolev2022-04-2110-20/+27
* document argparse limitationMike Bayer2022-04-193-1/+20
* Document config for migration files timestamp prefixedElias Dorneles2022-04-065-12/+20
* bump black to 22.3.0Mike Bayer2022-03-286-9/+8
* adapt for column collection being "immutable" or "readonly"Mike Bayer2022-03-261-1/+7
* add covering index tests; generalize autogen index testsMike Bayer2022-03-164-571/+631
* Version 1.7.8 placeholderMike Bayer2022-03-142-1/+5
* - 1.7.7rel_1_7_7Mike Bayer2022-03-145-34/+37
* changelog updatesMike Bayer2022-03-143-11/+15
* add sphinx_copybuttonMike Bayer2022-03-142-1/+9
* Fix duplicated constraints when using expressionsNicolas CANIART2022-03-143-1/+32
* fix failing test on windows after sqlite switched to queuepool by defaultCaselIT2022-03-024-19/+18
* desensitize Oracle to FLOAT/DOUBLE/DOUBLE_PRECISION differencesMike Bayer2022-03-011-0/+1
* more links to pypi, add 3.10 to classifiersCaselIT2022-02-281-1/+4
* add GitHub URL for PyPi (#994)Andrii Oriekhov2022-02-281-0/+2
* illustrate connection sharing + asyncioMike Bayer2022-02-151-11/+86
* repair sharing exampleMike Bayer2022-02-151-12/+13
* fix connection handling in consumption testMike Bayer2022-02-111-18/+25
* add conditional for fileConfig()Mike Bayer2022-02-075-4/+15
* Prevent alter_column() from changing nullabilityGord Thompson2022-02-045-49/+172
* clarify default configuration behaviorMike Bayer2022-02-041-4/+13
* fix pep484 issueMike Bayer2022-02-011-2/+2
* Version 1.7.7 placeholderMike Bayer2022-02-012-1/+5
* - 1.7.6rel_1_7_6Mike Bayer2022-02-017-36/+41
* happy new yearMike Bayer2022-02-012-2/+2
* resolve for variant before testing for schema typeMike Bayer2022-02-015-8/+55
* add pep484 targetMike Bayer2022-01-203-9/+15