Thread: [Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets (Page 5)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-01-10 03:27:56
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bb294497558f/ Changeset: bb294497558f Branch: None User: thiefmaster Date: 2016-01-09 19:35:19+00:00 Summary: Fix typo in session docs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/536e5ceceaf7/ Changeset: 536e5ceceaf7 Branch: None User: zzzeek Date: 2016-01-10 03:27:12+00:00 Summary: Merge remote-tracking branch 'origin/pr/226' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/105004e8e299/ Changeset: 105004e8e299 Branch: rel_1_0 User: thiefmaster Date: 2016-01-10 03:27:31+00:00 Summary: Fix typo in session docs (cherry picked from commit bb294497558f96c92253a4a68129a7c7984d3af9) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/78f37443d275/ Changeset: 78f37443d275 Branch: rel_0_9 User: thiefmaster Date: 2016-01-10 03:27:41+00:00 Summary: Fix typo in session docs (cherry picked from commit bb294497558f96c92253a4a68129a7c7984d3af9) 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-10 15:32:36
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/56b76ce7a823/ Changeset: 56b76ce7a823 Branch: None User: jeffwidman Date: 2015-12-24 10:17:02+00:00 Summary: Update SQLAlchemy-Migrate link to the new repo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ddba8b0e7f89/ Changeset: ddba8b0e7f89 Branch: None User: zzzeek Date: 2016-01-10 15:31:51+00:00 Summary: Merge remote-tracking branch 'origin/pr/225' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4802b734d817/ Changeset: 4802b734d817 Branch: rel_1_0 User: jeffwidman Date: 2016-01-10 15:32:14+00:00 Summary: Update SQLAlchemy-Migrate link to the new repo (cherry picked from commit 56b76ce7a823a076bd91490f940df95ad409db61) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/29a985846528/ Changeset: 29a985846528 Branch: rel_0_9 User: jeffwidman Date: 2016-01-10 15:32:20+00:00 Summary: Update SQLAlchemy-Migrate link to the new repo (cherry picked from commit 56b76ce7a823a076bd91490f940df95ad409db61) 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-20 20:59:48
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/24dba714cb56/ Changeset: 24dba714cb56 Branch: None User: zzzeek Date: 2016-01-20 20:58:24+00:00 Summary: - update oracle JDBC driver URL, fixes #3554 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/dc22f66d943a/ Changeset: dc22f66d943a Branch: rel_1_0 User: zzzeek Date: 2016-01-20 20:58:43+00:00 Summary: - update oracle JDBC driver URL, fixes #3554 (cherry picked from commit 24dba714cb56e1f5a4dca5453cc5f442e6ee08ab) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4a0cbc7be95a/ Changeset: 4a0cbc7be95a Branch: rel_0_9 User: zzzeek Date: 2016-01-20 20:58:47+00:00 Summary: - update oracle JDBC driver URL, fixes #3554 (cherry picked from commit 24dba714cb56e1f5a4dca5453cc5f442e6ee08ab) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d636f6c167fc/ Changeset: d636f6c167fc Branch: rel_0_8 User: zzzeek Date: 2016-01-20 20:59:27+00:00 Summary: - update oracle JDBC driver URL, fixes #3554 (cherry picked from commit 24dba714cb56e1f5a4dca5453cc5f442e6ee08ab) 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-28 23:11:53
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/13dfc532ac02/ Changeset: 13dfc532ac02 Branch: None User: zzzeek Date: 2016-01-28 22:16:55+00:00 Summary: - use schema argument correctly when we are dropping for a schema Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a9d14609ab78/ Changeset: a9d14609ab78 Branch: None User: zzzeek Date: 2016-01-28 22:17:16+00:00 Summary: - use schema argument correctly when we are dropping for a schema (cherry picked from commit 13dfc532ac02657d75da40cc52d97b3b50a6bcfe) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/14b1e6fe8e18/ Changeset: 14b1e6fe8e18 Branch: None User: zzzeek Date: 2016-01-28 23:10:42+00:00 Summary: - use a StaticPool for componentreflectiontest to ensure temp tables are reflectable on the same session they were created Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c5460cf632b9/ Changeset: c5460cf632b9 Branch: rel_1_0 User: zzzeek Date: 2016-01-28 23:11:13+00:00 Summary: - use a StaticPool for componentreflectiontest to ensure temp tables are reflectable on the same session they were created (cherry picked from commit 14b1e6fe8e18d139846c1aba6761d4eea3dc25c3) 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-02-03 16:12:03
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c9b03fa8afd5/ Changeset: c9b03fa8afd5 Branch: None User: timttate Date: 2016-02-02 23:40:07+00:00 Summary: fix passing literal_binds flag through for update and insert Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/150591f9e0a9/ Changeset: 150591f9e0a9 Branch: None User: zzzeek Date: 2016-02-03 16:07:44+00:00 Summary: - add literal_binds for delete() statements in addition to insert()/update() - move tests to CRUDTest - changelog, fixes #3643 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f87fe4c35131/ Changeset: f87fe4c35131 Branch: None User: timttate Date: 2016-02-03 16:10:38+00:00 Summary: fix passing literal_binds flag through for update and insert (cherry picked from commit c9b03fa8afd52646aba8c59fc038330eeee6db60) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e2404a4e3fbe/ Changeset: e2404a4e3fbe Branch: rel_1_0 User: zzzeek Date: 2016-02-03 16:10:40+00:00 Summary: - add literal_binds for delete() statements in addition to insert()/update() - move tests to CRUDTest - changelog, fixes #3643 (cherry picked from commit 150591f9e0a94902cb2a76b68ac7c9d8a1a3ec83) 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...> - 2016-02-08 19:17:51
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7e619d0be41a/ Changeset: 7e619d0be41a Branch: None User: zzzeek Date: 2016-02-08 18:13:39+00:00 Summary: - adjust to allow dblink tests to work with multiprocess users. unfortunately the synonym doesn't work for SQL statements here when the dblink is on a different user, testing this is not really critical so just removed it. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/80853059a9f4/ Changeset: 80853059a9f4 Branch: None User: zzzeek Date: 2016-02-08 18:35:36+00:00 Summary: - adjust the MultiSchemaTest to handle multiple test_schemas / processes at the same time Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/308244a90b95/ Changeset: 308244a90b95 Branch: None User: zzzeek Date: 2016-02-08 19:08:03+00:00 Summary: - detect "Enterprise" and assume compression stuff isn't available if not Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/860d07ff89a8/ Changeset: 860d07ff89a8 Branch: master User: zzzeek Date: 2016-02-08 19:16:40+00:00 Summary: - add missing __backend__ directives so that oracle tests actually run with --backend-only 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-02-16 20:51:23
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1b6422a603a1/ Changeset: 1b6422a603a1 Branch: None User: youknowone Date: 2016-02-13 12:28:46+00:00 Summary: Add `sqlalchemy.ext.mutable.MutableList` Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f7354b43e4c9/ Changeset: f7354b43e4c9 Branch: None User: youknowone Date: 2016-02-13 12:28:50+00:00 Summary: Add `sqlalchemy.ext.mutable.MutableSet` from https://bitbucket.org/zzzeek/sqlalchemy/issues/3297 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c46b49496c44/ Changeset: c46b49496c44 Branch: None User: zzzeek Date: 2016-02-16 20:43:22+00:00 Summary: Merge remote-tracking branch 'origin/pr/236' Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a99a32d3d166/ Changeset: a99a32d3d166 Branch: None User: zzzeek Date: 2016-02-16 20:50:25+00:00 Summary: - add changelog, migration, version flags and some extra notes to the new MutableList and MutableSet classes, fixes #3297 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...> - 2016-02-21 01:44:31
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8ad968f33100/ Changeset: 8ad968f33100 Branch: None User: zzzeek Date: 2016-02-21 01:22:38+00:00 Summary: - reworked the way the "select_wraps_for" expression is handled within visit_select(); this attribute was added in the 1.0 series to accommodate the subquery wrapping behavior of SQL Server and Oracle while also working with positional column targeting and no longer relying upon "key fallback" in order to target columns in such a statement. The IBM DB2 third-party dialect also has this use case, but its implementation is using regular expressions to rewrite the textual SELECT only and does not make use of a "wrapped" select at this time. The logic no longer attempts to reconcile proxy set collections as this was not deterministic, and instead assumes that the select() and the wrapper select() match their columns postionally, at least for the column positions they have in common, so it is now very simple and safe. fixes #3657. - as a side effect of #3657 it was also revealed that the strategy of calling upon a ResultProxy._getter was not correctly calling into NoSuchColumnError when an expected column was not present, and instead returned None up to loading.instances() to produce NoneType failures; added a raiseerr argument to _getter() which is called when we aren't expecting None, fixes #3658. Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a1c1ce7f769f/ Changeset: a1c1ce7f769f Branch: None User: zzzeek Date: 2016-02-21 01:30:49+00:00 Summary: - version bump Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cf818984ab52/ Changeset: cf818984ab52 Branch: rel_1_0 User: zzzeek Date: 2016-02-21 01:30:58+00:00 Summary: - reworked the way the "select_wraps_for" expression is handled within visit_select(); this attribute was added in the 1.0 series to accommodate the subquery wrapping behavior of SQL Server and Oracle while also working with positional column targeting and no longer relying upon "key fallback" in order to target columns in such a statement. The IBM DB2 third-party dialect also has this use case, but its implementation is using regular expressions to rewrite the textual SELECT only and does not make use of a "wrapped" select at this time. The logic no longer attempts to reconcile proxy set collections as this was not deterministic, and instead assumes that the select() and the wrapper select() match their columns postionally, at least for the column positions they have in common, so it is now very simple and safe. fixes #3657. - as a side effect of #3657 it was also revealed that the strategy of calling upon a ResultProxy._getter was not correctly calling into NoSuchColumnError when an expected column was not present, and instead returned None up to loading.instances() to produce NoneType failures; added a raiseerr argument to _getter() which is called when we aren't expecting None, fixes #3658. (cherry picked from commit 8ad968f33100baeb3b13c7e0b724b6b79ab4277f) Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6713817e1186/ Changeset: 6713817e1186 Branch: None User: zzzeek Date: 2016-02-21 01:43:36+00:00 Summary: - update the mssql autoincrement reflection test to accommodate the new behavior of the autoincrement flag as per ref #3216 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-21 15:06:29
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e3abb63293be/ Changeset: e3abb63293be Branch: None User: mgedmin Date: 2016-03-21 10:00:49+00:00 Summary: ReST fix: missing backtick Fixes a misrendering at http://docs.sqlalchemy.org/en/latest/dialects/mssql.html#nullability: Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2d5b7a139f4d/ Changeset: 2d5b7a139f4d Branch: None User: zzzeek Date: 2016-03-21 15:05:40+00:00 Summary: Merge remote-tracking branch 'origin/pr/251' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7a206fdc3251/ Changeset: 7a206fdc3251 Branch: rel_1_0 User: mgedmin Date: 2016-03-21 15:06:00+00:00 Summary: ReST fix: missing backtick Fixes a misrendering at http://docs.sqlalchemy.org/en/latest/dialects/mssql.html#nullability: (cherry picked from commit e3abb63293be80379d20b4c3f0d1cd093459a9eb) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7cec2dbb7373/ Changeset: 7cec2dbb7373 Branch: rel_0_9 User: mgedmin Date: 2016-03-21 15:06:08+00:00 Summary: ReST fix: missing backtick Fixes a misrendering at http://docs.sqlalchemy.org/en/latest/dialects/mssql.html#nullability: (cherry picked from commit e3abb63293be80379d20b4c3f0d1cd093459a9eb) 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-30 20:33:44
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b3b3c68a4a08/ Changeset: b3b3c68a4a08 Branch: None User: _diana_ Date: 2016-01-28 03:54:05+00:00 Summary: sqlite: reflect primary key constraint names, fixes #3629 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/abeb762f885a/ Changeset: abeb762f885a Branch: None User: _diana_ Date: 2016-01-28 23:55:12+00:00 Summary: same logic, but without the inner function Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e6cbf44d6dd7/ Changeset: e6cbf44d6dd7 Branch: None User: zzzeek Date: 2016-03-30 20:25:41+00:00 Summary: Merge remote-tracking branch 'origin/pr/230' Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5370f0503ad7/ Changeset: 5370f0503ad7 Branch: None User: zzzeek Date: 2016-03-30 20:32:55+00:00 Summary: - changelog for #3629, fixes #3629 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-06-03 14:56:24
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e8f97c9e357e/ Changeset: e8f97c9e357e Branch: None User: univerio Date: 2016-06-02 21:46:16+00:00 Summary: Add SKIP LOCKED support for Postgresql, Oracle This adds `SELECT ... FOR UPDATE SKIP LOCKED`/ `SELECT ... FOR SHARE SKIP LOCKED` rendering. Change-Id: Id1dc4f1cafc1de23f397a6f73d54ab2c58d5910d Pull-request: https://bitbucket.org/zzzeek/sqlalchemy/pull-requests/86 Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0e88bcc30ed4/ Changeset: 0e88bcc30ed4 Branch: None User: Michal Petrucha Date: 2016-06-02 21:49:09+00:00 Summary: Reflect ON DELETE and ON UPDATE for SQLite foreign keys Co-authored-by: Mike Bayer <mi...@zz...> Change-Id: Icd77ddbf851b1950f767022d67c8142b1b3c50f3 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/244 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/40f9bcf1112b/ Changeset: 40f9bcf1112b Branch: None User: zzzeek Date: 2016-06-03 14:55:54+00:00 Summary: Merge "Reflect ON DELETE and ON UPDATE for SQLite foreign keys" Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a6817579cee4/ Changeset: a6817579cee4 Branch: master User: zzzeek Date: 2016-06-03 14:56:06+00:00 Summary: Merge "Add SKIP LOCKED support for Postgresql, Oracle" 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...> - 2016-06-15 19:17:00
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/51e4512abd25/ Changeset: 51e4512abd25 Branch: None User: zzzeek Date: 2016-06-15 18:36:24+00:00 Summary: Interpret lateral, alias as from clauses Also add doc members for Lateral. Change-Id: Ic801c296377ce84230139c6a43ecb3e93a852832 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/20f2f5b169d3/ Changeset: 20f2f5b169d3 Branch: None User: saarni Date: 2016-06-15 18:42:08+00:00 Summary: Add TABLESAMPLE clause support. The TABLESAMPLE clause allows randomly selecting an approximate percentage of rows from a table. At least DB2, Microsoft SQL Server and recent Postgresql support this standard clause. Fixes: #3718 Change-Id: I3fb8b9223e12a57100df30876b461884c58d72fa Pull-request: https://github.com/zzzeek/sqlalchemy/pull/277 Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ecca1f814e6a/ Changeset: ecca1f814e6a Branch: None User: zzzeek Date: 2016-06-15 19:16:57+00:00 Summary: Merge "Interpret lateral, alias as from clauses" Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5c80400ec7c5/ Changeset: 5c80400ec7c5 Branch: master User: zzzeek Date: 2016-06-15 19:17:10+00:00 Summary: Merge "Add TABLESAMPLE clause 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...> - 2016-06-15 22:17:27
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/345cc1e304f3/ Changeset: 345cc1e304f3 Branch: None User: zzzeek Date: 2016-06-15 22:10:46+00:00 Summary: - flake8 Change-Id: I74e369d1d71c98cb0af58dde80b7d535d17cbdf7 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/22ae6b4c9fbc/ Changeset: 22ae6b4c9fbc Branch: None User: zzzeek Date: 2016-06-15 22:11:01+00:00 Summary: - flake8 Change-Id: I74e369d1d71c98cb0af58dde80b7d535d17cbdf7 (cherry picked from commit 345cc1e304f3dc75bf5362e6c9f1975230a94753) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e5bdf96bc0b1/ Changeset: e5bdf96bc0b1 Branch: None User: zzzeek Date: 2016-06-15 22:15:46+00:00 Summary: - dont use id() to test identity as these can be recycled Change-Id: Ie4cb4924909d55c5962f66e36cd5325e8e8f0538 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e4491103b7f9/ Changeset: e4491103b7f9 Branch: rel_1_0 User: zzzeek Date: 2016-06-15 22:16:04+00:00 Summary: - dont use id() to test identity as these can be recycled Change-Id: Ie4cb4924909d55c5962f66e36cd5325e8e8f0538 (cherry picked from commit e5bdf96bc0b1503c4e4c8461748cd061f624e346) 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-07-04 19:38:55
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9ec1312bd56a/ Changeset: 9ec1312bd56a Branch: None User: lele Date: 2016-07-02 11:05:27+00:00 Summary: Consistently use the official PostgreSQL casing Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ae7ef6f6106e/ Changeset: ae7ef6f6106e Branch: None User: lele Date: 2016-07-02 11:07:48+00:00 Summary: Fix some typos in 1.1's changelog and migration sections Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ae134738951a/ Changeset: ae134738951a Branch: None User: kristianperkins Date: 2016-07-03 03:59:47+00:00 Summary: fixed typo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f5ec60c8811f/ Changeset: f5ec60c8811f Branch: None User: zzzeek Date: 2016-07-04 19:37:58+00:00 Summary: Merge remote-tracking branch 'origin/pr/288' 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-07-12 13:48:46
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b5bf8632170d/ Changeset: b5bf8632170d Branch: None User: smtakeda Date: 2016-07-11 22:56:12+00:00 Summary: Update index.rst Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2045689ff277/ Changeset: 2045689ff277 Branch: None User: smtakeda Date: 2016-07-11 22:58:43+00:00 Summary: Update index.rst Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8a74e2bfe85c/ Changeset: 8a74e2bfe85c Branch: None User: smtakeda Date: 2016-07-12 13:47:57+00:00 Summary: Update index.rst (cherry picked from commit b5bf8632170d2d3ee5382c0de153829ee6857518) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/015a2e13ce65/ Changeset: 015a2e13ce65 Branch: rel_1_0 User: smtakeda Date: 2016-07-12 13:47:58+00:00 Summary: Update index.rst (cherry picked from commit 2045689ff27708292d8effa782777ec55a8477d0) 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-08-13 14:39:28
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b07eb3cb45d1/ Changeset: b07eb3cb45d1 Branch: None User: zzzeek Date: 2016-08-13 03:35:40+00:00 Summary: Ensure final link in subqueryload join is correct Fixed bug in subquery eager loading where a subqueryload of an "of_type()" object linked to a second subqueryload of a plain mapped class would fail to link the joins correctly. Change-Id: I4be89e6f5e492438464a2ded01eb9c84d7ff7d4e Fixes: #3773 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1f956ed7b3b6/ Changeset: 1f956ed7b3b6 Branch: None User: zzzeek Date: 2016-08-13 03:36:58+00:00 Summary: Ensure final link in subqueryload join is correct Fixed bug in subquery eager loading where a subqueryload of an "of_type()" object linked to a second subqueryload of a plain mapped class would fail to link the joins correctly. Change-Id: I4be89e6f5e492438464a2ded01eb9c84d7ff7d4e Fixes: #3773 (cherry picked from commit b07eb3cb45d1a344759a2eee9d2166fbf3e44888) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/94a95b3e8fa0/ Changeset: 94a95b3e8fa0 Branch: master User: zzzeek Date: 2016-08-13 14:39:52+00:00 Summary: Merge "Ensure final link in subqueryload join is correct" Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/009cac8452e8/ Changeset: 009cac8452e8 Branch: rel_1_0 User: zzzeek Date: 2016-08-13 14:40:02+00:00 Summary: Merge "Ensure final link in subqueryload join is correct" into rel_1_0 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...> - 2016-10-10 13:48:11
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e47063bfe0de/ Changeset: e47063bfe0de Branch: None User: scop Date: 2016-10-08 17:42:50+00:00 Summary: Spelling fixes Affected #: 23 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8c2c464cb8e1/ Changeset: 8c2c464cb8e1 Branch: None User: scop Date: 2016-10-08 17:42:50+00:00 Summary: spelling: Postgresql -> PostgreSQL Affected #: 60 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e5a063a87ce5/ Changeset: e5a063a87ce5 Branch: None User: scop Date: 2016-10-08 17:42:50+00:00 Summary: spelling: Postgis -> PostGIS Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b9d0e2d5c55f/ Changeset: b9d0e2d5c55f Branch: None User: scop Date: 2016-10-08 17:42:50+00:00 Summary: spelling: Mysql -> MySQL 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...> - 2017-03-18 18:58:52
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3771af0af45c/ Changeset: 3771af0af45c Branch: None User: jalessio Date: 2017-03-15 02:04:03+00:00 Summary: Fix typos ('expicit' -> 'explicit') Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9e06ab17b9d3/ Changeset: 9e06ab17b9d3 Branch: master User: zzzeek Date: 2017-03-18 18:57:41+00:00 Summary: Merge branch 'master' of https://bitbucket.org/jalessio/sqlalchemy Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d57415643091/ Changeset: d57415643091 Branch: rel_1_1 User: jalessio Date: 2017-03-18 18:58:10+00:00 Summary: Fix typos ('expicit' -> 'explicit') (cherry picked from commit 3771af0af45c2a7ea79a055b953c32f23c53e256) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5efde68c998f/ Changeset: 5efde68c998f Branch: rel_1_0 User: jalessio Date: 2017-03-18 18:58:14+00:00 Summary: Fix typos ('expicit' -> 'explicit') (cherry picked from commit 3771af0af45c2a7ea79a055b953c32f23c53e256) 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-03-27 15:32:01
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5df05d16708a/ Changeset: 5df05d16708a Branch: None User: Bertrand Janin Date: 2017-03-19 22:05:54+00:00 Summary: Fix a title typo Utilites -> Utilities Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ecf85cb083c6/ Changeset: ecf85cb083c6 Branch: master User: zzzeek Date: 2017-03-27 15:30:37+00:00 Summary: Merge branch 'patch-1' of https://github.com/tamentis/sqlalchemy Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4145f914bc4f/ Changeset: 4145f914bc4f Branch: rel_1_1 User: Bertrand Janin Date: 2017-03-27 15:31:03+00:00 Summary: Fix a title typo Utilites -> Utilities (cherry picked from commit 5df05d16708a3efbd731df6767c9763626972c04) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d4458c8842a7/ Changeset: d4458c8842a7 Branch: rel_1_0 User: Bertrand Janin Date: 2017-03-27 15:31:10+00:00 Summary: Fix a title typo Utilites -> Utilities (cherry picked from commit 5df05d16708a3efbd731df6767c9763626972c04) 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...> - 2017-04-04 14:09:47
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d13734add349/ Changeset: d13734add349 Branch: None User: zzzeek Date: 2017-04-04 13:06:13+00:00 Summary: Ensure we check that SQL expression has an .info attribute Fixed regression released in 1.1.8 due to :ticket:`3950` where the deeper search for information about column types in the case of a "schema type" or a :class:`.TypeDecorator` would produce an attribute error if the mapping also contained a :obj:`.column_property`. Change-Id: I38254834d3d79c9b339289a8163eb4789ec4c931 Fixes: #3956 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1ad5ad165d35/ Changeset: 1ad5ad165d35 Branch: None User: zzzeek Date: 2017-04-04 13:07:14+00:00 Summary: Ensure we check that SQL expression has an .info attribute Fixed regression released in 1.1.8 due to :ticket:`3950` where the deeper search for information about column types in the case of a "schema type" or a :class:`.TypeDecorator` would produce an attribute error if the mapping also contained a :obj:`.column_property`. Change-Id: I38254834d3d79c9b339289a8163eb4789ec4c931 Fixes: #3956 (cherry picked from commit d13734add349ec6763cce8b194806c5afe988000) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e28c3c7ec0d7/ Changeset: e28c3c7ec0d7 Branch: master User: zzzeek Date: 2017-04-04 14:08:49+00:00 Summary: Merge "Ensure we check that SQL expression has an .info attribute" Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/02023ac46ed3/ Changeset: 02023ac46ed3 Branch: rel_1_1 User: zzzeek Date: 2017-04-04 14:09:01+00:00 Summary: Merge "Ensure we check that SQL expression has an .info attribute" into rel_1_1 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-04-17 19:35:54
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/90c72c31a553/ Changeset: 90c72c31a553 Branch: None User: suever Date: 2017-04-06 19:52:10+00:00 Summary: Fix of minor typo in the UnmappedInstanceError message Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ae3ffcf4ea2c/ Changeset: ae3ffcf4ea2c Branch: master User: zzzeek Date: 2017-04-17 19:34:46+00:00 Summary: Merge branch 'UnmappedInstanceError_typo_fix' of https://github.com/suever/sqlalchemy Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2c8be2edd613/ Changeset: 2c8be2edd613 Branch: rel_1_1 User: suever Date: 2017-04-17 19:35:08+00:00 Summary: Fix of minor typo in the UnmappedInstanceError message (cherry picked from commit 90c72c31a55337bef61cdd0cb75f5d128bcc34f9) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6e4c212082d5/ Changeset: 6e4c212082d5 Branch: rel_1_0 User: suever Date: 2017-04-17 19:35:12+00:00 Summary: Fix of minor typo in the UnmappedInstanceError message (cherry picked from commit 90c72c31a55337bef61cdd0cb75f5d128bcc34f9) 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...> - 2017-05-08 20:22:28
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6224df56a6fa/ Changeset: 6224df56a6fa Branch: None User: unquietcode Date: 2017-05-01 17:30:11+00:00 Summary: fixes a typo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/271a098b6420/ Changeset: 271a098b6420 Branch: master User: zzzeek Date: 2017-05-08 20:21:20+00:00 Summary: Merge branch 'patch-1' of https://github.com/UnquietCode/sqlalchemy Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a950b2cc05d9/ Changeset: a950b2cc05d9 Branch: rel_1_1 User: unquietcode Date: 2017-05-08 20:21:43+00:00 Summary: fixes a typo (cherry picked from commit 6224df56a6fa28efda6e6e5007b015ad9d6d7d14) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/46c61b6c4116/ Changeset: 46c61b6c4116 Branch: rel_1_0 User: unquietcode Date: 2017-05-08 20:21:47+00:00 Summary: fixes a typo (cherry picked from commit 6224df56a6fa28efda6e6e5007b015ad9d6d7d14) 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...> - 2017-06-16 22:40:32
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5650a0c30639/ Changeset: 5650a0c30639 Branch: None User: zzzeek Date: 2017-06-16 19:52:46+00:00 Summary: Handle SHOW VARIABLES returning no row MySQL 5.7 has introduced permission limiting for the "SHOW VARIABLES" command; the MySQL dialect will now handle when SHOW returns no row, in particular for the initial fetch of SQL_MODE, and will emit a warning that user permissions should be modified to allow the row to be present. Change-Id: I98e7a69230da397b17eae07b7e9d024fa7aeeb26 Fixes: #4007 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/94a0ed697a12/ Changeset: 94a0ed697a12 Branch: None User: zzzeek Date: 2017-06-16 19:54:47+00:00 Summary: Handle SHOW VARIABLES returning no row MySQL 5.7 has introduced permission limiting for the "SHOW VARIABLES" command; the MySQL dialect will now handle when SHOW returns no row, in particular for the initial fetch of SQL_MODE, and will emit a warning that user permissions should be modified to allow the row to be present. Change-Id: I98e7a69230da397b17eae07b7e9d024fa7aeeb26 Fixes: #4007 (cherry picked from commit 5650a0c306391216a9c9ce1961c5b548e534b5eb) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0b9aa75c0094/ Changeset: 0b9aa75c0094 Branch: rel_1_1 User: zzzeek Date: 2017-06-16 22:39:59+00:00 Summary: Merge "Handle SHOW VARIABLES returning no row" into rel_1_1 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/139cbe4f72e5/ Changeset: 139cbe4f72e5 Branch: master User: zzzeek Date: 2017-06-16 22:40:13+00:00 Summary: Merge "Handle SHOW VARIABLES returning no row" 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-07-17 15:47:59
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/43f41fbfaa8f/ Changeset: 43f41fbfaa8f Branch: None User: tomsitter Date: 2017-07-12 15:54:25+00:00 Summary: Replace Session class with session instance The Session class was used instead of the session instance which resulted in an attribute error. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/32f67637cd70/ Changeset: 32f67637cd70 Branch: master User: zzzeek Date: 2017-07-17 14:31:07+00:00 Summary: Merge branch 'patch-1' of https://github.com/tomsitter/sqlalchemy Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d7dd0e1e02b4/ Changeset: d7dd0e1e02b4 Branch: rel_1_1 User: tomsitter Date: 2017-07-17 14:31:45+00:00 Summary: Replace Session class with session instance The Session class was used instead of the session instance which resulted in an attribute error. (cherry picked from commit 43f41fbfaa8f3030148c131628c5e9fe8fda9f66) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/dbca4faf6433/ Changeset: dbca4faf6433 Branch: rel_1_0 User: tomsitter Date: 2017-07-17 14:31:49+00:00 Summary: Replace Session class with session instance The Session class was used instead of the session instance which resulted in an attribute error. (cherry picked from commit 43f41fbfaa8f3030148c131628c5e9fe8fda9f66) 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...> - 2017-07-19 20:22:30
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7628ff39dcea/ Changeset: 7628ff39dcea Branch: None User: zzzeek Date: 2017-07-18 19:04:36+00:00 Summary: Check for column object in eval_none, not propkey Fixed bug involving JSON NULL evaluation logic added in 1.1 as part of :ticket:`3514` where the logic would not accommodate ORM mapped attributes named differently from the :class:`.Column` that was mapped. Change-Id: I1848afcfb63ad7f074f315d8d3097666069b42be Fixes: #4031 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/db3c58f9ee93/ Changeset: db3c58f9ee93 Branch: None User: zzzeek Date: 2017-07-18 19:04:55+00:00 Summary: Check for column object in eval_none, not propkey Fixed bug involving JSON NULL evaluation logic added in 1.1 as part of :ticket:`3514` where the logic would not accommodate ORM mapped attributes named differently from the :class:`.Column` that was mapped. Change-Id: I1848afcfb63ad7f074f315d8d3097666069b42be Fixes: #4031 (cherry picked from commit e2ede596adff3ce584f8c43ba024cafabc509a06) Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/91e3c36e450f/ Changeset: 91e3c36e450f Branch: master User: zzzeek Date: 2017-07-19 20:21:57+00:00 Summary: Merge "Check for column object in eval_none, not propkey" Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0753f3940ce2/ Changeset: 0753f3940ce2 Branch: rel_1_1 User: zzzeek Date: 2017-07-19 20:22:10+00:00 Summary: Merge "Check for column object in eval_none, not propkey" into rel_1_1 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. |