]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- sqlsoup objects no longer have the 'query' attribute - it's
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Jan 2010 18:04:11 +0000 (18:04 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Jan 2010 18:04:11 +0000 (18:04 +0000)
commit8c660d461189a6611b855cf115990b1f08a67220
treec5dfe6b86c473282fd62afe9da3afcb70d7b58ba
parentabdf3a22ccb23f2cfc7e5cf8b815c62f925d7b0d
- sqlsoup objects no longer have the 'query' attribute - it's
not needed for sqlsoup's usage paradigm and it gets in the
way of a column that is actually named 'query'.
CHANGES
lib/sqlalchemy/ext/sqlsoup.py
test/ext/test_sqlsoup.py