sqlalchemy-commits Mailing List for SQLAlchemy (Page 9)
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-03-18 18:43:34
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8ab8b6c78c55/ Changeset: 8ab8b6c78c55 Branch: None User: pawl Date: 2017-03-18 18:41:50+00:00 Summary: fix pep8 errors in adjacency_list example (cherry picked from commit ff230f1862892eb2b479ed85e6858a82159b435f) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2a0ab7c8da9c/ Changeset: 2a0ab7c8da9c Branch: rel_1_1 User: pawl Date: 2017-03-18 18:42:00+00:00 Summary: fix pep8 errors in association example (cherry picked from commit 6aad7fb4217ef294f68f693be5b3137c28184949) Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a67f5f974d1f/ Changeset: a67f5f974d1f Branch: None User: pawl Date: 2017-03-18 18:42:09+00:00 Summary: fix pep8 errors in adjacency_list example (cherry picked from commit ff230f1862892eb2b479ed85e6858a82159b435f) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/64232c7f642c/ Changeset: 64232c7f642c Branch: rel_1_0 User: pawl Date: 2017-03-18 18:42:15+00:00 Summary: fix pep8 errors in association example (cherry picked from commit 6aad7fb4217ef294f68f693be5b3137c28184949) Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8dad0f93e8a7/ Changeset: 8dad0f93e8a7 Branch: None User: pawl Date: 2017-03-18 18:42:43+00:00 Summary: fix pep8 errors in adjacency_list example (cherry picked from commit ff230f1862892eb2b479ed85e6858a82159b435f) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a40467152cbb/ Changeset: a40467152cbb Branch: master User: pawl Date: 2017-03-18 18:42:48+00:00 Summary: fix pep8 errors in association example (cherry picked from commit 6aad7fb4217ef294f68f693be5b3137c28184949) 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-03-17 19:42:02
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8f7cf2990f90/ Changeset: 8f7cf2990f90 Branch: master User: kataev Date: 2017-03-17 18:19:21+00:00 Summary: New features from python 2.7 After bump minimum supported version to 2.7 (1da9d3752160430c91534a8868ceb8c5ad1451d4), we can use new syntax. Change-Id: Ib064c75a00562e641d132f9c57e5e69744200e05 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/347 Affected #: 23 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-17 18:17:14
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fadb8d61babb/ Changeset: fadb8d61babb Branch: None User: RazerM Date: 2017-03-17 18:02:15+00:00 Summary: Implement comments for tables, columns Added support for SQL comments on :class:`.Table` and :class:`.Column` objects, via the new :paramref:`.Table.comment` and :paramref:`.Column.comment` arguments. The comments are included as part of DDL on table creation, either inline or via an appropriate ALTER statement, and are also reflected back within table reflection, as well as via the :class:`.Inspector`. Supported backends currently include MySQL, Postgresql, and Oracle. Co-authored-by: Mike Bayer <mi...@zz...> Fixes: #1546 Change-Id: Ib90683850805a2b4ee198e420dc294f32f15d35d Affected #: 19 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d96fc5d02a92/ Changeset: d96fc5d02a92 Branch: master User: zzzeek Date: 2017-03-17 18:16:27+00:00 Summary: Merge "Implement comments for tables, columns" Affected #: 19 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-16 21:23:54
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9974e9a46bdf/ Changeset: 9974e9a46bdf Branch: master User: zzzeek Date: 2017-03-16 21:16:49+00:00 Summary: Add bulk_replace event, integrate with @validates Added new attribute event :meth:`.AttributeEvents.bulk_replace`. This event is triggered when a collection is assigned to a relationship, before the incoming collection is compared with the existing one. This early event allows for conversion of incoming non-ORM objects as well. The event is integrated with the ``@validates`` decorator. The ``@validates`` decorator now allows the decorated method to receive objects from a "bulk collection set" operation that have not yet been compared to the existing collection. This allows incoming values to be converted to compatible ORM objects as is already allowed from an "append" event. Note that this means that the ``@validates`` method is called for **all** values during a collection assignment, rather than just the ones that are new. Change-Id: I27f59db008d9e521d31a3e30143d7cd997e4b7b3 Fixes: #3896 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-03-16 16:58:58
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/63a7b2d2d940/ Changeset: 63a7b2d2d940 Branch: master User: zzzeek Date: 2017-03-16 16:34:40+00:00 Summary: Annotate parentmapper in primaryjoin / secondaryjoin This patch applies the "parentmapper" annotation to the columns in the primaryjoin/secondaryjoin, but more dramatically, also removes all the "deannotate" steps that were historically applied to the relationship primaryjoin/secondaryjoin. These deannotation steps were left over from the initial implementations of annotations where the behaviors were not as reliable. By ensuring these annotations are present, the evaluator no longer needs to do a name-based lookup when it sees a column that has no "parentmapper", because it can be assured this is not a mapped column. This fixes the issue where the expression were based on a relationship primaryjoin but the name of a column in the join condition didn't match the attribute name. Change-Id: I8c1d4594116d4109fef314a87c96a24d2efa0058 Fixes: #3366 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-03-16 00:03:57
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2bfe19152d49/ Changeset: 2bfe19152d49 Branch: master User: zzzeek Date: 2017-03-15 21:22:59+00:00 Summary: Don't mutate old collection on bulk replace For a bulk replace, assume the old collection is no longer useful to the attribute system and only send the removal events, not actually mutated the collection. this changes behavior significantly and also means that dispose_collection now receives the old collection intact. Change-Id: Ic2685c85438191f07797d9ef97833a2cfdc4fcc2 Fixes: #3913 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-03-15 21:12:39
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b6a6ffa4c0e0/ Changeset: b6a6ffa4c0e0 Branch: None User: zzzeek Date: 2017-03-14 23:41:21+00:00 Summary: Consult _select_from_entity in _adjust_for_single_inheritance Fixed bug in single-table inheritance where the select_from() argument would not be taken into account when limiting rows to a subclass. Previously, only expressions in the columns requested would be taken into account. Change-Id: Id353c45eade52b264d8f6685a58ba53975669eea Fixes: #3891 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b5b6e9574854/ Changeset: b5b6e9574854 Branch: master User: zzzeek Date: 2017-03-15 21:12:03+00:00 Summary: Merge "Consult _select_from_entity in _adjust_for_single_inheritance" 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-03-15 15:20:54
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7b056709c0f8/ Changeset: 7b056709c0f8 Branch: master User: zzzeek Date: 2017-03-15 14:40:30+00:00 Summary: Consult compiled paramstyle on execute_compiled Fixed bug where in the unusual case of passing a :class:`.Compiled` object directly to :meth:`.Connection.execute`, the dialect with which the :class:`.Compiled` object were generated was not consulted for the paramstyle of the string statement, instead assuming it would match the dialect-level paramstyle, causing mismatches to occur. Change-Id: I114e4db2183fbb75bb7c0b0641f5a161855696ee Fixes: #3938 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-14 23:40:05
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f3b6f4f8da52/ Changeset: f3b6f4f8da52 Branch: None User: zzzeek Date: 2017-03-14 21:01:07+00:00 Summary: Add "empty in" strategies; default to "static" The longstanding behavior of the :meth:`.Operators.in_` and :meth:`.Operators.not_in_` operators emitting a warning when the right-hand condition is an empty sequence has been revised; a new flag :paramref:`.create_engine.empty_in_strategy` allows an empty "IN" expression to generate a simple boolean expression, or to invoke the previous behavior of dis-equating the expression to itself, with or without a warning. The default behavior is now to emit the simple boolean expression, allowing an empty IN to be evaulated without any performance penalty. Change-Id: I65cc37f2d7cf65a59bf217136c42fee446929352 Fixes: #3907 Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0a35ccc6bd1a/ Changeset: 0a35ccc6bd1a Branch: master User: zzzeek Date: 2017-03-14 23:39:37+00:00 Summary: Merge "Add "empty in" strategies; default to "static"" Affected #: 11 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-14 23:38:35
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/86cf3eb71c3c/ Changeset: 86cf3eb71c3c Branch: None User: zzzeek Date: 2017-03-14 20:58:17+00:00 Summary: Improve serializer behavior Fix an issue where the Annotated system needs to have a __reduce__ method, also see why we can't default to HIGHEST_PROTOCOL. This latter part might not be a good idea until 1.2 for compatibility reasons. Change-Id: I0239e38259fc768c9e3b6c448c29161e271a969c Fixes: #3918 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/18b2dea9a48a/ Changeset: 18b2dea9a48a Branch: master User: zzzeek Date: 2017-03-14 23:38:06+00:00 Summary: Merge "Improve serializer behavior" 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-03-14 21:14:49
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b705e1908223/ Changeset: b705e1908223 Branch: master User: zzzeek Date: 2017-03-14 21:14:02+00:00 Summary: - add missing hyperlink for change 3934 Change-Id: I4f6f1d24588f5f8aa8cf8f7f67627a08552d4c93 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-03-14 20:55:58
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4ece86eb4127/ Changeset: 4ece86eb4127 Branch: master User: zzzeek Date: 2017-03-14 19:40:31+00:00 Summary: Emit after_rollback() event before snapshot removal The state of the :class:`.Session` is now present when the :meth:`.SessionEvents.after_rollback` event is emitted, that is, the attribute state of objects prior to their being expired. This is now consistent with the behavior of the :meth:`.SessionEvents.after_commit` event which also emits before the attribute state of objects is expired. Change-Id: I9c572656ec5a9bfaeab817e9c95107c75aca1b51 Fixes: #3934 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-03-14 18:23:47
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/596e322543df/ Changeset: 596e322543df Branch: master User: zzzeek Date: 2017-03-14 17:38:12+00:00 Summary: Enable sane_multi_rowcount for cx_Oracle Also add some tests to test_rowcount. Change-Id: Idaa18fdc4fcfeb615725531c37de77decf76a783 Fixes: #3932 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-03-14 13:51:28
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2895c57b29c5/ Changeset: 2895c57b29c5 Branch: master User: _diana_ Date: 2017-03-14 13:49:52+00:00 Summary: add autoescape option to startswith, endswith, and contains Fixes: #2694 Change-Id: I34c0bdcb01c2b76b9ab6cd315dae13e3dd8a502b Pull-request: https://github.com/zzzeek/sqlalchemy/pull/207 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-03-14 13:15:38
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7b07ea67dc4a/ Changeset: 7b07ea67dc4a Branch: master User: zzzeek Date: 2017-03-14 13:14:37+00:00 Summary: - add ad_hoc_engines to remove RealReconnectTest from oracle Change-Id: Ie40aeba87dcfe9e8216abb8be050e7c2cc5b5ec9 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-03-14 00:03:58
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6b0e12fd6f50/ Changeset: 6b0e12fd6f50 Branch: master User: zzzeek Date: 2017-03-13 23:31:30+00:00 Summary: Normalize Oracle reflected FK constraint name Oracle reflection now "normalizes" the name given to a foreign key constraint, that is, returns it as all lower case for a case insensitive name. This was already the behavior for indexes and primary key constraints as well as all table and column names. This will allow Alembic autogenerate scripts to compare and render foreign key constraint names correctly when initially specified as case insensitive. Change-Id: Ibb34ec6ce7cb244d1c4ae9d44ce2d37d37227e69 Fixes: #3276 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-03-13 22:10:36
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4a886e519ff2/ Changeset: 4a886e519ff2 Branch: master User: zzzeek Date: 2017-03-13 22:08:43+00:00 Summary: - re-set no ad-hoc-engines for oracle, previously low-connections disabled this Change-Id: I3ceceaea7a3969248121ff4dc97c11296831fc99 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f89319d49af8/ Changeset: f89319d49af8 Branch: rel_1_1 User: zzzeek Date: 2017-03-13 22:09:08+00:00 Summary: - re-set no ad-hoc-engines for oracle, previously low-connections disabled this Change-Id: I3ceceaea7a3969248121ff4dc97c11296831fc99 (cherry picked from commit 4a886e519ff227039a9d603aa4727c6f828f93ff) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/03e88c85a961/ Changeset: 03e88c85a961 Branch: rel_1_0 User: zzzeek Date: 2017-03-13 22:09:23+00:00 Summary: - re-set no ad-hoc-engines for oracle, previously low-connections disabled this Change-Id: I3ceceaea7a3969248121ff4dc97c11296831fc99 (cherry picked from commit 4a886e519ff227039a9d603aa4727c6f828f93ff) 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-03-13 20:16:27
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0612829fb045/ Changeset: 0612829fb045 Branch: master User: zzzeek Date: 2017-03-13 18:44:50+00:00 Summary: Add tests for empty association set comparison This seems to only occur in python 2.6, adding tests to ensure it stays Change-Id: Id714680970bf1f70e2fe06b0c8688b7c5a6b6b0c Fixes: #3265 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-03-13 20:01:56
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d2787feb2286/ Changeset: d2787feb2286 Branch: rel_1_0 User: zzzeek Date: 2017-03-13 18:36:45+00:00 Summary: Repair _execute_scalar for WITH_UNICODE mode cx_Oracle 5.3 seems to code this flag ON now, so remove the warning and ensure WITH_UNICODE handling works. Additionally, the XE setup on jenkins is having more problems here, in particular low-connections mode is causing cx_Oracle to fail more frequently now. Turning off low-connections fixes those but then we get the TNS errors, so adding an emergency "retry" flag that is not yet a feature available to users. Real world applications are not dropping/creating thousands of tables the way our test suite is. Change-Id: Ie95b0e697276c404d3264c2e624e870463d966d6 Fixes: #3937 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-03-13 18:58:05
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/957089f79e4b/ Changeset: 957089f79e4b Branch: rel_1_1 User: zzzeek Date: 2017-03-13 18:34:43+00:00 Summary: Repair _execute_scalar for WITH_UNICODE mode cx_Oracle 5.3 seems to code this flag ON now, so remove the warning and ensure WITH_UNICODE handling works. Additionally, the XE setup on jenkins is having more problems here, in particular low-connections mode is causing cx_Oracle to fail more frequently now. Turning off low-connections fixes those but then we get the TNS errors, so adding an emergency "retry" flag that is not yet a feature available to users. Real world applications are not dropping/creating thousands of tables the way our test suite is. Change-Id: Ie95b0e697276c404d3264c2e624e870463d966d6 Fixes: #3937 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-03-13 18:38:47
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fb33f9c54be8/ Changeset: fb33f9c54be8 Branch: master User: zzzeek Date: 2017-03-13 18:16:42+00:00 Summary: Repair _execute_scalar for WITH_UNICODE mode cx_Oracle 5.3 seems to code this flag ON now, so remove the warning and ensure WITH_UNICODE handling works. Additionally, the XE setup on jenkins is having more problems here, in particular low-connections mode is causing cx_Oracle to fail more frequently now. Turning off low-connections fixes those but then we get the TNS errors, so adding an emergency "retry" flag that is not yet a feature available to users. Real world applications are not dropping/creating thousands of tables the way our test suite is. Change-Id: Ie95b0e697276c404d3264c2e624e870463d966d6 Fixes: #3937 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-03-13 16:34:41
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1a555a550869/ Changeset: 1a555a550869 Branch: rel_1_0 User: zzzeek Date: 2017-03-13 16:34:05+00:00 Summary: - 1.0.18 setup Change-Id: Ief1c6285871544a4d699345040ee57276dbcf49b 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-13 16:33:02
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7402f97d2b7a/ Changeset: 7402f97d2b7a Branch: rel_1_1 User: zzzeek Date: 2017-03-13 16:31:44+00:00 Summary: - set correct gitreview branch Change-Id: I5e158062946fdc96340d27078a2866d99208f5a0 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-03-10 19:29:58
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1da9d3752160/ Changeset: 1da9d3752160 Branch: master User: zzzeek Date: 2017-03-10 19:28:49+00:00 Summary: - bump minimum python version to 2.7 - add placeholder 1.2 release documentation, update intro numbers Change-Id: I9f9969cbb9e95c2f750a5c16798e92c35a5ef6cf 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...> - 2017-03-10 19:10:00
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e82df50d9853/ Changeset: e82df50d9853 Branch: master User: zzzeek Date: 2017-03-10 19:08:31+00:00 Summary: - begin the 1.2 branch in master, diverge from 1.1 Change-Id: I446f7528046873bf2d547daec043737b1bffe5f4 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. |