]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added NotImplementedError for params() method
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Nov 2008 01:21:00 +0000 (01:21 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Nov 2008 01:21:00 +0000 (01:21 +0000)
commit7c0ba8028c985be460c491f8b6b59024090d0c3d
tree41c3090dadf7b267555d73f575f8a2953d4da500
parent1b2d7b109689f4765df7def171248c95b9c0f37a
- Added NotImplementedError for params() method
on Insert/Update/Delete constructs.  These items
currently don't support this functionality, which
also would be a little misleading compared to
values().
CHANGES
lib/sqlalchemy/sql/expression.py