]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- try to note under insert.values(), if you need
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Jul 2015 00:37:04 +0000 (20:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Jul 2015 00:37:59 +0000 (20:37 -0400)
commit3d84d2cd049da77084d9328dbcf3fcd5ac49b139
tree9cd589daef4d5da405bd59a1efb34fd7b321e45c
parenta0ba7ce055d38d4c2030d2985d78d8ebf5434416
- try to note under insert.values(), if you need
"multiple parameter sets" there is a much more common case
which works equally well for INSERT/UPDATE/DELETE e.g.
executemany().   reference #3476
doc/build/core/tutorial.rst
lib/sqlalchemy/sql/dml.py