diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2020-06-01 19:20:57 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-06-01 19:20:57 +0000 |
| commit | a31a07ddad1812072511ee69b4e95be099330804 (patch) | |
| tree | 2bfe86bd30949079c7b3be31282d5582f4e7ca6c /lib/sqlalchemy/testing/plugin/plugin_base.py | |
| parent | ddff320473dcbd3cc11d577715f96237276bc685 (diff) | |
| parent | 668872fe0108c3885adcf6cb10b653b812dc258f (diff) | |
| download | sqlalchemy-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.py | 2 |
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): |
