]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added "system=True" to Column, so that we generally don't have to bother
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Aug 2013 16:28:47 +0000 (12:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Aug 2013 16:31:58 +0000 (12:31 -0400)
commitf0ac7e20d8b05935cc5ffb176fab2a2f82ca40a4
tree4443021070a203213d9929d9d6b5dde9857821c9
parent9fa0088d438c0abed6027779990f8878c2ceecc4
added "system=True" to Column, so that we generally don't have to bother
with CreateColumn rules
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py