[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The multi-values version of :meth:`.Insert.values
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-01-13 19:34:13
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/92cc232726a0/ Changeset: 92cc232726a0 Branch: None User: zzzeek Date: 2015-01-13 19:33:33+00:00 Summary: - 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 Affected #: 8 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |