Files
sqlalchemy/test/sql
Mike Bayer 92cc232726 - The multi-values version of :meth:.Insert.values has been
repaired to work more usefully with tables that have Python-
side default values and/or functions, as well as server-side
defaults. The feature will now work with a dialect that uses
"positional" parameters; a Python callable will also be
invoked individually for each row just as is the case with an
"executemany" style invocation; a server- side default column
will no longer implicitly receive the value explicitly
specified for the first row, instead refusing to invoke
without an explicit value. fixes #3288
2015-01-13 14:33:33 -05:00
..
2014-07-18 17:40:58 -04:00
2015-01-06 11:34:52 -05:00
2014-09-05 16:28:20 -04:00
2014-07-18 17:40:58 -04:00
2015-01-12 13:27:34 -05:00
2014-07-18 17:40:58 -04:00