summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin/plugin_base.py
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2020-06-01 19:20:57 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2020-06-01 19:20:57 +0000
commita31a07ddad1812072511ee69b4e95be099330804 (patch)
tree2bfe86bd30949079c7b3be31282d5582f4e7ca6c /lib/sqlalchemy/testing/plugin/plugin_base.py
parentddff320473dcbd3cc11d577715f96237276bc685 (diff)
parent668872fe0108c3885adcf6cb10b653b812dc258f (diff)
downloadsqlalchemy-a31a07ddad1812072511ee69b4e95be099330804.tar.gz
Merge "Add support for "real" sequences in mssql"
Diffstat (limited to 'lib/sqlalchemy/testing/plugin/plugin_base.py')
-rw-r--r--lib/sqlalchemy/testing/plugin/plugin_base.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqlalchemy/testing/plugin/plugin_base.py b/lib/sqlalchemy/testing/plugin/plugin_base.py
index bf168efce..b31a4ff3e 100644
--- a/lib/sqlalchemy/testing/plugin/plugin_base.py
+++ b/lib/sqlalchemy/testing/plugin/plugin_base.py
@@ -477,6 +477,8 @@ def _prep_testing_database(options, file_config):
)
)
+ # TODO: need to do a get_sequences and drop them also after tables
+
@post
def _reverse_topological(options, file_config):