sqlalchemy-commits Mailing List for SQLAlchemy (Page 54)
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...> - 2014-10-12 00:12:44
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ce52dd9e3b71/ Changeset: ce52dd9e3b71 Branch: None User: ndparker Date: 2014-09-23 21:28:11+00:00 Summary: improve exception vs. exit handling Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/690532131d8c/ Changeset: 690532131d8c Branch: None User: ndparker Date: 2014-10-02 20:00:31+00:00 Summary: cleanup exception handling - use new exception hierarchy (since python 2.5) Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f7b119705aef/ Changeset: f7b119705aef Branch: None User: zzzeek Date: 2014-10-12 00:08:27+00:00 Summary: Merge remote-tracking branch 'origin/pr/140' into pr140 Affected #: 13 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-11 23:02:55
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/216b88894d95/ Changeset: 216b88894d95 Branch: None User: zzzeek Date: 2014-10-11 23:02:32+00:00 Summary: add more order by here Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-11 22:36:21
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cc29c4afff20/ Changeset: cc29c4afff20 Branch: None User: zzzeek Date: 2014-10-11 22:25:21+00:00 Summary: - Fixed long-standing bug in Oracle dialect where bound parameter names that started with numbers would not be quoted, as Oracle doesn't like numerics in bound parameter names. fixes #2138 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d2997166ee07/ Changeset: d2997166ee07 Branch: None User: zzzeek Date: 2014-10-11 22:25:54+00:00 Summary: - Fixed long-standing bug in Oracle dialect where bound parameter names that started with numbers would not be quoted, as Oracle doesn't like numerics in bound parameter names. fixes #2138 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/83e465633793/ Changeset: 83e465633793 Branch: None User: zzzeek Date: 2014-10-11 22:35:12+00:00 Summary: - embedding an existing predicate into a new one only seems to be used by test_oracle->test_coerce_to_unicode(). The predicate here should treat as a lambda based on enabled_for_config. not sure why this test is not failing on jenkins Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/19b375579e65/ Changeset: 19b375579e65 Branch: rel_0_9 User: zzzeek Date: 2014-10-11 22:36:04+00:00 Summary: - embedding an existing predicate into a new one only seems to be used by test_oracle->test_coerce_to_unicode(). The predicate here should treat as a lambda based on enabled_for_config. not sure why this test is not failing on jenkins Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-11 22:10:27
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3e810771a8ac/ Changeset: 3e810771a8ac Branch: None User: zzzeek Date: 2014-10-11 21:33:44+00:00 Summary: - change this literal so that the bound name doesn't have a numeric name, this is sort of a bug for oracle Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-10 21:36:27
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/95be42c06ff4/ Changeset: 95be42c06ff4 Branch: None User: zzzeek Date: 2014-10-10 21:15:19+00:00 Summary: - :meth:`.Insert.from_select` now includes Python and SQL-expression defaults if otherwise unspecified; the limitation where non- server column defaults aren't included in an INSERT FROM SELECT is now lifted and these expressions are rendered as constants into the SELECT statement. 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...> - 2014-10-10 21:18:07
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d1475d02c74d/ Changeset: d1475d02c74d Branch: rel_0_9 User: zzzeek Date: 2014-10-10 21:17:34+00:00 Summary: - fix the marker here so this page can be found - clarify the note about the defaults, note that it's upcoming in 1.0 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-10 19:31:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3a6cdff88429/ Changeset: 3a6cdff88429 Branch: None User: zzzeek Date: 2014-10-10 19:31:07+00:00 Summary: - apply patches to correct for + sign in with_hint() docs, fixes #3036 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/702166dc1abf/ Changeset: 702166dc1abf Branch: rel_0_9 User: zzzeek Date: 2014-10-10 19:31:32+00:00 Summary: - apply patches to correct for + sign in with_hint() docs, fixes #3036 Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-10 00:54:47
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/be8d361be286/ Changeset: be8d361be286 Branch: None User: zzzeek Date: 2014-10-10 00:54:19+00:00 Summary: - add a migration note for ref #3222 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-10 00:41:38
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/dd6389f17173/ Changeset: dd6389f17173 Branch: None User: zzzeek Date: 2014-10-10 00:40:35+00:00 Summary: - The ON clause rendered when using :meth:`.Query.join`, :meth:`.Query.outerjoin`, or the standalone :func:`.orm.join` / :func:`.orm.outerjoin` functions to a single-inheritance subclass will now include the "single table criteria" in the ON clause even if the ON clause is otherwise hand-rolled; it is now added to the criteria using AND, the same way as if joining to a single-table target using relationship or similar. fixes #3222 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-09 21:21:39
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/df63aa87480e/ Changeset: df63aa87480e Branch: rel_0_9 User: zzzeek Date: 2014-10-09 21:20:54+00:00 Summary: - Fixed bug where a fair number of SQL elements within the sql package would fail to ``__repr__()`` successfully, due to a missing ``description`` attribute that would then invoke a recursion overflow when an internal AttributeError would then re-invoke ``__repr__()``. fixes #3195 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-09 21:21:35
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/81d1e0455a40/ Changeset: 81d1e0455a40 Branch: master User: zzzeek Date: 2014-10-09 21:20:30+00:00 Summary: - Fixed bug where a fair number of SQL elements within the sql package would fail to ``__repr__()`` successfully, due to a missing ``description`` attribute that would then invoke a recursion overflow when an internal AttributeError would then re-invoke ``__repr__()``. fixes #3195 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-07 18:07:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c55d10940b19/ Changeset: c55d10940b19 Branch: None User: zzzeek Date: 2014-10-07 18:06:46+00:00 Summary: - clean up unicode docs and clarify that client_encoding at the engine level is not the same thing as at the connect args level. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4f16700596cf/ Changeset: 4f16700596cf Branch: rel_0_9 User: zzzeek Date: 2014-10-07 18:07:27+00:00 Summary: - clean up unicode docs and clarify that client_encoding at the engine level is not the same thing as at the connect args level. Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-07 16:45:41
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2885f78e4e20/ Changeset: 2885f78e4e20 Branch: None User: zzzeek Date: 2014-10-07 16:43:27+00:00 Summary: - adjustment for ref #3200 as we need an immutabledict() here so that union() can be called, in the case of a dialect that uses execution options inside of initialize() (e.g. oursql) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ce3f986a0e49/ Changeset: ce3f986a0e49 Branch: rel_0_9 User: zzzeek Date: 2014-10-07 16:45:24+00:00 Summary: - adjustment for ref #3200 as we need an immutabledict() here so that union() can be called, in the case of a dialect that uses execution options inside of initialize() (e.g. oursql) Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-06 22:34:39
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5a10b6a455f9/ Changeset: 5a10b6a455f9 Branch: None User: zzzeek Date: 2014-10-06 22:33:05+00:00 Summary: - Fixed "'NoneType' object has no attribute 'concrete'" error when using :class:`.AbstractConcreteBase` in conjunction with a subclass that declares ``__abstract__``. fixes #3185 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/24cd39de0fc1/ Changeset: 24cd39de0fc1 Branch: rel_0_9 User: zzzeek Date: 2014-10-06 22:34:16+00:00 Summary: - Fixed "'NoneType' object has no attribute 'concrete'" error when using :class:`.AbstractConcreteBase` in conjunction with a subclass that declares ``__abstract__``. fixes #3185 Conflicts: test/ext/declarative/test_inheritance.py Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-06 22:24:46
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/119674dd250d/ Changeset: 119674dd250d Branch: None User: zzzeek Date: 2014-10-06 22:23:42+00:00 Summary: - The execution options passed to an :class:`.Engine` either via :paramref:`.create_engine.execution_options` or :meth:`.Engine.update_execution_options` are not passed to the special :class:`.Connection` used to initialize the dialect within the "first connect" event; dialects will usually perform their own queries in this phase, and none of the current available options should be applied here. In particular, the "autocommit" option was causing an attempt to autocommit within this initial connect which would fail with an AttributeError due to the non-standard state of the :class:`.Connection`. fixes #3200 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/96e17a14c5f2/ Changeset: 96e17a14c5f2 Branch: rel_0_9 User: zzzeek Date: 2014-10-06 22:24:11+00:00 Summary: - The execution options passed to an :class:`.Engine` either via :paramref:`.create_engine.execution_options` or :meth:`.Engine.update_execution_options` are not passed to the special :class:`.Connection` used to initialize the dialect within the "first connect" event; dialects will usually perform their own queries in this phase, and none of the current available options should be applied here. In particular, the "autocommit" option was causing an attempt to autocommit within this initial connect which would fail with an AttributeError due to the non-standard state of the :class:`.Connection`. fixes #3200 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-04 23:11:01
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7fa21b22989f/ Changeset: 7fa21b22989f Branch: None User: jerdfelt Date: 2014-09-17 20:19:50+00:00 Summary: Reflect unique constraints when reflecting a Table object Calls to reflect a table did not create any UniqueConstraint objects. The reflection core made no calls to get_unique_constraints and as a result, the sqlite dialect would never reflect any unique constraints. MySQL transparently converts unique constraints into unique indexes, but SQLAlchemy would reflect those as an Index object and as a UniqueConstraint. The reflection core will now deduplicate the unique constraints. PostgreSQL would reflect unique constraints as an Index object and as a UniqueConstraint object. The reflection core will now deduplicate the unique indexes. Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f7dee1380c40/ Changeset: f7dee1380c40 Branch: None User: zzzeek Date: 2014-10-04 21:47:53+00:00 Summary: Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/sqlalchemy into pr30 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b510b990947c/ Changeset: b510b990947c Branch: None User: zzzeek Date: 2014-10-04 23:06:35+00:00 Summary: - use provide_metadata for new unique constraint / index tests - add a test for PG reflection of unique index without any unique constraint - for PG, don't include 'duplicates_constraint' in the entry if the index does not actually mirror a constraint - use a distinct method for unique constraint reflection within table - catch unique constraint not implemented condition; this may be within some dialects and also is expected to be supported by Alembic tests - migration + changelogs for #3184 - add individual doc notes as well to MySQL, Postgreql fixes #3184 Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c4dee4cbb7aa/ Changeset: c4dee4cbb7aa Branch: None User: zzzeek Date: 2014-10-04 23:10:23+00:00 Summary: - move some things that are features to the features Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-04 16:19:21
|
9 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a23264e1dc43/ Changeset: a23264e1dc43 Branch: None User: Ilja Everilä Date: 2014-09-10 08:33:49+00:00 Summary: tests for <aggregate_fun> FILTER (WHERE ...) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ad82849bbe4e/ Changeset: ad82849bbe4e Branch: None User: Ilja Everilä Date: 2014-09-10 08:34:33+00:00 Summary: implementation for <aggregate_fun> FILTER (WHERE ...) Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a3cd517c95e5/ Changeset: a3cd517c95e5 Branch: None User: Ilja Everilä Date: 2014-09-10 09:07:38+00:00 Summary: add ClauseTest for aggregatefilter Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ab1c25266dd4/ Changeset: ab1c25266dd4 Branch: None User: Ilja Everilä Date: 2014-09-11 12:29:33+00:00 Summary: renamed aggregatefilter to funcfilter, since it is that Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/52a095ba6675/ Changeset: 52a095ba6675 Branch: None User: Ilja Everilä Date: 2014-09-11 12:39:56+00:00 Summary: allow windowing filtered functions Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/89fc7d65b9ac/ Changeset: 89fc7d65b9ac Branch: None User: Ilja Everilä Date: 2014-09-11 12:47:24+00:00 Summary: documentation indentation fix Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/76c06aa65345/ Changeset: 76c06aa65345 Branch: None User: Ilja Everilä Date: 2014-09-11 12:49:51+00:00 Summary: method documentation typo fix Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/be2541736d88/ Changeset: be2541736d88 Branch: None User: zzzeek Date: 2014-10-04 15:51:52+00:00 Summary: Merge remote-tracking branch 'origin/pr/134' into pr134 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/49e750a1d788/ Changeset: 49e750a1d788 Branch: None User: zzzeek Date: 2014-10-04 16:18:20+00:00 Summary: - changelog, migration for pr github:134 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...> - 2014-09-29 22:10:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4da020dae324/ Changeset: 4da020dae324 Branch: None User: zzzeek Date: 2014-09-29 22:09:25+00:00 Summary: - rework tests for attached databases into individual tests, test both memory and file-based - When selecting from a UNION using an attached database file, the pysqlite driver reports column names in cursor.description as 'dbname.tablename.colname', instead of 'tablename.colname' as it normally does for a UNION (note that it's supposed to just be 'colname' for both, but we work around it). The column translation logic here has been adjusted to retrieve the rightmost token, rather than the second token, so it works in both cases. Workaround courtesy Tony Roberts. fixes #3211 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/49f4d98c04f2/ Changeset: 49f4d98c04f2 Branch: rel_0_9 User: zzzeek Date: 2014-09-29 22:10:32+00:00 Summary: - rework tests for attached databases into individual tests, test both memory and file-based - When selecting from a UNION using an attached database file, the pysqlite driver reports column names in cursor.description as 'dbname.tablename.colname', instead of 'tablename.colname' as it normally does for a UNION (note that it's supposed to just be 'colname' for both, but we work around it). The column translation logic here has been adjusted to retrieve the rightmost token, rather than the second token, so it works in both cases. Workaround courtesy Tony Roberts. fixes #3211 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-09-29 21:34:30
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b6496ba3d28d/ Changeset: b6496ba3d28d Branch: None User: zzzeek Date: 2014-09-29 21:33:53+00:00 Summary: - A revisit to this issue first patched in 0.9.5, apparently psycopg2's ``.closed`` accessor is not as reliable as we assumed, so we have added an explicit check for the exception messages "SSL SYSCALL error: Bad file descriptor" and "SSL SYSCALL error: EOF detected" when detecting an is-disconnect scenario. We will continue to consult psycopg2's connection.closed as a first check. fixes #3021 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2f4db5307ce0/ Changeset: 2f4db5307ce0 Branch: rel_0_9 User: zzzeek Date: 2014-09-29 21:34:15+00:00 Summary: - A revisit to this issue first patched in 0.9.5, apparently psycopg2's ``.closed`` accessor is not as reliable as we assumed, so we have added an explicit check for the exception messages "SSL SYSCALL error: Bad file descriptor" and "SSL SYSCALL error: EOF detected" when detecting an is-disconnect scenario. We will continue to consult psycopg2's connection.closed as a first check. fixes #3021 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-09-27 22:19:40
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b275ac099fa2/ Changeset: b275ac099fa2 Branch: None User: zzzeek Date: 2014-09-27 22:14:59+00:00 Summary: - cyclomatic complexity; break up reflecttable(), goes from E to B Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7dfd46ec442f/ Changeset: 7dfd46ec442f Branch: None User: zzzeek Date: 2014-09-27 22:15:21+00:00 Summary: - cyclomatic complexity: instrument_class goes from E to an A Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7473ab42c4ad/ Changeset: 7473ab42c4ad Branch: None User: zzzeek Date: 2014-09-27 22:15:21+00:00 Summary: - cyclomatic complexity: _join_condition goes from E to a B Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3cc0cf0148ab/ Changeset: 3cc0cf0148ab Branch: None User: zzzeek Date: 2014-09-27 22:15:21+00:00 Summary: - cyclomatic complexity: _get_colparams() becomes sql.crud._get_crud_params, CC goes from F to D Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9a10b8a7f55d/ Changeset: 9a10b8a7f55d Branch: None User: zzzeek Date: 2014-09-27 22:15:21+00:00 Summary: - cyclomatic complexity; break up visit_select, goes from F to D Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-09-27 01:43:18
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/573877b4bc4f/ Changeset: 573877b4bc4f Branch: None User: zzzeek Date: 2014-09-27 01:41:15+00:00 Summary: - repair autorollback for branches Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-09-26 20:26:03
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d6aea828c45d/ Changeset: d6aea828c45d Branch: rel_0_9 User: zzzeek Date: 2014-09-26 18:36:55+00:00 Summary: - flake8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fbddf193a684/ Changeset: fbddf193a684 Branch: None User: zzzeek Date: 2014-09-26 18:55:36+00:00 Summary: - Fixed bug where a "branched" connection, that is the kind you get when you call :meth:`.Connection.connect`, would not share invalidation status with the parent. The architecture of branching has been tweaked a bit so that the branched connection defers to the parent for all invalidation status and operations. fixes #3215 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b89523f0b75e/ Changeset: b89523f0b75e Branch: None User: zzzeek Date: 2014-09-26 20:25:26+00:00 Summary: - Fixed bug where a "branched" connection, that is the kind you get when you call :meth:`.Connection.connect`, would not share transaction status with the parent. The architecture of branching has been tweaked a bit so that the branched connection defers to the parent for all transactional status and operations. fixes #3190 Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-09-26 16:51:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b1a956d4210c/ Changeset: b1a956d4210c Branch: None User: zzzeek Date: 2014-09-26 16:50:18+00:00 Summary: - add explicit warning re: polymorphic_on, cascading is not supported at this time. ref #3214 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9967c8a9104e/ Changeset: 9967c8a9104e Branch: rel_0_9 User: zzzeek Date: 2014-09-26 16:51:04+00:00 Summary: - add explicit warning re: polymorphic_on, cascading is not supported at this time. ref #3214 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-09-26 15:00:03
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cb0c1eda24e1/ Changeset: cb0c1eda24e1 Branch: None User: zzzeek Date: 2014-09-26 14:59:39+00:00 Summary: comments Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-09-26 01:16:50
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c3a93b1319fa/ Changeset: c3a93b1319fa Branch: None User: zzzeek Date: 2014-09-26 01:04:08+00:00 Summary: - changelog + migration, fixes #2670, fixes #3150, fixes #3149 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5e7cb037e85a/ Changeset: 5e7cb037e85a Branch: None User: zzzeek Date: 2014-09-26 01:07:15+00:00 Summary: - convert to spaces Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/840a817252d2/ Changeset: 840a817252d2 Branch: ticket_3150 User: zzzeek Date: 2014-09-26 01:07:31+00:00 Summary: Merge branch 'master' into ticket_3150 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7f82c55fa764/ Changeset: 7f82c55fa764 Branch: None User: zzzeek Date: 2014-09-26 01:08:17+00:00 Summary: - refactor of declarative, break up into indiviudal methods that are now affixed to _MapperConfig - declarative now creates column copies ahead of time so that they are ready to go for a declared_attr - overhaul of declared_attr; memoization, cascading modifier - A relationship set up with :class:`.declared_attr` on a :class:`.AbstractConcreteBase` base class will now be configured on the abstract base mapping automatically, in addition to being set up on descendant concrete classes as usual. fixes #2670 - The :class:`.declared_attr` construct has newly improved behaviors and features in conjunction with declarative. The decorated function will now have access to the final column copies present on the local mixin when invoked, and will also be invoked exactly once for each mapped class, the returned result being memoized. A new modifier :attr:`.declared_attr.cascading` is added as well. fixes #3150 - the original plan for #3150 has been scaled back; by copying mixin columns up front and memoizing, we don't actually need the "map properties later" thing. - full docs + migration notes Affected #: 12 files https://bitbucket.org/zzzeek/sqlalchemy/commits/19ec6c33681e/ Changeset: 19ec6c33681e Branch: None User: zzzeek Date: 2014-09-26 01:16:13+00:00 Summary: - "column already assigned" message has been updated in 7f82c55f Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |