]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- case_sensitive=(True|False) setting removed from schema items, since
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Aug 2007 14:03:23 +0000 (14:03 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Aug 2007 14:03:23 +0000 (14:03 +0000)
commite8793a5b59a05fb1d96c228bcd2e9f3ec381c0b4
tree08adf229eaa4dc2613d21e6009c5a205d3eb3d4d
parent41c734b5a38a615c2f175659a6e8e0c37c482118
  - case_sensitive=(True|False) setting removed from schema items, since
    checking this state added a lot of method call overhead and there was
    no decent reason to ever set it to False.  Table and column names which are
    all lower case will be treated as case-insenstive (yes we adjust for
    Oracle's UPPERCASE style too).
CHANGES
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/databases/informix.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql.py
test/sql/quote.py