]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- need to limit the list of oracle fn's that don't get parens to a
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Feb 2011 05:49:28 +0000 (00:49 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Feb 2011 05:49:28 +0000 (00:49 -0500)
commit09efc11fbc95f8a47200dd102d304b90609e9408
tree58cbd0dafa6a8d0ae791b9dfc7652d1393beb84a
parented4534ea8a003c89441064b028b0b22c5b5ea97a
- need to limit the list of oracle fn's that don't get parens to a
fixed list.  window functions need parens
lib/sqlalchemy/dialects/firebird/base.py
lib/sqlalchemy/dialects/oracle/base.py
test/dialect/test_oracle.py
test/sql/test_functions.py