diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2017-03-17 14:16:27 -0400 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@awstats.zzzcomputing.com> | 2017-03-17 14:16:27 -0400 |
| commit | d96fc5d02a921820aa5973daf66445c880ca6cd4 (patch) | |
| tree | a7b3a47cca6e9a5af48dda6b3d92e3ba3f0b2418 /lib/sqlalchemy/testing/requirements.py | |
| parent | 9974e9a46bdf6c570c650aa911b76c2dcfd9327b (diff) | |
| parent | fadb8d61babb76ef7bdbc98279096a8900c7328d (diff) | |
| download | sqlalchemy-d96fc5d02a921820aa5973daf66445c880ca6cd4.tar.gz | |
Merge "Implement comments for tables, columns"
Diffstat (limited to 'lib/sqlalchemy/testing/requirements.py')
| -rw-r--r-- | lib/sqlalchemy/testing/requirements.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sqlalchemy/testing/requirements.py b/lib/sqlalchemy/testing/requirements.py index e4491ca7c..d38a69159 100644 --- a/lib/sqlalchemy/testing/requirements.py +++ b/lib/sqlalchemy/testing/requirements.py @@ -322,6 +322,10 @@ class SuiteRequirements(Requirements): return exclusions.open() @property + def comment_reflection(self): + return exclusions.closed() + + @property def view_column_reflection(self): """target database must support retrieval of the columns in a view, similarly to how a table is inspected. |
