]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- re-documented Table and Column constructors, fixed case sensitivity description...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 7 Dec 2008 06:30:00 +0000 (06:30 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 7 Dec 2008 06:30:00 +0000 (06:30 +0000)
commitee7fcf311068ca233de43eaec241ccc965c626a2
treef0c458158c4d106daae6f303385ebf548e426f32
parentbdf0117578df3623b7c271e5ed9566928410cc6b
- re-documented Table and Column constructors, fixed case sensitivity description [ticket:1231]
- turned on autoclass_content="both".  Need to specify __init__ docstring with a newline after the """.
- other docs
doc/build/conf.py
doc/build/index.rst
doc/build/reference/sqlalchemy/schema.rst
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/schema.py