]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/shortlog
thirdparty/sqlalchemy/alembic.git
2022-09-11  eykampAdd missing types to **kw
2022-09-08  Johnny DeussFix typo in docs/build/api/runtime.rst (#1084)
2022-07-19  Mike Bayeradd docs for naming convention bypass case
2022-07-14  Federico CaselliMerge "Ignore reflected expression based indexes" into...
2022-07-14  CaselITIgnore reflected expression based indexes
2022-07-13  Mike BayerVersion 1.8.2 placeholder
2022-07-13  Mike Bayer- 1.8.1 rel_1_8_1
2022-07-13  Mike Bayerbuild fixes
2022-07-12  Mike Bayerimplement SQLite RENAME TABLE w schema syntax
2022-07-06  Mike Bayeradd FUNDING
2022-07-01  Mike Bayerignore typing issue
2022-07-01  Mike Bayerfail gracefully for batch_alter_table() called in ...
2022-06-27  CaselITfix typo in setup.cfg
2022-06-27  CaselITuse license_files instead of the deprecated license_file
2022-06-25  CaselITMake alembic compatible with comments on constraints
2022-06-07  Jack Michauddocs(cookbook): add note on including info object on...
2022-06-04  mike bayerMerge "Annotate batch_alter_table" into main
2022-06-04  Michał GórnyRemove redundant wheel dep from pyproject.toml (#1047)
2022-06-04  CaselITAnnotate batch_alter_table
2022-06-04  nathannaveenchore: Set permissions for GitHub actions (#1035)
2022-05-31  Mike BayerVersion 1.8.1 placeholder
2022-05-31  Mike Bayer- 1.8.0 rel_1_8_0
2022-05-31  mike bayerMerge "Trigger events before and after drop table state...
2022-05-31  Adrien BerchetTrigger events before and after drop table statements
2022-05-31  Mike Bayerremove pylons template
2022-05-31  Mike Bayerthis will be 1.8.0
2022-05-10  Mike Bayerimplement full copy for indexes in batch
2022-05-07  mike bayerMerge "Use pep517 to install alembic." into main
2022-05-07  mike bayerMerge "Alembic 1.8 now supports Python 3.7 and above...
2022-05-07  CaselITUse pep517 to install alembic.
2022-05-06  Caio CarvalhoAdd epoch as an option for file_template
2022-05-06  CaselITAlembic 1.8 now supports Python 3.7 and above
2022-05-03  CaselITFix downgrade with effective head
2022-04-23  CaselITVarious typing related updates
2022-04-21  Nikita SobolevUse `-> None` in script templates by default
2022-04-19  Mike Bayerdocument argparse limitation
2022-04-06  Elias DornelesDocument config for migration files timestamp prefixed
2022-03-28  Mike Bayerbump black to 22.3.0
2022-03-26  Mike Bayeradapt for column collection being "immutable" or "readonly"
2022-03-16  Mike Bayeradd covering index tests; generalize autogen index...
2022-03-14  Mike BayerVersion 1.7.8 placeholder
2022-03-14  Mike Bayer- 1.7.7 rel_1_7_7
2022-03-14  Mike Bayerchangelog updates
2022-03-14  Mike Bayeradd sphinx_copybutton
2022-03-14  Nicolas CANIARTFix duplicated constraints when using expressions
2022-03-02  CaselITfix failing test on windows after sqlite switched to...
2022-03-02  Mike Bayerdesensitize Oracle to FLOAT/DOUBLE/DOUBLE_PRECISION...
2022-02-28  CaselITmore links to pypi, add 3.10 to classifiers
2022-02-28  Andrii Oriekhovadd GitHub URL for PyPi (#994)
2022-02-15  Mike Bayerillustrate connection sharing + asyncio
2022-02-15  Mike Bayerrepair sharing example
2022-02-11  Mike Bayerfix connection handling in consumption test
2022-02-07  Mike Bayeradd conditional for fileConfig()
2022-02-04  Gord ThompsonPrevent alter_column() from changing nullability
2022-02-04  Mike Bayerclarify default configuration behavior
2022-02-01  Mike Bayerfix pep484 issue
2022-02-01  Mike BayerVersion 1.7.7 placeholder
2022-02-01  Mike Bayer- 1.7.6 rel_1_7_6
2022-02-01  Mike Bayerhappy new year
2022-02-01  Mike Bayerresolve for variant before testing for schema type
2022-01-20  Mike Bayeradd pep484 target
2022-01-11  Harutaka KawamuraInsert spaces in warning and error messages 976/head
2021-12-31  CaselITProvide useful error message in stub tests
2021-12-29  CaselITRemove warning regarding cache key when using MSSQL.
2021-12-21  CaselITadd missing import in asyncion cookbook example
2021-12-21  CaselITfix type errors raised by mypy .920
2021-12-21  DanCardindocs: Add missing engine.dispose() call to the asyncio...
2021-11-23  CaselITRemove usage of no longer needed compat code
2021-11-23  Mike BayerMerge remote-tracking branch 'github/pr/969'
2021-11-22  Vlastimil ZímaTweak docs about version_path_separator 969/head
2021-11-18  mike bayerMerge "Add new ensure_version command" into main
2021-11-18  Kai MuellerAdd new ensure_version command
2021-11-18  mike bayerMerge "add type synonym for mysql.LONGTEXT / JSON"...
2021-11-16  Mike Bayersupport 2.0 style variants
2021-11-15  Mike Bayeradd type synonym for mysql.LONGTEXT / JSON
2021-11-11  Mike BayerVersion 1.7.6 placeholder
2021-11-11  Mike Bayer- 1.7.5 rel_1_7_5
2021-11-11  Madison Swain... Update documentation about alembic configuration path 966/head
2021-11-05  Mike Bayeradjust autocommit tests to accommodate for execution_op...
2021-11-05  Mike Bayeruse a heuristic for pure "future engine" until future...
2021-11-05  Mike Bayersqlalchemy 2.0 test updates
2021-11-05  Mike Bayerfix annotation
2021-11-05  Mike Bayerrollback connection before teardown
2021-11-04  CaselITworkflow: also test against rel_1_4
2021-11-04  CaselITworkflows; skip py3.6 when testing against main, add...
2021-11-04  Mike Bayerdont hardcode transaction opened messaging
2021-10-24  Gord ThompsonRemove code to force ENABLE_ASYNCIO to False
2021-10-24  Gord ThompsonAdjust test requirements for mssql
2021-10-23  Mike Bayerensure connection is not None
2021-10-11  Mike Bayermain name for github workflows
2021-10-11  Mike Bayerrename to main
2021-10-07  liverpool1026Fix issue 928 create_check_constraint condition argumen...
2021-10-07  Anatoli BabeniaAdd `[post_write_hooks]` to example `alembic.ini` 946/head
2021-10-06  Mike BayerVersion 1.7.5 placeholder
2021-10-06  Mike Bayer- 1.7.4 rel_1_7_4
2021-10-05  mike bayerMerge "frame a transaction around autocommit"
2021-10-04  Mike Bayerframe a transaction around autocommit
2021-09-30  Federico CaselliFix write hook issue in python < 3.9.
2021-09-24  Chris DaryMultiDB README: Add a bit more detail 932/head
2021-09-17  Mike BayerVersion 1.7.4 placeholder
next