Thread: [Sqlalchemy-commits] commit/sqlalchemy: 5 new changesets (Page 2)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-03-28 20:41:52
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c01558ae7f4a/ Changeset: c01558ae7f4a Branch: None User: zzzeek Date: 2014-03-28 21:32:11 Summary: - Fixed ORM bug where changing the primary key of an object, then marking it for DELETE would fail to target the correct row for DELETE. Then to compound matters, basic "number of rows matched" checks were not being performed. Both issues are fixed, however note that the "rows matched" check requires so-called "sane multi-row count" functionality; the DBAPI's executemany() method must count up the rows matched by individual statements and SQLAlchemy's dialect must mark this feature as supported, currently applies to some mysql dialects, psycopg2, sqlite only. fixes #3006 - Enabled "sane multi-row count" checking for the psycopg2 DBAPI, as this seems to be supported as of psycopg2 2.0.9. Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e789a75f9a32/ Changeset: e789a75f9a32 Branch: rel_0_8 User: zzzeek Date: 2014-03-28 21:34:54 Summary: - Fixed ORM bug where changing the primary key of an object, then marking it for DELETE would fail to target the correct row for DELETE. Then to compound matters, basic "number of rows matched" checks were not being performed. Both issues are fixed, however note that the "rows matched" check requires so-called "sane multi-row count" functionality; the DBAPI's executemany() method must count up the rows matched by individual statements and SQLAlchemy's dialect must mark this feature as supported, currently applies to some mysql dialects, psycopg2, sqlite only. fixes #3006 - Enabled "sane multi-row count" checking for the psycopg2 DBAPI, as this seems to be supported as of psycopg2 2.0.9. Conflicts: test/orm/test_naturalpks.py test/requirements.py Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/28aaa5938797/ Changeset: 28aaa5938797 Branch: None User: zzzeek Date: 2014-03-28 21:36:11 Summary: - fix set syntax supposed to be dict Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a04fb820289d/ Changeset: a04fb820289d Branch: None User: zzzeek Date: 2014-03-28 21:37:43 Summary: pickle of execption not supported on mysqlconnector Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9c731b2ebf49/ Changeset: 9c731b2ebf49 Branch: None User: zzzeek Date: 2014-03-28 21:41:08 Summary: - add further coverage for join_condition to make sure we get this case where there are multiple, equivalent foreign keys Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2014-05-29 16:29:32
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b987f90cd0e2/ Changeset: b987f90cd0e2 Branch: master User: zzzeek Date: 2014-05-29 18:28:19 Summary: - disable the scrolling layout, anchors for code/params are not working, and the current approach used for sections is not able to work for fine-grained anchors like these, another approach needs to be taken. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b7af98c86fb2/ Changeset: b7af98c86fb2 Branch: rel_1_0 User: zzzeek Date: 2014-05-29 18:28:51 Summary: Merge branch 'master' into rel_1_0 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5041c1f46910/ Changeset: 5041c1f46910 Branch: rel_0_9 User: zzzeek Date: 2014-05-29 18:29:02 Summary: - disable the scrolling layout, anchors for code/params are not working, and the current approach used for sections is not able to work for fine-grained anchors like these, another approach needs to be taken. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/24c8a242ddfd/ Changeset: 24c8a242ddfd Branch: rel_0_8 User: zzzeek Date: 2014-05-29 18:29:08 Summary: - disable the scrolling layout, anchors for code/params are not working, and the current approach used for sections is not able to work for fine-grained anchors like these, another approach needs to be taken. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/709f46b22296/ Changeset: 709f46b22296 Branch: rel_0_7 User: zzzeek Date: 2014-05-29 18:29:12 Summary: - disable the scrolling layout, anchors for code/params are not working, and the current approach used for sections is not able to work for fine-grained anchors like these, another approach needs to be taken. 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. |
From: Bitbucket <com...@bi...> - 2014-05-29 19:56:03
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/686887688d33/ Changeset: 686887688d33 Branch: None User: zzzeek Date: 2014-05-29 21:26:31 Summary: - all new approach which allows the main text to be on the top Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/39e15ac76029/ Changeset: 39e15ac76029 Branch: None User: zzzeek Date: 2014-05-29 21:38:17 Summary: more Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5d37a9377c79/ Changeset: 5d37a9377c79 Branch: None User: zzzeek Date: 2014-05-29 21:49:04 Summary: fix Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f07bc010ee80/ Changeset: f07bc010ee80 Branch: master User: zzzeek Date: 2014-05-29 21:54:13 Summary: - re-merge doc_nav. We've removed the whole idea of a "fixed top", and moved the "fixed" thing entirely to the left side. The content now regains full vertical real estate, such that there's no workarounds needed for anchors, they work directly again. we had to reorganize the whole layout to accommodate this however. Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3615f466435b/ Changeset: 3615f466435b Branch: rel_1_0 User: zzzeek Date: 2014-05-29 21:55:38 Summary: Merge branch 'master' into rel_1_0 Affected #: 5 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. |
From: Bitbucket <com...@bi...> - 2014-05-29 20:53:21
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6adaa66fbe3e/ Changeset: 6adaa66fbe3e Branch: master User: zzzeek Date: 2014-05-29 22:42:11 Summary: - correct the size on side elements Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a6331595e7a6/ Changeset: a6331595e7a6 Branch: rel_1_0 User: zzzeek Date: 2014-05-29 22:42:45 Summary: Merge branch 'master' into rel_1_0 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8ed43be00613/ Changeset: 8ed43be00613 Branch: rel_0_9 User: zzzeek Date: 2014-05-29 22:47:21 Summary: - all new approach which allows the main text to be on the top Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8f29b1fa49af/ Changeset: 8f29b1fa49af Branch: rel_0_8 User: zzzeek Date: 2014-05-29 22:51:41 Summary: - all new approach which allows the main text to be on the top Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0f43ed21ed3a/ Changeset: 0f43ed21ed3a Branch: rel_0_7 User: zzzeek Date: 2014-05-29 22:52:54 Summary: - all new approach which allows the main text to be on the top Affected #: 5 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. |
From: Bitbucket <com...@bi...> - 2014-05-29 22:52:54
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a04f0c1e3719/ Changeset: a04f0c1e3719 Branch: master User: zzzeek Date: 2014-05-30 00:52:15 Summary: relative here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c030adee8bf7/ Changeset: c030adee8bf7 Branch: rel_1_0 User: zzzeek Date: 2014-05-30 00:52:21 Summary: Merge branch 'master' into rel_1_0 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/53a914a863af/ Changeset: 53a914a863af Branch: rel_0_9 User: zzzeek Date: 2014-05-30 00:52:29 Summary: relative here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7475cfd443dc/ Changeset: 7475cfd443dc Branch: rel_0_8 User: zzzeek Date: 2014-05-30 00:52:33 Summary: relative here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ba7f78fc74aa/ Changeset: ba7f78fc74aa Branch: rel_0_7 User: zzzeek Date: 2014-05-30 00:52:36 Summary: relative here 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. |
From: Bitbucket <com...@bi...> - 2014-05-30 05:40:15
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/69dbcdd0ebf8/ Changeset: 69dbcdd0ebf8 Branch: None User: zzzeek Date: 2014-05-30 07:32:53 Summary: - Related to :ticket:`3060`, an adjustment has been made to the unit of work such that loading for related many-to-one objects is slightly more aggressive, in the case of a graph of self-referential objects that are to be deleted; the load of related objects is to help determine the correct order for deletion if passive_deletes is not set. - revert the changes to test_delete_unloaded_m2o, these deletes do in fact need to occur in the order of the two child objects first. Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/013455139bce/ Changeset: 013455139bce Branch: None User: zzzeek Date: 2014-05-30 07:34:15 Summary: Merge branch 'master' into rel_1_0 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/28fbecaaa00a/ Changeset: 28fbecaaa00a Branch: master User: zzzeek Date: 2014-05-30 07:38:12 Summary: revert this, not sure why that changed Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f26669ae1b06/ Changeset: f26669ae1b06 Branch: rel_1_0 User: zzzeek Date: 2014-05-30 07:38:45 Summary: Merge branch 'master' into rel_1_0 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5992c6096a67/ Changeset: 5992c6096a67 Branch: rel_0_9 User: zzzeek Date: 2014-05-30 07:39:45 Summary: - Related to :ticket:`3060`, an adjustment has been made to the unit of work such that loading for related many-to-one objects is slightly more aggressive, in the case of a graph of self-referential objects that are to be deleted; the load of related objects is to help determine the correct order for deletion if passive_deletes is not set. - revert the changes to test_delete_unloaded_m2o, these deletes do in fact need to occur in the order of the two child objects first. merged from master Affected #: 5 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. |
From: Bitbucket <com...@bi...> - 2014-06-08 21:55:31
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/39bea64bc348/ Changeset: 39bea64bc348 Branch: None User: BY-jk Date: 2014-05-30 15:18:02 Summary: Wrong type usage Wrong Type (TEXT) being used in StringTest Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/46abb87ef46c/ Changeset: 46abb87ef46c Branch: None User: zzzeek Date: 2014-06-08 23:52:51 Summary: Merge branch 'master' of https://github.com/BY-jk/sqlalchemy Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/15bfeb48cb51/ Changeset: 15bfeb48cb51 Branch: None User: zzzeek Date: 2014-06-08 23:54:48 Summary: changelog Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c11c4c5f16c7/ Changeset: c11c4c5f16c7 Branch: None User: BY-jk Date: 2014-06-08 23:55:04 Summary: Wrong type usage Wrong Type (TEXT) being used in StringTest Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f651d5a9a621/ Changeset: f651d5a9a621 Branch: rel_0_9 User: zzzeek Date: 2014-06-08 23:55:13 Summary: changelog 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. |
From: Bitbucket <com...@bi...> - 2014-07-18 21:47:15
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bb5f4392a4ec/ Changeset: bb5f4392a4ec Branch: None User: zzzeek Date: 2014-07-18 23:40:58 Summary: - update the flake8 rules again - apply autopep8 + manual fixes to most of test/sql/ Affected #: 26 files https://bitbucket.org/zzzeek/sqlalchemy/commits/efe7602c6181/ Changeset: efe7602c6181 Branch: None User: zzzeek Date: 2014-07-18 23:42:58 Summary: - update the flake8 rules again - apply autopep8 + manual fixes to most of test/sql/ Affected #: 26 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d63dd358d7d1/ Changeset: d63dd358d7d1 Branch: None User: zzzeek Date: 2014-07-18 23:46:19 Summary: reformat test_types Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b8889f18de05/ Changeset: b8889f18de05 Branch: rel_0_9 User: zzzeek Date: 2014-07-18 23:46:41 Summary: - add E721 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/827329a0cca5/ Changeset: 827329a0cca5 Branch: None User: zzzeek Date: 2014-07-18 23:46:51 Summary: - add E721 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. |
From: Bitbucket <com...@bi...> - 2014-07-30 16:51:09
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d16f8130e962/ Changeset: d16f8130e962 Branch: None User: zzzeek Date: 2014-07-30 18:05:35 Summary: - repair test finding to not skip the test_suite tests Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0bf33068f43c/ Changeset: 0bf33068f43c Branch: None User: zzzeek Date: 2014-07-30 18:18:33 Summary: - ensure all tests are named test_* Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/821aa27cf5ce/ Changeset: 821aa27cf5ce Branch: None User: zzzeek Date: 2014-07-30 18:19:32 Summary: - ensure all tests are named test_* Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5a86dba402d6/ Changeset: 5a86dba402d6 Branch: None User: zzzeek Date: 2014-07-30 18:50:38 Summary: - workaround removal of nested() in py3k Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/89ee5edf10ae/ Changeset: 89ee5edf10ae Branch: rel_0_9 User: zzzeek Date: 2014-07-30 18:50:52 Summary: - workaround removal of nested() in py3k 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. |
From: Bitbucket <com...@bi...> - 2014-08-15 19:17:34
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d768ec2c266e/ Changeset: d768ec2c266e Branch: None User: zzzeek Date: 2014-08-15 20:27:12 Summary: - don't add the parent attach event within _on_table_attach if we already have a table; this prevents reentrant calls and we aren't supporting columns/etc being moved around between different parents Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/961217aa9235/ Changeset: 961217aa9235 Branch: None User: zzzeek Date: 2014-08-15 20:38:33 Summary: - clean up provision and keep sqlite on memory DBs if thats what we start with Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/53db5d95fee6/ Changeset: 53db5d95fee6 Branch: rel_0_9 User: zzzeek Date: 2014-08-15 20:57:29 Summary: - TIL that dict.keys() in py3K is not an iterator, it is an iterable view. So copy collections.OrderedDict and use MutableMapping to set up keys, items, values on our own OrderedDict. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5a68f856daee/ Changeset: 5a68f856daee Branch: None User: zzzeek Date: 2014-08-15 20:59:12 Summary: - TIL that dict.keys() in py3K is not an iterator, it is an iterable view. So copy collections.OrderedDict and use MutableMapping to set up keys, items, values on our own OrderedDict. Conflicts: lib/sqlalchemy/engine/base.py Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/652a24f0303b/ Changeset: 652a24f0303b Branch: None User: zzzeek Date: 2014-08-15 21:13:13 Summary: - The :class:`.IdentityMap` exposed from :class:`.Session.identity` now returns lists for ``items()`` and ``values()`` in Py3K. Early porting to Py3K here had these returning iterators, when they technically should be "iterable views"..for now, lists are OK. Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2014-09-01 21:21:51
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f09cd9d56d74/ Changeset: f09cd9d56d74 Branch: None User: zzzeek Date: 2014-09-01 19:55:17 Summary: - fix warning issue Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f8ca3c8e3bed/ Changeset: f8ca3c8e3bed Branch: None User: zzzeek Date: 2014-09-01 20:03:10 Summary: - approach the issue of "columns clause label" in a type-based way to save on calls in columns_plus_names Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1a8103a10bf1/ Changeset: 1a8103a10bf1 Branch: ticket_2992 User: zzzeek Date: 2014-09-01 22:12:47 Summary: - fix remaining ORM tests Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/382f82538b54/ Changeset: 382f82538b54 Branch: None User: zzzeek Date: 2014-09-01 23:20:49 Summary: - more updates to text docs, literal_column, column etc. in prep for ticket 2992. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/66bee3885554/ Changeset: 66bee3885554 Branch: rel_0_9 User: zzzeek Date: 2014-09-01 23:21:33 Summary: - more updates to text docs, literal_column, column etc. in prep for ticket 2992. 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. |
From: Bitbucket <com...@bi...> - 2014-09-17 19:20:45
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9d402e204d77/ Changeset: 9d402e204d77 Branch: None User: jerdfelt Date: 2014-09-17 15:01:01+00:00 Summary: Handle sqlite get_unique_constraints() call for temporary tables The sqlite get_unique_constraints() implementation did not do a union against the sqlite_temp_master table like other code does. This could result in an exception being raised if get_unique_constraints() was called against a temporary table. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1217d6ce97bd/ Changeset: 1217d6ce97bd Branch: None User: zzzeek Date: 2014-09-17 18:02:34+00:00 Summary: - move this to the correct location Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cb23fa243f51/ Changeset: cb23fa243f51 Branch: None User: zzzeek Date: 2014-09-17 19:15:21+00:00 Summary: - Added :meth:`.Inspector.get_temp_table_names` and :meth:`.Inspector.get_temp_view_names`; currently, only the SQLite dialect supports these methods. The return of temporary table and view names has been **removed** from SQLite's version of :meth:`.Inspector.get_table_names` and :meth:`.Inspector.get_view_names`; other database backends cannot support this information (such as MySQL), and the scope of operation is different in that the tables can be local to a session and typically aren't supported in remote schemas. fixes #3204 Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7864f80a62ee/ Changeset: 7864f80a62ee Branch: None User: zzzeek Date: 2014-09-17 19:16:33+00:00 Summary: Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt/sqlalchemy/branch/sqlite-temp-table-reflection into pr31 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c926df36173e/ Changeset: c926df36173e Branch: None User: zzzeek Date: 2014-09-17 19:19:19+00:00 Summary: - changelog for #3203; fixes #3203 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. |
From: Bitbucket <com...@bi...> - 2014-09-26 01:16:50
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c3a93b1319fa/ Changeset: c3a93b1319fa Branch: None User: zzzeek Date: 2014-09-26 01:04:08+00:00 Summary: - changelog + migration, fixes #2670, fixes #3150, fixes #3149 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5e7cb037e85a/ Changeset: 5e7cb037e85a Branch: None User: zzzeek Date: 2014-09-26 01:07:15+00:00 Summary: - convert to spaces Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/840a817252d2/ Changeset: 840a817252d2 Branch: ticket_3150 User: zzzeek Date: 2014-09-26 01:07:31+00:00 Summary: Merge branch 'master' into ticket_3150 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7f82c55fa764/ Changeset: 7f82c55fa764 Branch: None User: zzzeek Date: 2014-09-26 01:08:17+00:00 Summary: - refactor of declarative, break up into indiviudal methods that are now affixed to _MapperConfig - declarative now creates column copies ahead of time so that they are ready to go for a declared_attr - overhaul of declared_attr; memoization, cascading modifier - A relationship set up with :class:`.declared_attr` on a :class:`.AbstractConcreteBase` base class will now be configured on the abstract base mapping automatically, in addition to being set up on descendant concrete classes as usual. fixes #2670 - The :class:`.declared_attr` construct has newly improved behaviors and features in conjunction with declarative. The decorated function will now have access to the final column copies present on the local mixin when invoked, and will also be invoked exactly once for each mapped class, the returned result being memoized. A new modifier :attr:`.declared_attr.cascading` is added as well. fixes #3150 - the original plan for #3150 has been scaled back; by copying mixin columns up front and memoizing, we don't actually need the "map properties later" thing. - full docs + migration notes Affected #: 12 files https://bitbucket.org/zzzeek/sqlalchemy/commits/19ec6c33681e/ Changeset: 19ec6c33681e Branch: None User: zzzeek Date: 2014-09-26 01:16:13+00:00 Summary: - "column already assigned" message has been updated in 7f82c55f 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. |
From: Bitbucket <com...@bi...> - 2014-09-27 22:19:40
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b275ac099fa2/ Changeset: b275ac099fa2 Branch: None User: zzzeek Date: 2014-09-27 22:14:59+00:00 Summary: - cyclomatic complexity; break up reflecttable(), goes from E to B Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7dfd46ec442f/ Changeset: 7dfd46ec442f Branch: None User: zzzeek Date: 2014-09-27 22:15:21+00:00 Summary: - cyclomatic complexity: instrument_class goes from E to an A Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7473ab42c4ad/ Changeset: 7473ab42c4ad Branch: None User: zzzeek Date: 2014-09-27 22:15:21+00:00 Summary: - cyclomatic complexity: _join_condition goes from E to a B Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3cc0cf0148ab/ Changeset: 3cc0cf0148ab Branch: None User: zzzeek Date: 2014-09-27 22:15:21+00:00 Summary: - cyclomatic complexity: _get_colparams() becomes sql.crud._get_crud_params, CC goes from F to D Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9a10b8a7f55d/ Changeset: 9a10b8a7f55d Branch: None User: zzzeek Date: 2014-09-27 22:15:21+00:00 Summary: - cyclomatic complexity; break up visit_select, goes from F to D 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. |
From: Bitbucket <com...@bi...> - 2014-11-05 20:12:38
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9e621d18aa84/ Changeset: 9e621d18aa84 Branch: None User: univerio Date: 2014-08-07 19:08:43+00:00 Summary: Added documentation about interaction between `subqueryload` and LIMIT/OFFSET. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9f592d6481b6/ Changeset: 9f592d6481b6 Branch: None User: zzzeek Date: 2014-11-05 19:45:14+00:00 Summary: Merge branch 'subqueryload_order' of https://bitbucket.org/univerio/sqlalchemy into pr26 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8200c2cd35b3/ Changeset: 8200c2cd35b3 Branch: None User: zzzeek Date: 2014-11-05 20:11:13+00:00 Summary: - edits to the subqueryload ordering merge Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/df5bf966e4a4/ Changeset: df5bf966e4a4 Branch: None User: univerio Date: 2014-11-05 20:11:50+00:00 Summary: Added documentation about interaction between `subqueryload` and LIMIT/OFFSET. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6db07cfd8754/ Changeset: 6db07cfd8754 Branch: rel_0_9 User: zzzeek Date: 2014-11-05 20:11:59+00:00 Summary: - edits to the subqueryload ordering merge 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. |
From: Bitbucket <com...@bi...> - 2014-12-08 01:36:28
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1b260c7959c9/ Changeset: 1b260c7959c9 Branch: None User: zzzeek Date: 2014-12-07 22:48:32+00:00 Summary: Merge branch 'master' into ticket_3100 Affected #: 74 files https://bitbucket.org/zzzeek/sqlalchemy/commits/60e6ac8856e5/ Changeset: 60e6ac8856e5 Branch: None User: zzzeek Date: 2014-12-07 23:54:52+00:00 Summary: - rework the assert_sql system so that we have a context manager to work with, use events that are local to the engine and to the run and are removed afterwards. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e257ca6c5268/ Changeset: e257ca6c5268 Branch: None User: zzzeek Date: 2014-12-08 00:08:16+00:00 Summary: - initial tests for bulk Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c42b8f8eb8f4/ Changeset: c42b8f8eb8f4 Branch: None User: zzzeek Date: 2014-12-08 01:21:20+00:00 Summary: - fix inheritance persistence - start writing docs Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/07cc9e054ae4/ Changeset: 07cc9e054ae4 Branch: ticket_3100 User: zzzeek Date: 2014-12-08 01:36:01+00:00 Summary: - add an option for bulk_save -> update to not do history 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. |
From: Bitbucket <com...@bi...> - 2014-12-19 19:17:19
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0d15791a6e3e/ Changeset: 0d15791a6e3e Branch: None User: rob_b Date: 2014-12-18 13:17:11+00:00 Summary: Update gaerdbms to highlight improved connection method Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4da5c7423d9e/ Changeset: 4da5c7423d9e Branch: None User: zzzeek Date: 2014-12-19 19:12:19+00:00 Summary: Merge branch 'update-gaerdbms-docs' of https://bitbucket.org/rob_b/sqlalchemy into pr39 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/182553b7409c/ Changeset: 182553b7409c Branch: None User: zzzeek Date: 2014-12-19 19:15:56+00:00 Summary: - make the google deprecation messages more specific, use full URL format - add an extra doc to MySQLdb - changelog Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/216ef0408435/ Changeset: 216ef0408435 Branch: None User: rob_b Date: 2014-12-19 19:16:37+00:00 Summary: Update gaerdbms to highlight improved connection method (cherry picked from commit 0d15791a6e3ec35e3c2e297026d8396742e30a34) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/942f88ace48b/ Changeset: 942f88ace48b Branch: rel_0_9 User: zzzeek Date: 2014-12-19 19:16:44+00:00 Summary: - make the google deprecation messages more specific, use full URL format - add an extra doc to MySQLdb - changelog (cherry picked from commit 182553b7409cfa6673483d03f29bc4c462336577) 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. |
From: Bitbucket <com...@bi...> - 2014-12-27 23:18:45
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5b056d41c064/ Changeset: 5b056d41c064 Branch: None User: zzzeek Date: 2014-12-27 19:46:24+00:00 Summary: - squash-merge the improve_toc branch, which moves all the Sphinx styling and extensions into an external library, and also reorganizes most large documentation pages into many small areas to reduce scrolling and better present the context into a more fine-grained hierarchy. (cherry picked from commit 9561321d0328df270c4ff0360dc7a035db627949) - manually port previous differences between 0.9 and 1.0 docs to the cherry-pick. Affected #: 80 files https://bitbucket.org/zzzeek/sqlalchemy/commits/544e72bcb6af/ Changeset: 544e72bcb6af Branch: None User: zzzeek Date: 2014-12-27 21:22:41+00:00 Summary: - corrections - attempt to add a script to semi-automate the fixing of links Affected #: 27 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5343d24fee52/ Changeset: 5343d24fee52 Branch: None User: zzzeek Date: 2014-12-27 21:54:32+00:00 Summary: corrections Affected #: 15 files https://bitbucket.org/zzzeek/sqlalchemy/commits/254291055806/ Changeset: 254291055806 Branch: None User: zzzeek Date: 2014-12-27 21:56:47+00:00 Summary: - corrections - attempt to add a script to semi-automate the fixing of links (cherry picked from commit 544e72bcb6af1ca657b1762f105634372eca3bc0) Affected #: 22 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e274b074baac/ Changeset: e274b074baac Branch: rel_0_9 User: zzzeek Date: 2014-12-27 21:58:53+00:00 Summary: corrections (cherry picked from commit 5343d24fee5219de002a8efba8bc882f8b3d4b5b) Affected #: 14 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. |
From: Bitbucket <com...@bi...> - 2015-01-05 00:29:24
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cf272325635c/ Changeset: cf272325635c Branch: None User: zzzeek Date: 2015-01-04 23:06:02+00:00 Summary: - wip - start factoring events so that we aren't using descriptors for dispatch, allowing us to move to __slots__ Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/27816e8f61b8/ Changeset: 27816e8f61b8 Branch: None User: zzzeek Date: 2015-01-04 23:30:25+00:00 Summary: - strategies + declarative Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/46a35b7647ac/ Changeset: 46a35b7647ac Branch: None User: zzzeek Date: 2015-01-04 23:45:30+00:00 Summary: - clean up default comparator which doesn't need to be a class, get PG stuff working Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b3bf7915b59c/ Changeset: b3bf7915b59c Branch: None User: zzzeek Date: 2015-01-05 00:05:31+00:00 Summary: - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ scheme to start up listener collections; this pulls the overhead off of construction and makes performance much like the descriptor version, while still allowing slots. Fix up some profiles. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/18d3dc716390/ Changeset: 18d3dc716390 Branch: None User: zzzeek Date: 2015-01-05 00:28:29+00:00 Summary: - Structural memory use has been improved via much more significant use of ``__slots__`` for many internal objects. This optimization is particularly geared towards the base memory size of large applications that have lots of tables and columns, and greatly reduces memory size for a variety of high-volume objects including event listening internals, comparator objects and parts of the ORM attribute and loader strategy system. Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2015-02-01 00:07:26
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e7d61d594b8a/ Changeset: e7d61d594b8a Branch: None User: Mateusz Susik Date: 2014-10-24 11:27:29+00:00 Summary: Psycopg2 JSONB support. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a523163c4140/ Changeset: a523163c4140 Branch: None User: zzzeek Date: 2015-01-31 22:53:02+00:00 Summary: Merge remote-tracking branch 'origin/pr/145' into pr145 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bf70f556b382/ Changeset: bf70f556b382 Branch: None User: zzzeek Date: 2015-02-01 00:04:54+00:00 Summary: - Added support for the :class:`postgresql.JSONB` datatype when using psycopg2 2.5.4 or greater, which features native conversion of JSONB data so that SQLAlchemy's converters must be disabled; additionally, the newly added psycopg2 extension ``extras.register_default_jsonb`` is used to establish a JSON deserializer passed to the dialect via the ``json_deserializer`` argument. Also repaired the Postgresql integration tests which weren't actually round-tripping the JSONB type as opposed to the JSON type. Pull request courtesy Mateusz Susik. - Repaired the use of the "array_oid" flag when registering the HSTORE type with older psycopg2 versions < 2.4.3, which does not support this flag, as well as use of the native json serializer hook "register_default_json" with user-defined ``json_deserializer`` on psycopg2 versions < 2.5, which does not include native json. Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9d8b0633cc6f/ Changeset: 9d8b0633cc6f Branch: None User: Mateusz Susik Date: 2015-02-01 00:05:55+00:00 Summary: Psycopg2 JSONB support. (cherry picked from commit e7d61d594b8a89535696436a667a526bd2999fb2) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0bd74617f877/ Changeset: 0bd74617f877 Branch: rel_0_9 User: zzzeek Date: 2015-02-01 00:06:04+00:00 Summary: - Added support for the :class:`postgresql.JSONB` datatype when using psycopg2 2.5.4 or greater, which features native conversion of JSONB data so that SQLAlchemy's converters must be disabled; additionally, the newly added psycopg2 extension ``extras.register_default_jsonb`` is used to establish a JSON deserializer passed to the dialect via the ``json_deserializer`` argument. Also repaired the Postgresql integration tests which weren't actually round-tripping the JSONB type as opposed to the JSON type. Pull request courtesy Mateusz Susik. - Repaired the use of the "array_oid" flag when registering the HSTORE type with older psycopg2 versions < 2.4.3, which does not support this flag, as well as use of the native json serializer hook "register_default_json" with user-defined ``json_deserializer`` on psycopg2 versions < 2.5, which does not include native json. (cherry picked from commit bf70f556b382dc376783efbcb598e0fab71ee235) Affected #: 5 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. |
From: Bitbucket <com...@bi...> - 2015-02-02 00:04:13
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cf4e421248e3/ Changeset: cf4e421248e3 Branch: None User: kdeldycke Date: 2014-02-06 10:44:52+00:00 Summary: Add unit test for UUID arrays in PostgreSQL. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/02dbcfa88a83/ Changeset: 02dbcfa88a83 Branch: None User: zzzeek Date: 2015-02-01 23:43:34+00:00 Summary: Merge remote-tracking branch 'origin/pr/68' into pr68 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b2189da65019/ Changeset: b2189da65019 Branch: None User: zzzeek Date: 2015-02-02 00:03:08+00:00 Summary: - Repaired support for Postgresql UUID types in conjunction with the ARRAY type when using psycopg2. The psycopg2 dialect now employs use of the psycopg2.extras.register_uuid() hook so that UUID values are always passed to/from the DBAPI as UUID() objects. The :paramref:`.UUID.as_uuid` flag is still honored, except with psycopg2 we need to convert returned UUID objects back into strings when this is disabled. fixes #2940 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9e5c7627f6e7/ Changeset: 9e5c7627f6e7 Branch: None User: kdeldycke Date: 2015-02-02 00:03:48+00:00 Summary: Add unit test for UUID arrays in PostgreSQL. (cherry picked from commit cf4e421248e3175b97170d0c6930b360ff326c06) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/927f1cb95143/ Changeset: 927f1cb95143 Branch: rel_0_9 User: zzzeek Date: 2015-02-02 00:03:55+00:00 Summary: - Repaired support for Postgresql UUID types in conjunction with the ARRAY type when using psycopg2. The psycopg2 dialect now employs use of the psycopg2.extras.register_uuid() hook so that UUID values are always passed to/from the DBAPI as UUID() objects. The :paramref:`.UUID.as_uuid` flag is still honored, except with psycopg2 we need to convert returned UUID objects back into strings when this is disabled. fixes #2940 (cherry picked from commit b2189da65019ed2f44e77933a122619489319c5a) 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. |
From: Bitbucket <com...@bi...> - 2015-02-09 01:05:00
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/02c072edbb1e/ Changeset: 02c072edbb1e Branch: None User: malthe Date: 2014-10-30 09:49:37+00:00 Summary: It's the 'kwargs' which are iterable, not 'keys' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a7c8cf0f2f45/ Changeset: a7c8cf0f2f45 Branch: None User: zzzeek Date: 2015-02-09 00:50:41+00:00 Summary: Merge remote-tracking branch 'origin/pr/147' into pr147 Conflicts: lib/sqlalchemy/orm/query.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7b9134be7129/ Changeset: 7b9134be7129 Branch: None User: zzzeek Date: 2015-02-09 00:58:34+00:00 Summary: - test + changelog Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/94081d4cdb54/ Changeset: 94081d4cdb54 Branch: None User: malthe Date: 2015-02-09 01:00:23+00:00 Summary: It's the 'kwargs' which are iterable, not 'keys' (cherry picked from commit 02c072edbb1eaa826632e70174eb96915bb725b5) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/425f0e91c477/ Changeset: 425f0e91c477 Branch: rel_0_9 User: zzzeek Date: 2015-02-09 01:02:06+00:00 Summary: - test + changelog (cherry picked from commit 7b9134be7129346e486a5caca7bdc87de7ccf015) Conflicts: lib/sqlalchemy/orm/query.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. |
From: Bitbucket <com...@bi...> - 2015-03-09 20:05:47
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9afe585f4599/ Changeset: 9afe585f4599 Branch: None User: zzzeek Date: 2015-03-09 18:36:23+00:00 Summary: - pick around gaining modest dings in callcounts here and there Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/611d88d23431/ Changeset: 611d88d23431 Branch: None User: zzzeek Date: 2015-03-09 19:19:49+00:00 Summary: - add a callers option Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/adaa00330035/ Changeset: adaa00330035 Branch: None User: zzzeek Date: 2015-03-09 19:24:01+00:00 Summary: - reduce some callcounts related to the lightweight tuple, basically by caching them. - improve LRUCache so that size management only proceeds in one thread, add a real get() method Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b8a39b8636c8/ Changeset: b8a39b8636c8 Branch: None User: zzzeek Date: 2015-03-09 19:24:37+00:00 Summary: - fix a potential race condition where the per-mapper LRUCache used by persistence.py could theoretically hit the limit of the cache (100 items by default) and at some points fail to have a key that we check for, due to the cleanup. This has never been observed so its likely that so far, the total number of INSERT, UPDATE and DELETE statement structures in real apps has not exceeded 100 on a per-mapper basis; this could happen for apps that run a very wide variety of attribute modified combinations into the unit of work, *and* which have very high concurrency going on. This change will be a lot more significant when we open up use of LRUCache + compiled cache with the baked query extension. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/26d598348936/ Changeset: 26d598348936 Branch: None User: zzzeek Date: 2015-03-09 20:02:55+00:00 Summary: - updated counts 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. |
From: Bitbucket <com...@bi...> - 2015-03-10 18:58:37
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9fee9cb87e0d/ Changeset: 9fee9cb87e0d Branch: None User: EvaSDK Date: 2015-03-10 18:28:50+00:00 Summary: Fix slice addressing of _AssociationList with python3 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/78874d3679fe/ Changeset: 78874d3679fe Branch: None User: zzzeek Date: 2015-03-10 18:54:20+00:00 Summary: - changelog for pr github:154 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9d617468a661/ Changeset: 9d617468a661 Branch: None User: EvaSDK Date: 2015-03-10 18:56:17+00:00 Summary: Fix dependencies for running coverage checks Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c88900a3748c/ Changeset: c88900a3748c Branch: None User: EvaSDK Date: 2015-03-10 18:57:14+00:00 Summary: Fix slice addressing of _AssociationList with python3 (cherry picked from commit 9fee9cb87e0d13db4426664f5758c1ddad0533e3) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6d22831e1699/ Changeset: 6d22831e1699 Branch: rel_0_9 User: zzzeek Date: 2015-03-10 18:57:22+00:00 Summary: - changelog for pr github:154 (cherry picked from commit 78874d3679fe45275d44dda40f4f1bae9a0558b7) 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. |
From: Bitbucket <com...@bi...> - 2015-03-20 15:30:02
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/00f37f3984c3/ Changeset: 00f37f3984c3 Branch: None User: davidmarin Date: 2015-02-06 00:52:53+00:00 Summary: fix Python 2-specific byte conversion Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1d7ce71d245c/ Changeset: 1d7ce71d245c Branch: None User: zzzeek Date: 2015-03-20 15:19:35+00:00 Summary: Merge remote-tracking branch 'origin/pr/158' into pr158 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2feb40d0a48d/ Changeset: 2feb40d0a48d Branch: None User: zzzeek Date: 2015-03-20 15:28:47+00:00 Summary: - changelog for #3333, fixes #3333 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2cb67a2364b4/ Changeset: 2cb67a2364b4 Branch: None User: davidmarin Date: 2015-03-20 15:29:38+00:00 Summary: fix Python 2-specific byte conversion (cherry picked from commit 00f37f3984c35fc4a2ee5687e798c5ca36953d6c) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/89f884e8175d/ Changeset: 89f884e8175d Branch: rel_0_9 User: zzzeek Date: 2015-03-20 15:29:43+00:00 Summary: - changelog for #3333, fixes #3333 (cherry picked from commit 2feb40d0a48dd424c38a37e70a63a6bcf3c00c02) 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. |