[Sqlalchemy-commits] commit/sqlalchemy: 12 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-12-01 18:33:25
|
12 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/25434e9209af/ Changeset: 25434e9209af Branch: None User: ScottDugas Date: 2014-10-22 19:09:05+00:00 Summary: Support additional args/kwargs on cursor method fdbsql has an optional nested kwarg, which is supported in the actual code, but not in the testing proxy Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9c0eb840788e/ Changeset: 9c0eb840788e Branch: None User: ScottDugas Date: 2014-10-23 14:24:35+00:00 Summary: Print useful traceback on error _expect_failure was rethrowing the exception without keeping the traceback, so it was really hard to find out what was actually wrong Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9687b272bdc7/ Changeset: 9687b272bdc7 Branch: None User: ScottDugas Date: 2014-10-23 15:46:34+00:00 Summary: Added new requirement for check_constraints Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2ce9333a24a1/ Changeset: 2ce9333a24a1 Branch: None User: ScottDugas Date: 2014-10-23 17:01:23+00:00 Summary: Forgot to update usage of ex to exc_value Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/470061bcdc0d/ Changeset: 470061bcdc0d Branch: None User: ScottDugas Date: 2014-10-23 21:55:13+00:00 Summary: Added requirement to test for bind limit Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fdbea8795862/ Changeset: fdbea8795862 Branch: None User: ScottDugas Date: 2014-10-23 21:59:27+00:00 Summary: require check constraints for tests Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e01dab9b1fba/ Changeset: e01dab9b1fba Branch: None User: ScottDugas Date: 2014-10-29 21:42:52+00:00 Summary: Set the length for MyType implementation Mysql drops the type in these tests, when it does visit_typeclause, since it's an unkown type it just says none, and doesn't do a cast. Firebird also doesn't support varchar with length, it throws an error on these types. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5b3fc8743582/ Changeset: 5b3fc8743582 Branch: None User: ScottDugas Date: 2014-10-30 15:06:45+00:00 Summary: Added requirement for temporary tables Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ebb9d57cb385/ Changeset: ebb9d57cb385 Branch: None User: ScottDugas Date: 2014-10-30 20:40:36+00:00 Summary: Removed accidental print statements Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b31ab006897d/ Changeset: b31ab006897d Branch: None User: ScottDugas Date: 2014-11-03 19:54:51+00:00 Summary: Merge branch 'master' into fdbsql-tests Conflicts: lib/sqlalchemy/testing/exclusions.py Affected #: 123 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8d154f84f1a5/ Changeset: 8d154f84f1a5 Branch: None User: ScottDugas Date: 2014-11-03 20:24:31+00:00 Summary: It now calls raise_from_cause master was updated to call util.raise_from_cause which is better than what I had Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/156f473de000/ Changeset: 156f473de000 Branch: None User: zzzeek Date: 2014-12-01 18:31:48+00:00 Summary: Merge remote-tracking branch 'origin/pr/151' into pr151 Affected #: 7 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. |