]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the SqlSoup constructor accepts a `base` argument which specifies
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 May 2010 19:08:48 +0000 (15:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 May 2010 19:08:48 +0000 (15:08 -0400)
commit0934e217f82f11873d12dd7b4d1a3e2c336682c7
tree979b345e7479aaa63c484f6c5b6e0797c3c39703
parentd997bbaea827f5a14089ae42b5bd5d5e77589fd8
- the SqlSoup constructor accepts a `base` argument which specifies
the base class to use for mapped classes, the default being
`object`.  [ticket:1783]
CHANGES
lib/sqlalchemy/ext/sqlsoup.py
test/ext/test_sqlsoup.py