[Sqlalchemy-commits] commit/sqlalchemy: 13 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-12-27 18:48:19
|
13 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0cba61d150b8/ Changeset: 0cba61d150b8 Branch: None User: zzzeek Date: 2013-12-27 19:05:32 Summary: - repair some suite tests for firebird Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4798fd947f47/ Changeset: 4798fd947f47 Branch: None User: zzzeek Date: 2013-12-27 19:16:48 Summary: - The "asdecimal" flag used with the :class:`.Float` type will now work with Firebird dialects; previously the decimal conversion was not occurring. - scale back some firebird FP numeric tests Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/545df6b39ee5/ Changeset: 545df6b39ee5 Branch: None User: zzzeek Date: 2013-12-27 19:20:58 Summary: - Fixed bug in Firebird index reflection where the columns within the index were not sorted correctly; they are now sorted in order of RDB$FIELD_POSITION. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a51c41e6305c/ Changeset: a51c41e6305c Branch: None User: zzzeek Date: 2013-12-27 19:28:18 Summary: - add a test which creates tables and views at the same time, then tests that the lists of each can be reflected independently. Testing [ticket:2898] at the moment. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/92a1426c06c4/ Changeset: 92a1426c06c4 Branch: master User: zzzeek Date: 2013-12-27 19:40:27 Summary: - The firebird dialect will quote identifiers which begin with an underscore. Courtesy Treeve Jelbert. [ticket:2897] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/17f4b8f829df/ Changeset: 17f4b8f829df Branch: rel_0_9 User: zzzeek Date: 2013-12-27 19:40:55 Summary: Merge branch 'master' into rel_0_9 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2900b6e4ece2/ Changeset: 2900b6e4ece2 Branch: None User: zzzeek Date: 2013-12-27 19:41:21 Summary: - repair some suite tests for firebird Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b5b84ae20d18/ Changeset: b5b84ae20d18 Branch: None User: zzzeek Date: 2013-12-27 19:41:46 Summary: - The "asdecimal" flag used with the :class:`.Float` type will now work with Firebird dialects; previously the decimal conversion was not occurring. - scale back some firebird FP numeric tests Conflicts: test/requirements.py Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/320bc4861ccd/ Changeset: 320bc4861ccd Branch: None User: zzzeek Date: 2013-12-27 19:42:28 Summary: - Fixed bug in Firebird index reflection where the columns within the index were not sorted correctly; they are now sorted in order of RDB$FIELD_POSITION. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ab1ab82f1618/ Changeset: ab1ab82f1618 Branch: None User: zzzeek Date: 2013-12-27 19:42:36 Summary: - add a test which creates tables and views at the same time, then tests that the lists of each can be reflected independently. Testing [ticket:2898] at the moment. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c24e825c37d9/ Changeset: c24e825c37d9 Branch: None User: zzzeek Date: 2013-12-27 19:42:43 Summary: - The firebird dialect will quote identifiers which begin with an underscore. Courtesy Treeve Jelbert. [ticket:2897] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/819ad89276f2/ Changeset: 819ad89276f2 Branch: None User: zzzeek Date: 2013-12-27 19:45:07 Summary: - add an exclusion for "floats to four decimals", backported from 0.9 and applies to firebird Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4a4a4beffb65/ Changeset: 4a4a4beffb65 Branch: rel_0_8 User: zzzeek Date: 2013-12-27 19:47:31 Summary: test hanging on 0.8, suspecting the test framework. this feature is tested on 0.9 successfully 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. |