]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Tweaked the "REQUIRED" symbol used by the compiler to identify
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Jan 2013 15:04:55 +0000 (10:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Jan 2013 15:04:55 +0000 (10:04 -0500)
commitac1ee45fcc749de4d75283f0b343be4b4c6c31ff
tree34b2e0d83bfbc97ac963829f14ee33c4e44f7b7d
parent0755114f75dc765c5f7c61483323338ef477dd14
Tweaked the "REQUIRED" symbol used by the compiler to identify
INSERT/UPDATE bound parameters that need to be passed, so that
it's more easily identifiable when writing custom bind-handling
code. [ticket:2648]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/compiler.py