Thread: [Sqlalchemy-commits] commit/sqlalchemy: 5 new changesets (Page 3)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-03-22 23:27:56
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/41ca5c8c6769/ Changeset: 41ca5c8c6769 Branch: None User: zzzeek Date: 2015-03-22 23:10:10+00:00 Summary: - Fixed unicode support for PyMySQL when using an "executemany" operation with unicode parameters. SQLAlchemy now passes both the statement as well as the bound parameters as unicode objects, as PyMySQL generally uses string interpolation internally to produce the final statement, and in the case of executemany does the "encode" step only on the final statement. fixes #3337 (cherry picked from commit dcf5408f7d315b4d9ddec5d0d696eb364d763099) Conflicts: lib/sqlalchemy/dialects/mysql/pymysql.py Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b2624bcde4c2/ Changeset: b2624bcde4c2 Branch: None User: zzzeek Date: 2015-03-22 23:14:33+00:00 Summary: - add a note that we aren't really doing zxjdbc right now even though these files are present. (cherry picked from commit ffddfe1b17b5c09dcb6289f807200f7c8279190e) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ddab2d2351fc/ Changeset: ddab2d2351fc Branch: None User: zzzeek Date: 2015-03-22 23:25:10+00:00 Summary: - more updates to the unicode mess to frame this in as up-to-date recommendations as possible Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/db853306c404/ Changeset: db853306c404 Branch: None User: zzzeek Date: 2015-03-22 23:25:13+00:00 Summary: - Fixed unicode support for PyMySQL when using an "executemany" operation with unicode parameters. SQLAlchemy now passes both the statement as well as the bound parameters as unicode objects, as PyMySQL generally uses string interpolation internally to produce the final statement, and in the case of executemany does the "encode" step only on the final statement. fixes #3337 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3c8ac32d8bbc/ Changeset: 3c8ac32d8bbc Branch: rel_0_9 User: zzzeek Date: 2015-03-22 23:27:31+00:00 Summary: - merge recent commits from master which reorganize and clarify MySQL unicode documentation, bringing it up-to-date with current DBAPI support Affected #: 9 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-04-03 22:05:32
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/81d2b2f44f0a/ Changeset: 81d2b2f44f0a Branch: None User: xflr6 Date: 2015-03-07 10:18:07+00:00 Summary: Merged zzzeek/sqlalchemy into master Affected #: 265 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b3f9698c63e1/ Changeset: b3f9698c63e1 Branch: None User: xflr6 Date: 2015-03-07 13:04:14+00:00 Summary: make sort_tables order deterministic Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e0d7f5243947/ Changeset: e0d7f5243947 Branch: None User: xflr6 Date: 2015-03-07 18:36:41+00:00 Summary: unit-test deterministic topological sort Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ad7cb2ebd386/ Changeset: ad7cb2ebd386 Branch: None User: zzzeek Date: 2015-04-03 21:59:40+00:00 Summary: Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ee40c7afaabe/ Changeset: ee40c7afaabe Branch: None User: zzzeek Date: 2015-04-03 22:04:29+00:00 Summary: - changelog for #3084, fixes #3084 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-04-24 23:11:05
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c71c7444ecf4/ Changeset: c71c7444ecf4 Branch: None User: zzzeek Date: 2015-04-24 21:28:19+00:00 Summary: - add a note about that resolution Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f58ca25df7ad/ Changeset: f58ca25df7ad Branch: None User: zzzeek Date: 2015-04-24 21:52:00+00:00 Summary: - tag declarative as "orm declarative" Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/372e0600d9c3/ Changeset: 372e0600d9c3 Branch: None User: zzzeek Date: 2015-04-24 21:55:05+00:00 Summary: - fix link Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/723e07a3744c/ Changeset: 723e07a3744c Branch: None User: zzzeek Date: 2015-04-24 22:02:57+00:00 Summary: - reword the notes here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/42c9fe1d1df0/ Changeset: 42c9fe1d1df0 Branch: None User: zzzeek Date: 2015-04-24 22:03:01+00:00 Summary: 1.0.2 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-06-09 16:23:57
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d1dc39d55d11/ Changeset: d1dc39d55d11 Branch: None User: Charles-Axel Dein Date: 2015-06-08 17:01:59+00:00 Summary: Expire session in testing transaction handling Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c9712e4bd50f/ Changeset: c9712e4bd50f Branch: None User: zzzeek Date: 2015-06-09 16:18:35+00:00 Summary: Merge remote-tracking branch 'origin/pr/180' into pr180 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8f1130672d5a/ Changeset: 8f1130672d5a Branch: None User: zzzeek Date: 2015-06-09 16:20:07+00:00 Summary: - add a comment, also I think we want to expire before we do the new begin, as begin_nested() does a flush Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d0bad98cdafa/ Changeset: d0bad98cdafa Branch: None User: Charles-Axel Dein Date: 2015-06-09 16:23:19+00:00 Summary: Expire session in testing transaction handling (cherry picked from commit d1dc39d55d111cdeffa663deec773d8bb67d237e) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/819344b3c927/ Changeset: 819344b3c927 Branch: rel_0_9 User: zzzeek Date: 2015-06-09 16:23:26+00:00 Summary: - add a comment, also I think we want to expire before we do the new begin, as begin_nested() does a flush (cherry picked from commit 8f1130672d5a54dee311a11041857abfe85aa8a5) 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-06-14 20:45:31
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/235165d54618/ Changeset: 235165d54618 Branch: None User: Morgan McClure Date: 2015-06-13 20:59:27+00:00 Summary: BufferedRowResultProxy should stop growing at 100 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a8c6cce404ca/ Changeset: a8c6cce404ca Branch: None User: Morgan McClure Date: 2015-06-14 02:27:55+00:00 Summary: Added max_row_buffer attribute to the context execution options and use it to prevent excess memory usage with yield_per Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e15d58695d6e/ Changeset: e15d58695d6e Branch: None User: zzzeek Date: 2015-06-14 20:42:14+00:00 Summary: - Add a new le_() assertion for less than or equals - fix TablesTest to use the bind that we've returned from setup_bind() to emit DELETE statements Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9ccdea3a0fe5/ Changeset: 9ccdea3a0fe5 Branch: None User: zzzeek Date: 2015-06-14 20:43:16+00:00 Summary: - add test cases for pullreq github:182, where we add a new "max_row_buffer" execution option for BufferedRowResultProxy - also add documentation, changelog and version notes - rework the max_row_buffer argument to be interpreted from the execution options upfront when the BufferedRowResultProxy is first initialized. Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7f7ae03b0dfa/ Changeset: 7f7ae03b0dfa Branch: None User: zzzeek Date: 2015-06-14 20:45:01+00:00 Summary: Merge branch 'pr182' Affected #: 9 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-06-19 18:12:36
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/dff81500b161/ Changeset: dff81500b161 Branch: None User: Pete Hollobon Date: 2015-06-03 16:32:12+00:00 Summary: Add support for PostgreSQL index storage parameters Add support for specifying PostgreSQL index storage paramters (e.g. fillfactor). Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b03ee45f32e5/ Changeset: b03ee45f32e5 Branch: None User: Pete Hollobon Date: 2015-06-04 14:12:09+00:00 Summary: Add reflection of PostgreSQL index storage options Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/af19435b9c1c/ Changeset: af19435b9c1c Branch: None User: Pete Hollobon Date: 2015-06-04 15:45:41+00:00 Summary: Add reflection of PostgreSQL index access methods (USING clause) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/99ceed3e55e8/ Changeset: 99ceed3e55e8 Branch: None User: zzzeek Date: 2015-06-19 17:45:01+00:00 Summary: Merge remote-tracking branch 'origin/pr/179' into pr179 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e625d2ea88f4/ Changeset: e625d2ea88f4 Branch: None User: zzzeek Date: 2015-06-19 18:10:47+00:00 Summary: - for #3455 - changelog - versionadded + reflink for new pg storage parameters doc - pep8ing - add additional tests to definitely check that the Index object is created all the way with the opts we want fixes #3455 Affected #: 4 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-08-09 14:24:27
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/51870ddaef8a/ Changeset: 51870ddaef8a Branch: None User: halfcrazy Date: 2015-08-09 04:00:17+00:00 Summary: fix typo int->into Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e99dbe141d0c/ Changeset: e99dbe141d0c Branch: None User: zzzeek Date: 2015-08-09 14:22:41+00:00 Summary: Merge pull request #192 from halfcrazy/patch-1 fix typo int->into Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5c0ada019a9c/ Changeset: 5c0ada019a9c Branch: rel_1_0 User: halfcrazy Date: 2015-08-09 14:23:38+00:00 Summary: fix typo int->into (cherry picked from commit 51870ddaef8abf61ee4c8d6337a72db5395a0a85) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8f8453e469b0/ Changeset: 8f8453e469b0 Branch: rel_0_9 User: halfcrazy Date: 2015-08-09 14:23:43+00:00 Summary: fix typo int->into (cherry picked from commit 51870ddaef8abf61ee4c8d6337a72db5395a0a85) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4ae3de721497/ Changeset: 4ae3de721497 Branch: rel_0_8 User: halfcrazy Date: 2015-08-09 14:23:50+00:00 Summary: fix typo int->into (cherry picked from commit 51870ddaef8abf61ee4c8d6337a72db5395a0a85) 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-08-17 21:13:05
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/74a43ee08b34/ Changeset: 74a43ee08b34 Branch: None User: zzzeek Date: 2015-08-17 19:43:14+00:00 Summary: Merge branch 'ticket_3499' into ticket_3514 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/072a1f716ee9/ Changeset: 072a1f716ee9 Branch: None User: zzzeek Date: 2015-08-17 20:27:33+00:00 Summary: - doc updates - test fixes Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d0291319eeb3/ Changeset: d0291319eeb3 Branch: ticket_3514 User: zzzeek Date: 2015-08-17 20:43:31+00:00 Summary: - changelogs Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ceeb033054f0/ Changeset: ceeb033054f0 Branch: None User: zzzeek Date: 2015-08-17 21:07:10+00:00 Summary: - merge of ticket_3499 indexed access branch - The "hashable" flag on special datatypes such as :class:`.postgresql.ARRAY`, :class:`.postgresql.JSON` and :class:`.postgresql.HSTORE` is now set to False, which allows these types to be fetchable in ORM queries that include entities within the row. fixes #3499 - The Postgresql :class:`.postgresql.ARRAY` type now supports multidimensional indexed access, e.g. expressions such as ``somecol[5][6]`` without any need for explicit casts or type coercions, provided that the :paramref:`.postgresql.ARRAY.dimensions` parameter is set to the desired number of dimensions. fixes #3487 - The return type for the :class:`.postgresql.JSON` and :class:`.postgresql.JSONB` when using indexed access has been fixed to work like Postgresql itself, and returns an expression that itself is of type :class:`.postgresql.JSON` or :class:`.postgresql.JSONB`. Previously, the accessor would return :class:`.NullType` which disallowed subsequent JSON-like operators to be used. part of fixes #3503 - The :class:`.postgresql.JSON`, :class:`.postgresql.JSONB` and :class:`.postgresql.HSTORE` datatypes now allow full control over the return type from an indexed textual access operation, either ``column[someindex].astext`` for a JSON type or ``column[someindex]`` for an HSTORE type, via the :paramref:`.postgresql.JSON.astext_type` and :paramref:`.postgresql.HSTORE.text_type` parameters. also part of fixes #3503 - The :attr:`.postgresql.JSON.Comparator.astext` modifier no longer calls upon :meth:`.ColumnElement.cast` implicitly, as PG's JSON/JSONB types allow cross-casting between each other as well. Code that makes use of :meth:`.ColumnElement.cast` on JSON indexed access, e.g. ``col[someindex].cast(Integer)``, will need to be changed to call :attr:`.postgresql.JSON.Comparator.astext` explicitly. This is part of the refactor in references #3503 for consistency in operator use. Affected #: 24 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d14a4b480c3b/ Changeset: d14a4b480c3b Branch: None User: zzzeek Date: 2015-08-17 21:12:16+00:00 Summary: - merge of ticket_3514 None-handling branch - Fixes to the ORM and to the postgresql JSON type regarding the ``None`` constant in conjunction with the Postgresql :class:`.JSON` type. When the :paramref:`.JSON.none_as_null` flag is left at its default value of ``False``, the ORM will now correctly insert the Json "'null'" string into the column whenever the value on the ORM object is set to the value ``None`` or when the value ``None`` is used with :meth:`.Session.bulk_insert_mappings`, **including** if the column has a default or server default on it. This makes use of a new type-level flag "evaluates_none" which is implemented by the JSON type based on the none_as_null flag. fixes #3514 - Added a new constant :attr:`.postgresql.JSON.NULL`, indicating that the JSON NULL value should be used for a value regardless of other settings. part of fixes #3514 Affected #: 8 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-09-27 16:16:22
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a8e1d33ae514/ Changeset: a8e1d33ae514 Branch: None User: zzzeek Date: 2015-09-27 16:09:24+00:00 Summary: - break out critical aspects of test_query into their own tests finally, test_resultset and test_insert_exec. Update all idioms within these. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/28b2a0c986ba/ Changeset: 28b2a0c986ba Branch: None User: zzzeek Date: 2015-09-27 16:10:27+00:00 Summary: - break out critical aspects of test_query into their own tests finally, test_resultset and test_insert_exec. Update all idioms within these. (cherry picked from commit a8e1d33ae514a045d71d0a26d0c1325eecd4ca99) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1704eacf24f8/ Changeset: 1704eacf24f8 Branch: None User: zzzeek Date: 2015-09-27 16:13:06+00:00 Summary: - fix bool test Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3dcbee5f51ec/ Changeset: 3dcbee5f51ec Branch: rel_1_0 User: zzzeek Date: 2015-09-27 16:13:48+00:00 Summary: - fix bool test (cherry picked from commit 1704eacf24f803283033c172cb74b0fb4e9e36d8) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/028f953c61f8/ Changeset: 028f953c61f8 Branch: ticket_3216 User: zzzeek Date: 2015-09-27 16:15:26+00:00 Summary: Merge branch 'master' into ticket_3216 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-11-10 18:02:41
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0d3ab3198a28/ Changeset: 0d3ab3198a28 Branch: None User: jeffwidman Date: 2015-11-04 19:59:28+00:00 Summary: Update links in SQLAlchemy docs that point to postgres docs to use 'devel' rather than hardcoded version Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a2e83dbd2aa1/ Changeset: a2e83dbd2aa1 Branch: None User: jeffwidman Date: 2015-11-05 23:34:27+00:00 Summary: Updated PostgreSQL links to point to "current" rather than hardcoded version Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d51a36397e24/ Changeset: d51a36397e24 Branch: None User: zzzeek Date: 2015-11-10 18:00:03+00:00 Summary: Merge branch 'jeffwidman/update-links-in-sqlalchemy-docs-that-poi-1446667164356' of https://bitbucket.org/jeffwidman/sqlalchemy Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7a4d8dfd5419/ Changeset: 7a4d8dfd5419 Branch: None User: jeffwidman Date: 2015-11-10 18:01:07+00:00 Summary: Update links in SQLAlchemy docs that point to postgres docs to use 'devel' rather than hardcoded version (cherry picked from commit 0d3ab3198a2863f28399a34a3bdbd1de0ca2530f) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bc3ee40a2e20/ Changeset: bc3ee40a2e20 Branch: rel_1_0 User: jeffwidman Date: 2015-11-10 18:01:49+00:00 Summary: Updated PostgreSQL links to point to "current" rather than hardcoded version (cherry picked from commit a2e83dbd2aa14de19a309ad13144151b56804674) 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-11-30 16:56:16
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d9178320d675/ Changeset: d9178320d675 Branch: None User: iurisilvio Date: 2015-11-30 16:50:25+00:00 Summary: Fix _assert_unorderable_types on py36. The error message changed to: `'<' not supported between instances of 'foo' and 'bar'` Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2b39f09e73f6/ Changeset: 2b39f09e73f6 Branch: None User: zzzeek Date: 2015-11-30 16:53:09+00:00 Summary: Merge remote-tracking branch 'origin/pr/218' Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ab87b518e146/ Changeset: ab87b518e146 Branch: None User: iurisilvio Date: 2015-11-30 16:53:34+00:00 Summary: Fix _assert_unorderable_types on py36. The error message changed to: `'<' not supported between instances of 'foo' and 'bar'` (cherry picked from commit d9178320d6755d893638646503ed538b11b6536a) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6657a008d664/ Changeset: 6657a008d664 Branch: rel_1_0 User: zzzeek Date: 2015-11-30 16:55:03+00:00 Summary: - update changelog to accommodate pr github:218 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8145100da433/ Changeset: 8145100da433 Branch: None User: zzzeek Date: 2015-11-30 16:55:31+00:00 Summary: - update changelog to accommodate pr github:218 (cherry picked from commit 6657a008d664c275c41a4beda967ddbb50b6ddec) 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-11-30 17:42:42
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6ab120558078/ Changeset: 6ab120558078 Branch: None User: pgjones Date: 2015-10-30 20:20:58+00:00 Summary: Change generator termination from StopIteration to return. >From [PEP 479](https://www.python.org/dev/peps/pep-0479/) the correct way to terminate a generator is to return (which implicitly raises StopIteration) rather than raise StopIteration. Without this change using sqlalchemy in python 3.5 or greater results in these warnings PendingDeprecationWarning: generator '__iter__' raised StopIteration which this commit should remove. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a058233f55b2/ Changeset: a058233f55b2 Branch: None User: zzzeek Date: 2015-11-30 17:35:10+00:00 Summary: Merge remote-tracking branch 'origin/pr/211' Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/735fb9295433/ Changeset: 735fb9295433 Branch: None User: pgjones Date: 2015-11-30 17:35:35+00:00 Summary: Change generator termination from StopIteration to return. >From [PEP 479](https://www.python.org/dev/peps/pep-0479/) the correct way to terminate a generator is to return (which implicitly raises StopIteration) rather than raise StopIteration. Without this change using sqlalchemy in python 3.5 or greater results in these warnings PendingDeprecationWarning: generator '__iter__' raised StopIteration which this commit should remove. (cherry picked from commit 6ab120558078bdcbfbe06d2ca55bd7a0d417bbb4) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4bb6770ae872/ Changeset: 4bb6770ae872 Branch: rel_1_0 User: zzzeek Date: 2015-11-30 17:40:51+00:00 Summary: - update changelog for all the py3.5/3.6 related prs at once Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2c5ba60269c8/ Changeset: 2c5ba60269c8 Branch: None User: zzzeek Date: 2015-11-30 17:41:10+00:00 Summary: - update changelog for all the py3.5/3.6 related prs at once (cherry picked from commit 4bb6770ae872b69bd65ba0d67a7e1453d1a4e14b) 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-11-30 18:02:03
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0921a6abbc82/ Changeset: 0921a6abbc82 Branch: None User: aisch Date: 2015-11-23 18:22:50+00:00 Summary: fix postgresql exclude contraint to check when= against None rather than __bool__ eval Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a09fc9740d04/ Changeset: a09fc9740d04 Branch: None User: zzzeek Date: 2015-11-30 17:57:47+00:00 Summary: Merge remote-tracking branch 'origin/pr/215' Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c3fbfa8257dd/ Changeset: c3fbfa8257dd Branch: None User: zzzeek Date: 2015-11-30 18:01:07+00:00 Summary: - changelog for pullreq github:215 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bb2b486de557/ Changeset: bb2b486de557 Branch: None User: aisch Date: 2015-11-30 18:01:33+00:00 Summary: fix postgresql exclude contraint to check when= against None rather than __bool__ eval (cherry picked from commit 0921a6abbc8246c57f447af7a6ac240778127fae) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c392ba1de775/ Changeset: c392ba1de775 Branch: rel_1_0 User: zzzeek Date: 2015-11-30 18:01:38+00:00 Summary: - changelog for pullreq github:215 (cherry picked from commit c3fbfa8257dd198f1020166ce3c94556984abed0) 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-11-30 18:09:00
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fd47fea6fbb1/ Changeset: fd47fea6fbb1 Branch: None User: _diana_ Date: 2015-11-24 18:58:50+00:00 Summary: - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>" For example, this query: SELECT s1.users.name FROM s1.users FOR UPDATE OF s1.users should actually be: SELECT s1.users.name FROM s1.users FOR UPDATE OF users fixes #3573 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9c2c2475637d/ Changeset: 9c2c2475637d Branch: None User: zzzeek Date: 2015-11-30 18:02:39+00:00 Summary: Merge remote-tracking branch 'origin/pr/216' Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f4cb3f8cacaf/ Changeset: f4cb3f8cacaf Branch: None User: zzzeek Date: 2015-11-30 18:06:11+00:00 Summary: - changelog for #3573, fixes #3573 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/104cfe149ab7/ Changeset: 104cfe149ab7 Branch: None User: _diana_ Date: 2015-11-30 18:06:39+00:00 Summary: - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>" For example, this query: SELECT s1.users.name FROM s1.users FOR UPDATE OF s1.users should actually be: SELECT s1.users.name FROM s1.users FOR UPDATE OF users fixes #3573 (cherry picked from commit fd47fea6fbb11ee84b7eea5772f40855703ebe47) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fb22efc9de8d/ Changeset: fb22efc9de8d Branch: rel_1_0 User: zzzeek Date: 2015-11-30 18:06:43+00:00 Summary: - changelog for #3573, fixes #3573 (cherry picked from commit f4cb3f8cacaf96f064c2c7e4c1e579c7cf6544da) 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-12-22 16:56:54
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/03ee4bbda671/ Changeset: 03ee4bbda671 Branch: None User: hannosch Date: 2015-12-14 07:14:35+00:00 Summary: Add new reserved words for MySQL 5.7. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e95c34481ca6/ Changeset: e95c34481ca6 Branch: None User: zzzeek Date: 2015-12-22 16:54:19+00:00 Summary: Merge remote-tracking branch 'origin/pr/222' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5c7ade2f4218/ Changeset: 5c7ade2f4218 Branch: None User: zzzeek Date: 2015-12-22 16:56:02+00:00 Summary: - changelog for pullreq github:222 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c8cfb619f2fd/ Changeset: c8cfb619f2fd Branch: None User: hannosch Date: 2015-12-22 16:56:33+00:00 Summary: Add new reserved words for MySQL 5.7. (cherry picked from commit 03ee4bbda671f9d33dd2e990101840cdfde71e81) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0eeb7729eb58/ Changeset: 0eeb7729eb58 Branch: rel_1_0 User: zzzeek Date: 2015-12-22 16:56:36+00:00 Summary: - changelog for pullreq github:222 (cherry picked from commit 5c7ade2f4218b55db8f758949b82a3414474aeb2) 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...> - 2016-01-09 03:15:01
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d6f94bc72ed7/ Changeset: d6f94bc72ed7 Branch: None User: zzzeek Date: 2016-01-09 02:27:15+00:00 Summary: - docs, changelogs - support reflection, has_table - more tests Affected #: 12 files https://bitbucket.org/zzzeek/sqlalchemy/commits/236b1c2e9aab/ Changeset: 236b1c2e9aab Branch: None User: zzzeek Date: 2016-01-09 02:40:53+00:00 Summary: - add a test for the cache coverage Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7302f06596e0/ Changeset: 7302f06596e0 Branch: None User: zzzeek Date: 2016-01-09 02:54:25+00:00 Summary: - tox doesnt like {posargs} here anymore Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1c9252b3a4f1/ Changeset: 1c9252b3a4f1 Branch: ticket_2685 User: zzzeek Date: 2016-01-09 03:10:42+00:00 Summary: - inline get_effective_schema and preparer setup to get profiles back down Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/89facbed8855/ Changeset: 89facbed8855 Branch: None User: zzzeek Date: 2016-01-09 03:12:25+00:00 Summary: - Multi-tenancy schema translation for :class:`.Table` objects is added. This supports the use case of an application that uses the same set of :class:`.Table` objects in many schemas, such as schema-per-user. A new execution option :paramref:`.Connection.execution_options.schema_translate_map` is added. fixes #2685 - latest tox doesn't like the {posargs} in the profile rerunner Affected #: 17 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...> - 2016-01-21 20:33:51
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/89fa08792e98/ Changeset: 89fa08792e98 Branch: None User: zzzeek Date: 2016-01-21 20:21:33+00:00 Summary: - documenation updates to clarify specific SQLite versions that have problems with right-nested joins and UNION column keys; references #3633 references #3634. backport from 1.1 to 0.9 announcing 1.1 as where these behaviors will be retired based on version-specific checks - fix test_resultset so that it passes when SQLite 3.10.0 is present, references #3633 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9cc769ac4004/ Changeset: 9cc769ac4004 Branch: None User: zzzeek Date: 2016-01-21 20:23:56+00:00 Summary: - documenation updates to clarify specific SQLite versions that have problems with right-nested joins and UNION column keys; references #3633 references #3634. backport from 1.1 to 0.9 announcing 1.1 as where these behaviors will be retired based on version-specific checks - fix test_resultset so that it passes when SQLite 3.10.0 is present, references #3633 (cherry picked from commit 89fa08792e98b9e31452aa3c949d9b909b10e7cd) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/dc4eb7904e22/ Changeset: dc4eb7904e22 Branch: rel_0_9 User: zzzeek Date: 2016-01-21 20:31:37+00:00 Summary: - documenation updates to clarify specific SQLite versions that have problems with right-nested joins and UNION column keys; references #3633 references #3634. backport from 1.1 to 0.9 announcing 1.1 as where these behaviors will be retired based on version-specific checks - fix test_resultset so that it passes when SQLite 3.10.0 is present, references #3633 (cherry picked from commit 89fa08792e98b9e31452aa3c949d9b909b10e7cd) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/38958f7b3f3e/ Changeset: 38958f7b3f3e Branch: None User: zzzeek Date: 2016-01-21 20:32:53+00:00 Summary: - add a forwards-test here as well Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/107f1f47b91c/ Changeset: 107f1f47b91c Branch: rel_1_0 User: zzzeek Date: 2016-01-21 20:33:18+00:00 Summary: - add a forwards-test here as well (cherry picked from commit 38958f7b3f3e6009c419ba8e021f2b14c1f2b89a) 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...> - 2016-03-15 21:22:36
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a87b3c210111/ Changeset: a87b3c210111 Branch: None User: Roman Podoliaka Date: 2015-02-24 17:50:54+00:00 Summary: Add 'native' autocommit support for mysql drivers Sometimes it might be useful to have 'native' autocommit support provided by a DB API driver rather than rely on SQLAlchemy autocommit emulation. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/224b03f9c006/ Changeset: 224b03f9c006 Branch: None User: zzzeek Date: 2016-03-15 20:41:17+00:00 Summary: Merge branch 'master' into pr157 Affected #: 363 files https://bitbucket.org/zzzeek/sqlalchemy/commits/31f96c27a5fe/ Changeset: 31f96c27a5fe Branch: None User: zzzeek Date: 2016-03-15 21:17:21+00:00 Summary: - changelog and docs for #3332, fixes #3332 - make docs for isolation level more consistent between postgresql and mysql - move mysql autocommit tests Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/49eb39366a0c/ Changeset: 49eb39366a0c Branch: rel_1_0 User: zzzeek Date: 2016-03-15 21:21:05+00:00 Summary: - backport doc improvements from 31f96c27a5fea302358ba580313a2f742c12b83d re: isolation_level settings for postgresql, mysql Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4bac8ad16f64/ Changeset: 4bac8ad16f64 Branch: rel_0_9 User: zzzeek Date: 2016-03-15 21:21:54+00:00 Summary: - backport doc improvements from 31f96c27a5fea302358ba580313a2f742c12b83d re: isolation_level settings for postgresql, mysql (cherry picked from commit 49eb39366a0ca54ce973147802864fd7c359adb3) 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...> - 2016-03-30 21:48:09
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f84ef1f83cc6/ Changeset: f84ef1f83cc6 Branch: None User: lele Date: 2016-01-28 08:04:40+00:00 Summary: - properly handle negative indexes in RowProxy.__getitem__() Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4df1e07bb9c4/ Changeset: 4df1e07bb9c4 Branch: None User: zzzeek Date: 2016-03-30 21:05:30+00:00 Summary: Merge remote-tracking branch 'origin/pr/231' into pr231 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/dd20f56bc9a3/ Changeset: dd20f56bc9a3 Branch: None User: zzzeek Date: 2016-03-30 21:27:53+00:00 Summary: - make sure negative row indexes are based on the size of the number of columns we're actually reporting on - add more tests for negative row index - changelog/migration Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/03d35a833cff/ Changeset: 03d35a833cff Branch: None User: zzzeek Date: 2016-03-30 21:36:03+00:00 Summary: - move all resultproxy tests intio test_resultset Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bdd29fd56b0d/ Changeset: bdd29fd56b0d Branch: rel_1_0 User: zzzeek Date: 2016-03-30 21:44:04+00:00 Summary: - move all resultproxy tests intio test_resultset, adapted from 03d35a833cff68013781640b1192d079ab7e1154 in master (not cherry-picked) 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...> - 2016-04-06 14:01:34
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b1c9b3bd384f/ Changeset: b1c9b3bd384f Branch: None User: scop Date: 2016-04-04 10:46:07+00:00 Summary: Fix some broken links in docs Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/34be0bc78183/ Changeset: 34be0bc78183 Branch: None User: zzzeek Date: 2016-04-06 13:59:35+00:00 Summary: Merge remote-tracking branch 'origin/pr/255' Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/12d5ae8b7176/ Changeset: 12d5ae8b7176 Branch: rel_1_0 User: scop Date: 2016-04-06 14:00:03+00:00 Summary: Fix some broken links in docs (cherry picked from commit b1c9b3bd384fc40e1c411abef12eaf04b574612f) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7f81b8a58757/ Changeset: 7f81b8a58757 Branch: rel_0_9 User: scop Date: 2016-04-06 14:00:09+00:00 Summary: Fix some broken links in docs (cherry picked from commit b1c9b3bd384fc40e1c411abef12eaf04b574612f) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a5ba00385870/ Changeset: a5ba00385870 Branch: rel_0_8 User: scop Date: 2016-04-06 14:00:15+00:00 Summary: Fix some broken links in docs (cherry picked from commit b1c9b3bd384fc40e1c411abef12eaf04b574612f) 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...> - 2017-05-08 22:04:03
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8e17496421ef/ Changeset: 8e17496421ef Branch: None User: LunarShaddow Date: 2017-05-05 06:38:41+00:00 Summary: remove ambiguous line breakers to help sphinx identify code block Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3d19fb6d53c2/ Changeset: 3d19fb6d53c2 Branch: None User: LunarShaddow Date: 2017-05-08 04:31:50+00:00 Summary: Break the lines to fit pdf and fix another broken syntax Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a2e7b4c5fa71/ Changeset: a2e7b4c5fa71 Branch: master User: zzzeek Date: 2017-05-08 21:55:28+00:00 Summary: Merge branch 'master' of https://github.com/aflyhorse/sqlalchemy Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2d5477e12ba6/ Changeset: 2d5477e12ba6 Branch: rel_1_1 User: LunarShaddow Date: 2017-05-08 21:58:33+00:00 Summary: Break the lines to fit pdf and fix another broken syntax (cherry picked from commit 3d19fb6d53c2aa0fdb7944569fa697c75785634c) Change-Id: I17334d7673c645505af4eaaf2112544f2fa5e625 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/714fd6a015ec/ Changeset: 714fd6a015ec Branch: rel_1_0 User: LunarShaddow Date: 2017-05-08 22:00:57+00:00 Summary: Break the lines to fit pdf and fix another broken syntax (cherry picked from commit 3d19fb6d53c2aa0fdb7944569fa697c75785634c) Change-Id: Ib3460a95f3387b51075c23600cb394b0af08d8f2 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. |