sqlalchemy-commits Mailing List for SQLAlchemy (Page 4)
Brought to you by:
zzzeek
You can subscribe to this list here.
2006 |
Jan
|
Feb
(74) |
Mar
(167) |
Apr
(127) |
May
(190) |
Jun
(119) |
Jul
(77) |
Aug
(82) |
Sep
(84) |
Oct
(153) |
Nov
(45) |
Dec
(54) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(109) |
Feb
(80) |
Mar
(110) |
Apr
(106) |
May
(92) |
Jun
(147) |
Jul
(288) |
Aug
(307) |
Sep
(108) |
Oct
(156) |
Nov
(147) |
Dec
(134) |
2008 |
Jan
(126) |
Feb
(91) |
Mar
(184) |
Apr
(208) |
May
(212) |
Jun
(54) |
Jul
(106) |
Aug
(80) |
Sep
(58) |
Oct
(80) |
Nov
(119) |
Dec
(220) |
2009 |
Jan
(202) |
Feb
(50) |
Mar
(70) |
Apr
(46) |
May
(80) |
Jun
(61) |
Jul
(146) |
Aug
(81) |
Sep
(71) |
Oct
(74) |
Nov
(66) |
Dec
(82) |
2010 |
Jan
(112) |
Feb
(169) |
Mar
(235) |
Apr
(77) |
May
(22) |
Jun
(31) |
Jul
(46) |
Aug
(46) |
Sep
(70) |
Oct
(36) |
Nov
(37) |
Dec
(79) |
2011 |
Jan
(46) |
Feb
(54) |
Mar
(65) |
Apr
(73) |
May
(31) |
Jun
(46) |
Jul
(40) |
Aug
(36) |
Sep
(44) |
Oct
(33) |
Nov
(19) |
Dec
(10) |
2012 |
Jan
(60) |
Feb
(37) |
Mar
(35) |
Apr
(28) |
May
(27) |
Jun
(50) |
Jul
(33) |
Aug
(88) |
Sep
(64) |
Oct
(74) |
Nov
(62) |
Dec
(41) |
2013 |
Jan
(30) |
Feb
(37) |
Mar
(39) |
Apr
(52) |
May
(40) |
Jun
(85) |
Jul
(74) |
Aug
(76) |
Sep
(26) |
Oct
(76) |
Nov
(63) |
Dec
(65) |
2014 |
Jan
(68) |
Feb
(82) |
Mar
(87) |
Apr
(24) |
May
(66) |
Jun
(34) |
Jul
(86) |
Aug
(75) |
Sep
(70) |
Oct
(41) |
Nov
(23) |
Dec
(53) |
2015 |
Jan
(40) |
Feb
(39) |
Mar
(69) |
Apr
(64) |
May
(40) |
Jun
(43) |
Jul
(20) |
Aug
(48) |
Sep
(38) |
Oct
(28) |
Nov
(34) |
Dec
(44) |
2016 |
Jan
(82) |
Feb
(49) |
Mar
(25) |
Apr
(21) |
May
(19) |
Jun
(46) |
Jul
(38) |
Aug
(21) |
Sep
(33) |
Oct
(44) |
Nov
(26) |
Dec
(10) |
2017 |
Jan
(52) |
Feb
(18) |
Mar
(61) |
Apr
(43) |
May
(57) |
Jun
(36) |
Jul
(37) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bitbucket <com...@bi...> - 2017-05-26 15:27:15
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b1369b472175/ Changeset: b1369b472175 Branch: master User: zzzeek Date: 2017-05-26 15:24:25+00:00 Summary: Add placeholder XML support Added a placeholder type :class:`.mssql.XML` to the SQL Server dialect, so that a reflected table which includes this type can be re-rendered as a CREATE TABLE. The type has no special round-trip behavior nor does it currently support additional qualifying arguments. Change-Id: I651fa729bd8e9b31a0b5effe0839aff077d77c46 Fixes: #3973 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b264ec0d5226/ Changeset: b264ec0d5226 Branch: rel_1_1 User: zzzeek Date: 2017-05-26 15:25:04+00:00 Summary: Add placeholder XML support Added a placeholder type :class:`.mssql.XML` to the SQL Server dialect, so that a reflected table which includes this type can be re-rendered as a CREATE TABLE. The type has no special round-trip behavior nor does it currently support additional qualifying arguments. Change-Id: I651fa729bd8e9b31a0b5effe0839aff077d77c46 Fixes: #3973 (cherry picked from commit b1369b47217558779a5b8a17ecd945cedd608dc7) 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...> - 2017-05-25 20:25:49
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0769b41cf291/ Changeset: 0769b41cf291 Branch: rel_1_1 User: zzzeek Date: 2017-05-25 20:25:09+00:00 Summary: Raise if ForeignKeyConstraint created with different numbers of local and remote columns. An :class:`.ArgumentError` is now raised if a :class:`.ForeignKeyConstraint` object is created with a mismatched number of "local" and "remote" columns, which otherwise causes the internal state of the constraint to be incorrect. Note that this also impacts the condition where a dialect's reflection process produces a mismatched set of columns for a foreign key constraint. Downstream DB2 dialect has been reported as potentially causing this scenario. Change-Id: Id51c34a6c43749bb582639f9c1dc28723482f0e5 Fixes: #3949 References: #3998 (cherry picked from commit a78718b9340e9840a470300932af178ce57c0f7d) 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-25 20:24:53
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a78718b9340e/ Changeset: a78718b9340e Branch: None User: zzzeek Date: 2017-05-25 19:57:03+00:00 Summary: Raise if ForeignKeyConstraint created with different numbers of local and remote columns. An :class:`.ArgumentError` is now raised if a :class:`.ForeignKeyConstraint` object is created with a mismatched number of "local" and "remote" columns, which otherwise causes the internal state of the constraint to be incorrect. Note that this also impacts the condition where a dialect's reflection process produces a mismatched set of columns for a foreign key constraint. Downstream DB2 dialect has been reported as potentially causing this scenario. Change-Id: Id51c34a6c43749bb582639f9c1dc28723482f0e5 Fixes: #3949 References: #3998 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/915012950c26/ Changeset: 915012950c26 Branch: master User: zzzeek Date: 2017-05-25 20:24:25+00:00 Summary: Merge "Raise if ForeignKeyConstraint created with different numbers of local and remote columns." 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-25 20:24:25
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f8a3f14e4f86/ Changeset: f8a3f14e4f86 Branch: master User: Michael Birtwell Date: 2017-05-25 20:02:13+00:00 Summary: Flatten operator precedence for comparison operators The operator precedence for all comparison operators such as LIKE, IS, IN, MATCH, equals, greater than, less than, etc. has all been merged into one level, so that expressions which make use of these against each other will produce parentheses between them. This suits the stated operator precedence of databases like Oracle, MySQL and others which place all of these operators as equal precedence, as well as Postgresql as of 9.5 which has also flattened its operator precendence. Co-authored-by: Mike Bayer <mi...@zz...> Fixes: #3999 Change-Id: I3f3d5124a64af0d376361cdf15a97e2e703be56f Pull-request: https://github.com/zzzeek/sqlalchemy/pull/367 Affected #: 6 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-24 22:08:09
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/de11c5217b4c/ Changeset: de11c5217b4c Branch: master User: zzzeek Date: 2017-05-24 20:23:56+00:00 Summary: Add with_for_update() support in session.refresh() Session.refresh() is still hardcoded to legacy lockmode, come up with a new API so that the newer argument style works with it. Added new argument :paramref:`.with_for_update` to the :meth:`.Session.refresh` method. When the :meth:`.Query.with_lockmode` method were deprecated in favor of :meth:`.Query.with_for_update`, the :meth:`.Session.refresh` method was never updated to reflect the new option. Change-Id: Ia02a653746b7024699b515451525a88d7a17d63a Fixes: #3991 Affected #: 7 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2017-05-23 19:45:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9a37503bbedc/ Changeset: 9a37503bbedc Branch: master User: zzzeek Date: 2017-05-23 19:44:52+00:00 Summary: - add forwards-version Change-Id: Id1652beb13209aac203456c88acff629048e00cc 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-23 19:44:57
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/41e92f855815/ Changeset: 41e92f855815 Branch: rel_1_1 User: zzzeek Date: 2017-05-23 19:44:10+00:00 Summary: Remove twophase for cx_Oracle 6.x Support for two-phase transactions has been removed entirely for cx_Oracle when version 6.0b1 or later of the DBAPI is in use. The two- phase feature historically has never been usable under cx_Oracle 5.x in any case, and cx_Oracle 6.x has removed the connection-level "twophase" flag upon which this feature relied. Change-Id: I2e8161cc2bc12f4845c9224cd483038112fe9734 Fixes: #3997 (cherry picked from commit 1b98ce355a60b7ad9898aeb412c21591bb438231) 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-23 19:42:56
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1b98ce355a60/ Changeset: 1b98ce355a60 Branch: None User: zzzeek Date: 2017-05-23 19:42:06+00:00 Summary: Remove twophase for cx_Oracle 6.x Support for two-phase transactions has been removed entirely for cx_Oracle when version 6.0b1 or later of the DBAPI is in use. The two- phase feature historically has never been usable under cx_Oracle 5.x in any case, and cx_Oracle 6.x has removed the connection-level "twophase" flag upon which this feature relied. Change-Id: I2e8161cc2bc12f4845c9224cd483038112fe9734 Fixes: #3997 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fd7239af69a5/ Changeset: fd7239af69a5 Branch: master User: zzzeek Date: 2017-05-23 19:42:27+00:00 Summary: Merge "Remove twophase for cx_Oracle 6.x" 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-23 19:40:45
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f46551de450a/ Changeset: f46551de450a Branch: master User: zzzeek Date: 2017-05-23 19:14:04+00:00 Summary: Add AttributeEvents.modified Added new event handler :meth:`.AttributeEvents.modified` which is triggered when the func:`.attributes.flag_modified` function is invoked, which is common when using the :mod:`sqlalchemy.ext.mutable` extension module. Change-Id: Ic152f1d5c53087d780b24ed7f1f1571527b9e8fc Fixes: #3303 Affected #: 7 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2017-05-23 16:26:07
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a98794276154/ Changeset: a98794276154 Branch: master User: zzzeek Date: 2017-05-23 16:24:26+00:00 Summary: - add option to disable py.test warnings plugin; lift cap on py.test. references: https://github.com/pytest-dev/pytest/issues/2430 Change-Id: Ieb8a6258ba1d15efa570d9cda2b51cf021499a23 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/40b74df1b0f3/ Changeset: 40b74df1b0f3 Branch: rel_1_1 User: zzzeek Date: 2017-05-23 16:25:29+00:00 Summary: - add option to disable py.test warnings plugin; lift cap on py.test. references: https://github.com/pytest-dev/pytest/issues/2430 Change-Id: Ieb8a6258ba1d15efa570d9cda2b51cf021499a23 (cherry picked from commit a987942761542666be89f40a9ac4a35e001b8265) 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-05-23 16:09:23
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1c692f019b16/ Changeset: 1c692f019b16 Branch: None User: zzzeek Date: 2017-05-23 15:13:18+00:00 Summary: Add clause adaptation for AliasedClass to with_parent() Fixed bug where :meth:`.Query.with_parent` would not work if the :class:`.Query` were against an :func:`.aliased` construct rather than a regular mapped class. Also adds a new parameter :paramref:`.util.with_parent.from_entity` to the standalone :func:`.util.with_parent` function as well as :meth:`.Query.with_parent`. Change-Id: Ic684dd63cc90b582c7580c9bba3c92fa3f286da7 Fixes: #3607 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1d0067a873a8/ Changeset: 1d0067a873a8 Branch: master User: zzzeek Date: 2017-05-23 16:08:51+00:00 Summary: Merge "Add clause adaptation for AliasedClass to with_parent()" 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...> - 2017-05-23 15:37:07
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7fc7492d86f6/ Changeset: 7fc7492d86f6 Branch: master User: zzzeek Date: 2017-05-23 15:35:12+00:00 Summary: - add session.close() w/ rationale to top-level "using transactions" section. References #3974 Change-Id: Idb650cbe9825cfae893ee917132b5b9d693f0c6c Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f830fff2583b/ Changeset: f830fff2583b Branch: rel_1_1 User: zzzeek Date: 2017-05-23 15:36:32+00:00 Summary: - add session.close() w/ rationale to top-level "using transactions" section. References #3974 Change-Id: Idb650cbe9825cfae893ee917132b5b9d693f0c6c (cherry picked from commit 7fc7492d86f6e5ca105743a184cd07190e9f9b28) 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-23 15:13:24
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/eed7888f85a4/ Changeset: eed7888f85a4 Branch: master User: zzzeek Date: 2017-05-23 15:12:22+00:00 Summary: - pin py.test at 3.0.7 due to https://github.com/pytest-dev/pytest/issues/2430 Change-Id: I587282da141aa6ea92f944eeb4c9e5782d0b5f29 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fe2812329998/ Changeset: fe2812329998 Branch: rel_1_1 User: zzzeek Date: 2017-05-23 15:12:41+00:00 Summary: - pin py.test at 3.0.7 due to https://github.com/pytest-dev/pytest/issues/2430 Change-Id: I587282da141aa6ea92f944eeb4c9e5782d0b5f29 (cherry picked from commit eed7888f85a4255390e2522dbd428cbfe7a08bab) 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-22 22:44:19
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/878b4bfca2f1/ Changeset: 878b4bfca2f1 Branch: rel_1_1 User: zzzeek Date: 2017-05-22 22:43:05+00:00 Summary: - remove .gitattributes and merge=union as this isn't really working anyway. need to try something else. Change-Id: I7a1a298023e151f04502c268734961b86ed2519b 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-22 22:43:13
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/024e8b107e6a/ Changeset: 024e8b107e6a Branch: master User: zzzeek Date: 2017-05-22 22:42:17+00:00 Summary: - remove .gitattributes and merge=union as this isn't really working anyway. need to try something else. Change-Id: Iabcefa4b66d242acb74a8135c2f5a6a4345441a7 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-22 22:11:06
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9461fd877190/ Changeset: 9461fd877190 Branch: rel_1_1 User: kataev Date: 2017-05-22 22:01:04+00:00 Summary: Repair formatting throughout documentation 1. Section decorators to [one style](http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#sections): without inset at both side and with same length as text. 2. Fix broken [reference](http://docs.sqlalchemy.org/en/latest/core/type_basics.html#generic-types). 3. Convert tabs to space in some small files. 4. Some python code snippets have python+sql syntax hint. Change-Id: I39a7a41ef0b0591c6bf1e610748e2b5c19fc5379 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/361 (cherry picked from commit 42b6ef8ccd691f6ace30ae16ed70f92e748f763f) Affected #: 86 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-22 22:10:10
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/42b6ef8ccd69/ Changeset: 42b6ef8ccd69 Branch: master User: kataev Date: 2017-05-22 21:53:09+00:00 Summary: Repair formatting throughout documentation 1. Section decorators to [one style](http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#sections): without inset at both side and with same length as text. 2. Fix broken [reference](http://docs.sqlalchemy.org/en/latest/core/type_basics.html#generic-types). 3. Convert tabs to space in some small files. 4. Some python code snippets have python+sql syntax hint. Change-Id: I39a7a41ef0b0591c6bf1e610748e2b5c19fc5379 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/361 Affected #: 88 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-22 21:30:28
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/990d4c799f2a/ Changeset: 990d4c799f2a Branch: master User: _diana_ Date: 2017-05-22 20:25:54+00:00 Summary: detect and raise for version_id is NULL The versioning feature does not support NULL for the version counter. An exception is now raised if the version id is programmatic and was set to NULL for an UPDATE. Pull request courtesy Diana Clarke. Fixes: #3673 Change-Id: I8b0da56234a7c7f5e7fde35536e09a6216a5e48a 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-22 20:26:15
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0a67c1305266/ Changeset: 0a67c1305266 Branch: None User: zzzeek Date: 2017-05-22 18:47:26+00:00 Summary: Detect no params w/ manual version_id counter and set to itself Fixed bug where programmatic version_id counter in conjunction with joined table inheritance would fail if the version_id counter were not actually incremented and no other values on the base table were modified, as the UPDATE would have an empty SET clause. Since programmatic version_id where version counter is not incremented is a documented use case, this specific condition is now detected and the UPDATE now sets the version_id value to itself, so that concurrency checks still take place. Change-Id: I80e385bffeed4851cc20131cbe983c173a46f655 Fixes: #3996 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/92f789eba4a4/ Changeset: 92f789eba4a4 Branch: master User: zzzeek Date: 2017-05-22 20:25:20+00:00 Summary: Merge "Detect no params w/ manual version_id counter and set to itself" 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-22 19:52:34
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9f0fb6c60182/ Changeset: 9f0fb6c60182 Branch: master User: zzzeek Date: 2017-05-22 19:51:07+00:00 Summary: Allow metadata.reflect() to recover from unreflectable tables Added support for views that are unreflectable due to stale table definitions, when calling :meth:`.MetaData.reflect`; a warning is emitted for the table that cannot respond to ``DESCRIBE`` but the operation succeeds. The MySQL dialect now raises UnreflectableTableError which is in turn caught by MetaData.reflect(). Reflecting the view standalone raises this error directly. Change-Id: Id8005219d8e073c154cc84a873df911b4a6cf4d6 Fixes: #3871 Affected #: 7 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2017-05-22 18:34:06
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8cce3beef729/ Changeset: 8cce3beef729 Branch: rel_1_1 User: zzzeek Date: 2017-05-22 18:32:44+00:00 Summary: - add a note to versioning that version id col cannot be null, is not supported. Change-Id: I3724fea3f2d508210e35827eb1ea17f5e334da19 Fixes: #3673 (cherry picked from commit fcaf17766fdd22e67407e432f7666d63439d7a39) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/da1bc9878b71/ Changeset: da1bc9878b71 Branch: master User: zzzeek Date: 2017-05-22 18:33:30+00:00 Summary: - add a note to versioning that version id col cannot be null, is not supported. Change-Id: I3724fea3f2d508210e35827eb1ea17f5e334da19 Fixes: #3673 (cherry picked from commit fcaf17766fdd22e67407e432f7666d63439d7a39) (cherry picked from commit 8cce3beef729e51eaed2d01a6ba0b0677abc7b36) 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-22 18:17:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1a08c41048ef/ Changeset: 1a08c41048ef Branch: master User: zzzeek Date: 2017-05-22 17:00:38+00:00 Summary: Remove "scope" keyword from scoped_session.__call__() Removed a very old keyword argument from :class:`.scoped_session` called ``scope``. This keyword was never documented and was an early attempt at allowing for variable scopes. Change-Id: I9a26498a1a66d1eafb0723e98b527688a60f9d9b Fixes: #3796 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...> - 2017-05-22 16:29:55
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2574ca4b215c/ Changeset: 2574ca4b215c Branch: master User: zzzeek Date: 2017-05-22 14:58:08+00:00 Summary: Prevent SQL server isolation level from failing Fixed bug where SQL Server transaction isolation must be fetched from a different view when using Azure data warehouse, the query is now attempted against both views and then a NotImplemented is raised unconditionally if failure continues to provide the best resiliency against future arbitrary API changes in new SQL Server versions. Change-Id: I621b5089febe8ace136428fa133fde1a7e21cda4 Fixes: #3994 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-05-22 16:29:51
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d869a4d3c39e/ Changeset: d869a4d3c39e Branch: rel_1_1 User: zzzeek Date: 2017-05-22 14:59:01+00:00 Summary: Prevent SQL server isolation level from failing Fixed bug where SQL Server transaction isolation must be fetched from a different view when using Azure data warehouse, the query is now attempted against both views and then a NotImplemented is raised unconditionally if failure continues to provide the best resiliency against future arbitrary API changes in new SQL Server versions. Change-Id: I621b5089febe8ace136428fa133fde1a7e21cda4 Fixes: #3994 (cherry picked from commit 2574ca4b215cb06720d3ff4352d87ce87ebdd160) 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-05-21 19:25:53
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ccbd68bb3ce0/ Changeset: ccbd68bb3ce0 Branch: master User: zzzeek Date: 2017-05-21 19:24:49+00:00 Summary: - add 1.1.11 placeholder Change-Id: Ia45668f2882ac0e59ade390262b09cbb62ecac0b Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/666cf5dd1242/ Changeset: 666cf5dd1242 Branch: None User: zzzeek Date: 2017-05-21 19:25:01+00:00 Summary: - add 1.1.11 placeholder Change-Id: Ia45668f2882ac0e59ade390262b09cbb62ecac0b (cherry picked from commit ccbd68bb3ce09a013c998e4dcc26c0df7b03f205) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4c895147d3fd/ Changeset: 4c895147d3fd Branch: rel_1_1 User: zzzeek Date: 2017-05-21 19:25:09+00:00 Summary: - 1.1.11 version placeholder Change-Id: I3a5850a704a2a4e69a9894544fcc4ffa60b1017f 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. |