diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-08-12 17:28:15 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-08-12 17:28:15 +0000 |
| commit | 9e8fad2abcce364253352f042836bf58ce8f4f81 (patch) | |
| tree | 5058c15280a2e56d454670deeb7a53dd8b6b1f67 /test/sql/alltests.py | |
| parent | fb88b031d916ea91ce9af760a67ea27e00113c14 (diff) | |
| download | sqlalchemy-9e8fad2abcce364253352f042836bf58ce8f4f81.tar.gz | |
quoting facilities set up so that database-specific quoting can be
turned on for individual table, schema, and column identifiers when
used in all queries/creates/drops. Enabled via "quote=True" in
Table or Column, as well as "quote_schema=True" in Table. Thanks to
Aaron Spike for his excellent efforts. [ticket:155]
Diffstat (limited to 'test/sql/alltests.py')
| -rw-r--r-- | test/sql/alltests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/alltests.py b/test/sql/alltests.py index 23a7a6236..29b638bb8 100644 --- a/test/sql/alltests.py +++ b/test/sql/alltests.py @@ -14,6 +14,7 @@ def suite(): # assorted round-trip tests 'sql.query', + 'sql.quote', # defaults, sequences (postgres/oracle) 'sql.defaults', |
