index
:
delta/python-packages/alembic.git
batch_alter
cleanup
edit-latest
main
master
multi_branch
rel_0_1
rel_0_2
rel_0_6
rel_0_7
reproduce_pytest_196
ticket_301
ticket_302
ticket_306
ticket_318
tmp
upgrade_testing
github.com: sqlalchemy/alembic.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
alembic
/
operations
/
ops.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix type annotation in `op.create_table_comment`
Colin Adams
2023-04-13
1
-1
/
+1
*
tooling: write_pyi.py: filter usage of raw-strings (rstrings)
James Addison
2023-04-12
1
-9
/
+9
*
Fix unknown types reported by pyright
CaselIT
2023-03-10
1
-2
/
+2
*
distinguish between string contraint name and defined
Mike Bayer
2023-03-06
1
-5
/
+5
*
Improve typing to accommodate sqlalchemy v2
CaselIT
2023-02-26
1
-13
/
+8
*
Update docstring to suggest raw string (#1186)
Tim Penhey
2023-02-23
1
-1
/
+1
*
use correct param name
Mike Bayer
2023-02-13
1
-1
/
+1
*
run pyupgrade
Mike Bayer
2022-11-26
1
-155
/
+150
*
Improve typing
CaselIT
2022-09-12
1
-8
/
+14
*
Add missing types to **kw
eykamp
2022-09-11
1
-25
/
+25
*
Various typing related updates
CaselIT
2022-04-23
1
-26
/
+26
*
Fix issue 928 create_check_constraint condition argument typing fix (#929)
master
liverpool1026
2021-10-07
1
-2
/
+2
*
Fix constraint_name type of create_foreign_key
TilmanK
2021-09-17
1
-9
/
+9
*
Add pep-484 type annotations
CaselIT
2021-08-11
1
-264
/
+558
*
Preserve comment and info in Drop/CreateTableOp
Nicolas CANIART
2021-08-10
1
-27
/
+41
*
Drop compatibility with python 2.7.
CaselIT
2021-06-22
1
-1
/
+1
*
differentiate CreateTableOp from model vs. op.create_table()
Mike Bayer
2021-05-24
1
-3
/
+18
*
Remove unique/index flags when copying table
Mike Bayer
2021-05-20
1
-0
/
+2
*
implement table comments for batch
Mike Bayer
2021-04-27
1
-0
/
+55
*
Create schema objects fresh from ops
Mike Bayer
2021-04-12
1
-110
/
+86
*
remove all .. version(?:changed|added):: prior to 1.0
Mike Bayer
2021-01-18
1
-164
/
+0
*
Removed of old deprecated code:
CaselIT
2020-10-27
1
-34
/
+8
*
Remove support for Python 3.5 and SQLAlchemy older than the 1.3 series.
CaselIT
2020-10-26
1
-9
/
+5
*
Vendor assert_raises[_message], add new check constraint target
Mike Bayer
2020-03-05
1
-0
/
+2
*
Support explicit column ordering in batch mode
Marcin Szymanski
2020-02-04
1
-3
/
+36
*
Memoize elements in rewriter; use correct iteration
Mike Bayer
2019-09-18
1
-0
/
+2
*
Fix rst flake8 issues that have come online w/ latest update
Mike Bayer
2019-05-29
1
-4
/
+4
*
Update comment documentation, make sure tests always run
Mike Bayer
2019-01-11
1
-9
/
+35
*
Implemented support for Table and Column Comments
Mike Waites
2019-01-10
1
-0
/
+151
*
zimports run
Mike Bayer
2019-01-06
1
-10
/
+26
*
pure black run + flake8
Mike Bayer
2019-01-06
1
-238
/
+399
*
reword op.execute()
Mike Bayer
2018-12-28
1
-28
/
+47
*
Clean up all Python 3.6 warnings
Mike Bayer
2017-10-11
1
-4
/
+4
*
Add support for kw to DROP INDEX, test postgresql_concurrently
Mike Bayer
2017-08-04
1
-6
/
+20
*
Add ExcludeConstraint support for Postgresql
Mike Bayer
2017-02-22
1
-8
/
+16
*
Fix link in batch alter_column doc
Hemanth Makkapati
2017-02-13
1
-1
/
+1
*
- add a note that alter_column->postgresql_using is raw SQL,
Mike Bayer
2017-01-25
1
-1
/
+3
*
Support USING for Postgresql ALTER COLUMN.
Frazer McLean
2016-08-22
1
-0
/
+6
*
Merge branch 'mssql_batch_drop_column_fix' of https://bitbucket.org/koniiiik/...
Mike Bayer
2016-03-16
1
-2
/
+2
|
\
|
*
Fixed mssql_* kwargs in batch_op.drop_column().
Michal Petrucha
2016-01-21
1
-2
/
+2
*
|
Fix wrong ReST expression
Kim Jin Su
2016-03-01
1
-2
/
+2
|
/
*
- existing_server_default is not used to drop the previous
Mike Bayer
2015-12-10
1
-3
/
+3
*
- Fixed a regression 0.8 whereby the "multidb" environment template
Mike Bayer
2015-08-20
1
-1
/
+98
*
- Implemented support for autogenerate detection of changes in the
Mike Bayer
2015-08-19
1
-1
/
+3
*
- ensure that all ops have full backwards/forwards maintenance of
Mike Bayer
2015-08-07
1
-6
/
+30
*
- Added new multiple-capable argument ``--depends-on`` to the
Mike Bayer
2015-07-28
1
-1
/
+2
*
- document all the 0.8 positional name changes
Mike Bayer
2015-07-17
1
-8
/
+95
*
- ensure DropIndex and other ops return the full object it received
Mike Bayer
2015-07-17
1
-0
/
+3
*
- rework all of autogenerate to build directly on alembic.operations.ops
Mike Bayer
2015-07-16
1
-12
/
+244
*
- some additional names
Mike Bayer
2015-07-14
1
-1
/
+5
[next]