[Sqlalchemy-commits] commit/sqlalchemy: 7 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-07-25 20:14:39
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ba58708643d2/ Changeset: ba58708643d2 Branch: None User: Andrew Date: 2014-07-24 07:56:50 Summary: Fix argument to array() in array._bind_param() array.__init__() expects a list as its sole parameter but inside _bind_param(), instead of sending a list it's sending each item in the list as a separate argument which is incorrect. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/31178db91455/ Changeset: 31178db91455 Branch: None User: zzzeek Date: 2014-07-25 22:04:35 Summary: - flake8 all of test/dialect/postgresql - add __backend__ to most tests so that pg8000 can start coming in Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6d50ec4f9039/ Changeset: 6d50ec4f9039 Branch: None User: zzzeek Date: 2014-07-25 22:05:09 Summary: - flake8 all of test/dialect/postgresql - add __backend__ to most tests so that pg8000 can start coming in Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b7e75172b391/ Changeset: b7e75172b391 Branch: None User: zzzeek Date: 2014-07-25 22:05:38 Summary: Merge remote-tracking branch 'origin/pr/124' into issue3141 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d92177cede95/ Changeset: d92177cede95 Branch: None User: zzzeek Date: 2014-07-25 22:08:21 Summary: - Fixed bug in :class:`.postgresql.array` object where comparison to a plain Python list would fail to use the correct array constructor. Pull request courtesy Andrew. fixes #3141 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a8dcdb9b2806/ Changeset: a8dcdb9b2806 Branch: None User: zzzeek Date: 2014-07-25 22:13:08 Summary: - Fixed bug in :class:`.postgresql.array` object where comparison to a plain Python list would fail to use the correct array constructor. Pull request courtesy Andrew. fixes #3141 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d18c55f79712/ Changeset: d18c55f79712 Branch: rel_0_9 User: Andrew Date: 2014-07-25 22:13:35 Summary: Fix argument to array() in array._bind_param() array.__init__() expects a list as its sole parameter but inside _bind_param(), instead of sending a list it's sending each item in the list as a separate argument which is incorrect. Affected #: 1 file 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. |