/dports/databases/py-alembic14/alembic-1.4.3/alembic/operations/ |
H A D | toimpl.py | 119 def drop_table_comment(operations, operation): function 121 operations.impl.drop_table_comment(table)
|
H A D | ops.py | 1448 def drop_table_comment( member in DropTableCommentOp
|
/dports/databases/py-alembic/alembic-1.7.5/alembic/operations/ |
H A D | toimpl.py | 136 def drop_table_comment( function 140 operations.impl.drop_table_comment(table)
|
H A D | batch.py | 176 def drop_table_comment(self, table): member in BatchOperationsImpl 617 def drop_table_comment(self, table): member in ApplyBatchImpl
|
H A D | ops.py | 1529 def drop_table_comment( member in DropTableCommentOp
|
/dports/databases/py-alembic14/alembic-1.4.3/tests/ |
H A D | test_oracle.py | 138 op.drop_table_comment("t2", existing_comment="t2 table", schema="foo")
|
H A D | test_mysql.py | 392 op.drop_table_comment("t2", existing_comment="t2 table", schema="foo")
|
H A D | test_op.py | 970 op.drop_table_comment("some_table")
|
H A D | test_postgresql.py | 286 op.drop_table_comment("t2", existing_comment="t2 table", schema="foo")
|
/dports/databases/py-alembic/alembic-1.7.5/tests/ |
H A D | test_oracle.py | 161 op.drop_table_comment("t2", existing_comment="t2 table", schema="foo")
|
H A D | test_mysql.py | 382 op.drop_table_comment("t2", existing_comment="t2 table", schema="foo")
|
H A D | test_op.py | 1033 op.drop_table_comment("some_table")
|
H A D | test_postgresql.py | 293 op.drop_table_comment("t2", existing_comment="t2 table", schema="foo")
|
H A D | test_batch.py | 1799 batch_op.drop_table_comment(existing_comment="some comment")
|
/dports/databases/py-alembic14/alembic-1.4.3/alembic/ddl/ |
H A D | impl.py | 288 def drop_table_comment(self, table): member in DefaultImpl
|
/dports/databases/py-alembic/alembic-1.7.5/alembic/ddl/ |
H A D | impl.py | 384 def drop_table_comment(self, table: "Table") -> None: member in DefaultImpl
|
/dports/databases/py-alembic/alembic-1.7.5/alembic/ |
H A D | op.pyi | 761 :meth:`.Operations.drop_table_comment` 920 def drop_table_comment(
|
/dports/databases/py-alembic/alembic-1.7.5/docs/build/ |
H A D | changelog.rst | 406 ``batch_op.drop_table_comment()`` directives to batch ops. 1208 :meth:`.Operations.drop_table_comment` was not properly quote-escaped 1492 :meth:`.Operations.drop_table_comment` are added. A new arguments
|
/dports/databases/py-alembic14/alembic-1.4.3/docs/build/ |
H A D | changelog.rst | 446 :meth:`.Operations.drop_table_comment` was not properly quote-escaped 730 :meth:`.Operations.drop_table_comment` are added. A new arguments
|