]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Declarative supports a __table_args__ class variable, which
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Jul 2008 20:38:35 +0000 (20:38 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Jul 2008 20:38:35 +0000 (20:38 +0000)
commit5d375cd730fa0a89cb6684df47b2ae10cc217f57
treeab10e8b156e543e9b365c45d41a889ea22d59aa9
parentff9c5007a87c830fb763b43b451db3e4f002c31f
- Declarative supports a __table_args__ class variable, which
is either a dictionary, or tuple of the form
(arg1, arg2, ..., {kwarg1:value, ...}) which contains positional
+ kw arguments to be passed to the Table constructor.
[ticket:1096]
CHANGES
doc/build/content/plugins.txt
lib/sqlalchemy/ext/declarative.py
test/ext/declarative.py