summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Insert spaces in warning and error messagesHarutaka Kawamura2022-01-111-3/+3
* Provide useful error message in stub testsCaselIT2021-12-311-4/+17
* Remove warning regarding cache key when using MSSQL.CaselIT2021-12-292-0/+9
* add missing import in asyncion cookbook exampleCaselIT2021-12-211-1/+3
* fix type errors raised by mypy .920CaselIT2021-12-212-4/+5
* docs: Add missing engine.dispose() call to the asyncio cookbook example. (#973)DanCardin2021-12-212-0/+4
* Remove usage of no longer needed compat codeCaselIT2021-11-2314-69/+40
* Merge remote-tracking branch 'github/pr/969'Mike Bayer2021-11-236-18/+33
|\
| * Tweak docs about version_path_separatorVlastimil Zíma2021-11-226-18/+33
* | Merge "Add new ensure_version command" into mainmike bayer2021-11-183-0/+68
|\ \