]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- tweak the GenericFunction constructor more so that it's action in parsing the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Aug 2012 15:30:42 +0000 (11:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Aug 2012 15:30:42 +0000 (11:30 -0400)
commitb0e0bbb816b578910d0e08f034a732fc5fc898fd
tree30c19a02cd5f42278942f9c517d40c2a2375b17e
parentb48e0147ab03e267f01aa7270172905abe0867df
- tweak the GenericFunction constructor more so that it's action in parsing the
arguments is easier to understand
- add a test to ensure generic function can have a custom name
lib/sqlalchemy/sql/functions.py
test/sql/test_functions.py