[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2014-02-19 20:23:56
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/77ed03652580/ Changeset: 77ed03652580 Branch: None User: zzzeek Date: 2014-02-19 21:18:22 Summary: - Fixed bug where calling :meth:`.Insert.values` with an empty list or tuple would raise an IndexError. It now produces an empty insert construct as would be the case with an empty dictionary. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/506817a84e6b/ Changeset: 506817a84e6b Branch: rel_0_8 User: zzzeek Date: 2014-02-19 21:23:04 Summary: - Fixed bug where calling :meth:`.Insert.values` with an empty list or tuple would raise an IndexError. It now produces an empty insert construct as would be the case with an empty dictionary. Conflicts: lib/sqlalchemy/sql/dml.py Affected #: 3 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. |