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
/
tests
/
test_op.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added ``op.run_async``.
Federico Caselli
2023-05-12
1
-0
/
+44
*
uniquify cols for FK table object
Mike Bayer
2023-04-07
1
-0
/
+15
*
ensure single import per line
Mike Bayer
2023-02-28
1
-6
/
+3
*
Trigger events before and after drop table statements
Adrien Berchet
2022-05-31
1
-0
/
+53
*
Fix duplicated constraints when using expressions
Nicolas CANIART
2022-03-14
1
-0
/
+21
*
Prevent alter_column() from changing nullability
Gord Thompson
2022-02-04
1
-13
/
+45
*
Preserve comment and info in Drop/CreateTableOp
Nicolas CANIART
2021-08-10
1
-2
/
+22
*
Implement "test suite"
Gord Thompson
2021-06-18
1
-33
/
+0
*
differentiate CreateTableOp from model vs. op.create_table()
Mike Bayer
2021-05-24
1
-0
/
+30
*
Create schema objects fresh from ops
Mike Bayer
2021-04-12
1
-21
/
+157
*
Adjust mssql accommodate existing_type and type
Mike Bayer
2021-03-04
1
-0
/
+25
*
Add support identity columns.
CaselIT
2020-12-15
1
-11
/
+29
*
Copy column that's already attached
Mike Bayer
2020-11-05
1
-0
/
+9
*
Removed of old deprecated code:
CaselIT
2020-10-27
1
-65
/
+1
*
Set create_constraint=True for Enum / Boolean tests
Mike Bayer
2020-06-02
1
-9
/
+27
*
Render inline constraints for add_column
Mike Bayer
2020-02-06
1
-0
/
+11
*
Add support for computed columns
CaselIT
2020-01-01
1
-0
/
+31
*
Bump to Alembic 1.1, bump requirements
Mike Bayer
2019-07-21
1
-3
/
+1
*
Use CHANGE COLUMN for MySQL / MariaDB DateTime server default change
Mike Bayer
2019-05-20
1
-1
/
+0
*
Create alter column backend test fixture
Mike Bayer
2019-05-19
1
-0
/
+27
*
Repair tests for SQLAlchemy 1.3 safestring change
Mike Bayer
2019-02-07
1
-2
/
+2
*
Implemented support for Table and Column Comments
Mike Waites
2019-01-10
1
-0
/
+16
*
zimports run
Mike Bayer
2019-01-06
1
-8
/
+20
*
pure black run + flake8
Mike Bayer
2019-01-06
1
-319
/
+345
*
Vendor python3 formatargspec, import from collections.abc
Stefan Tjarks
2018-11-27
1
-1
/
+1
*
Drop support for all SQLAlchemy < 0.9
Mike Bayer
2018-07-13
1
-7
/
+0
*
set native boolean to false on the dialect for the schematype tests
Mike Bayer
2017-08-30
1
-6
/
+6
*
Ensure schema names also compared in foreign_key_constraint()
Konstantin Lebedev
2017-02-20
1
-0
/
+10
*
Move op tests for Postgresql to test_postgresql
Mike Bayer
2016-08-22
1
-33
/
+0
*
- ensure DropIndex and other ops return the full object it received
Mike Bayer
2015-07-17
1
-1
/
+61
*
- some additional names
Mike Bayer
2015-07-14
1
-0
/
+17
*
- handle missing arg more clearly
Mike Bayer
2015-07-14
1
-0
/
+30
*
- move the "legacy names" system into where we create the module proxy.
Mike Bayer
2015-07-14
1
-1
/
+12
*
- squash merge of ticket_302 branch
Mike Bayer
2015-07-03
1
-8
/
+31
*
- Added a new option
Mike Bayer
2015-04-07
1
-0
/
+38
*
Merge branch 'add_column_with_index' of https://bitbucket.org/davidszotten/al...
Mike Bayer
2014-11-10
1
-0
/
+9
|
\
|
*
Create index in add_column if requested
David Szotten
2014-10-16
1
-0
/
+9
*
|
- The :class:`~sqlalchemy.schema.Table` object is now returned when
Mike Bayer
2014-11-08
1
-2
/
+5
|
/
*
- fail this before 0.9
Mike Bayer
2014-10-11
1
-0
/
+1
*
- add tests for unique and quote flag on create_index()
Mike Bayer
2014-10-10
1
-0
/
+14
*
- Added support for use of the :class:`~sqlalchemy.sql.elements.quoted_name`
Mike Bayer
2014-10-03
1
-0
/
+39
*
- move pretty much all of sqlalchemy.testing over for now, as we'd
Mike Bayer
2014-09-14
1
-10
/
+23
*
dev
Mike Bayer
2014-09-13
1
-800
/
+725
*
- finish flake8 on tests
Mike Bayer
2014-09-09
1
-17
/
+30
*
- do an autopep8 pass for just about everything other
Mike Bayer
2014-09-09
1
-74
/
+142
*
- Added support for functional indexes when using the
Mike Bayer
2014-08-27
1
-0
/
+41
*
- use compat version of mock for py3
Mike Bayer
2014-03-16
1
-1
/
+1
*
- Added support for the ``initially``, ``match`` keyword arguments
Mike Bayer
2014-03-14
1
-1
/
+34
*
Extensive changes have been made to more fully support SQLAlchemy's new
Mike Bayer
2014-03-12
1
-2
/
+4
*
- test adjustments to account for SQLAlchemy pullreq #7, MSSQL DROP INDEX syntax
Mike Bayer
2013-12-06
1
-5
/
+1
[next]