sqlalchemy-commits Mailing List for SQLAlchemy (Page 25)
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...> - 2016-02-17 18:32:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/591e0cf08a79/ Changeset: 591e0cf08a79 Branch: None User: zzzeek Date: 2016-02-17 18:31:29+00:00 Summary: - All string formatting of bound parameter sets and result rows for logging, exception, and ``repr()`` purposes now truncate very large scalar values within each collection, including an "N characters truncated" notation, similar to how the display for large multiple-parameter sets are themselves truncated. fixes #2837 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...> - 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-16 15:07:23
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e310a8e423d9/ Changeset: e310a8e423d9 Branch: None User: zzzeek Date: 2016-02-16 15:05:58+00:00 Summary: - use same colname as the alias we give to the PG function here, fixes #3652 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/aec9bb16e62f/ Changeset: aec9bb16e62f Branch: rel_1_0 User: zzzeek Date: 2016-02-16 15:06:44+00:00 Summary: - use same colname as the alias we give to the PG function here, fixes #3652 (cherry picked from commit e310a8e423d9a4eeb511b7b84dbeccc90c234a1f) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/397890293deb/ Changeset: 397890293deb Branch: rel_0_9 User: zzzeek Date: 2016-02-16 15:06:49+00:00 Summary: - use same colname as the alias we give to the PG function here, fixes #3652 (cherry picked from commit e310a8e423d9a4eeb511b7b84dbeccc90c234a1f) 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-15 19:51:22
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/256137b06536/ Changeset: 256137b06536 Branch: rel_1_0 User: zzzeek Date: 2016-02-15 18:43:48+00:00 Summary: - 1.0.12 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-02-12 03:34:23
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/366f97b5617a/ Changeset: 366f97b5617a Branch: None User: zzzeek Date: 2016-02-12 03:29:18+00:00 Summary: - Fixed bug in :meth:`.Session.merge` where an object with a composite primary key that has values for some but not all of the PK fields would emit a SELECT statement leaking the internal NEVER_SET symbol into the query, rather than detecting that this object does not have a searchable primary key and no SELECT should be emitted. fixes #3647 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a74b028f9f5b/ Changeset: a74b028f9f5b Branch: rel_1_0 User: zzzeek Date: 2016-02-12 03:31:44+00:00 Summary: - Fixed bug in :meth:`.Session.merge` where an object with a composite primary key that has values for some but not all of the PK fields would emit a SELECT statement leaking the internal NEVER_SET symbol into the query, rather than detecting that this object does not have a searchable primary key and no SELECT should be emitted. fixes #3647 (cherry picked from commit 366f97b5617af0d15cfaf594ec5ef0408c70e873) 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-11 17:27:53
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b653ee182248/ Changeset: b653ee182248 Branch: None User: zzzeek Date: 2016-02-11 16:57:56+00:00 Summary: - more tests Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3400ffe379df/ Changeset: 3400ffe379df Branch: ticket_2551 User: zzzeek Date: 2016-02-11 17:05:48+00:00 Summary: - changelog + migration notes Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e5f1a3fb7dc1/ Changeset: e5f1a3fb7dc1 Branch: None User: zzzeek Date: 2016-02-11 17:27:28+00:00 Summary: - CTE functionality has been expanded to support all DML, allowing INSERT, UPDATE, and DELETE statements to both specify their own WITH clause, as well as for these statements themselves to be CTE expressions when they include a RETURNING clause. fixes #2551 Affected #: 12 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-10 22:44:30
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f2e90fa205b2/ Changeset: f2e90fa205b2 Branch: ticket_2551 User: zzzeek Date: 2016-02-10 22:43:37+00:00 Summary: - remove .columns method on UpdateBase since a returning() construct isn't intended to be used in SELECT queries directly - implement a direct system within CTE to detect UpdateBase and extract columns from returning directly 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-10 22:25:13
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2d7938c3864a/ Changeset: 2d7938c3864a Branch: None User: zzzeek Date: 2016-02-10 19:06:41+00:00 Summary: - step 1 - add cte(), some docs, a test, get to the point where we see that the "self.isupdate" thing is conflicting Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/630d2a4e2847/ Changeset: 630d2a4e2847 Branch: None User: zzzeek Date: 2016-02-10 20:33:10+00:00 Summary: - move out isinsert/isupdate/isdelete state Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/759a34f11637/ Changeset: 759a34f11637 Branch: ticket_2551 User: zzzeek Date: 2016-02-10 22:24:28+00:00 Summary: - fix parenthesization - restore implicit returning to INSERT, UPDATE - tests from PG's docs 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...> - 2016-02-10 15:18:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/287aaa9d416b/ Changeset: 287aaa9d416b Branch: None User: zzzeek Date: 2016-02-10 15:17:45+00:00 Summary: - add more documentation to MutableDict explaining that this structure is only intended to track additions and removals from the dictionary, not recursive tracking of embedded changes. fixes #3646. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3215a2dac0e5/ Changeset: 3215a2dac0e5 Branch: rel_1_0 User: zzzeek Date: 2016-02-10 15:18:01+00:00 Summary: - add more documentation to MutableDict explaining that this structure is only intended to track additions and removals from the dictionary, not recursive tracking of embedded changes. fixes #3646. (cherry picked from commit 287aaa9d416b4f72179da320af0624b9ebc43846) 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-10 15:17:04
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/639b76778035/ Changeset: 639b76778035 Branch: rel_0_9 User: zzzeek Date: 2016-02-10 15:16:34+00:00 Summary: - add more documentation to MutableDict explaining that this structure is only intended to track additions and removals from the dictionary, not recursive tracking of embedded changes. fixes #3646. (cherry picked from commit 5497b1086f9fe44e0594079b036ea939fbc3c479) 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-10 02:09:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3f1f1895ac99/ Changeset: 3f1f1895ac99 Branch: None User: zzzeek Date: 2016-02-10 02:08:21+00:00 Summary: - don't drop the ts1/ts2 databases without seeing the primary DB, because we never log in on the ts1/ts2. races against other runs and erases their DBs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d802bcb8dfba/ Changeset: d802bcb8dfba Branch: rel_1_0 User: zzzeek Date: 2016-02-10 02:09:06+00:00 Summary: - don't drop the ts1/ts2 databases without seeing the primary DB, because we never log in on the ts1/ts2. races against other runs and erases their DBs (cherry picked from commit 3f1f1895ac99963da1a989c69c2dce59ae916ffc) 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-09 23:12:57
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9a156c586ddf/ Changeset: 9a156c586ddf Branch: rel_1_0 User: zzzeek Date: 2016-02-09 23:10:50+00:00 Summary: - repair the fix just cherry-picked for ref #3644 as compiler.py wasn't present in the commit for master, having been inadvertently committed on February 3. Source of this line is c1316a299257fae8264c8038d83e415f4605fde7. 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-09 23:06:35
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/29dcaa2b0ae2/ Changeset: 29dcaa2b0ae2 Branch: None User: zzzeek Date: 2016-02-09 23:05:40+00:00 Summary: - Fixed bug in :func:`.expression.text` construct where a double-colon expression would not escape properly, e.g. ``some\:\:expr``, as is most commonly required when rendering Postgresql-style CAST expressions. fixes #3644 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/498b0729b271/ Changeset: 498b0729b271 Branch: rel_1_0 User: zzzeek Date: 2016-02-09 23:06:15+00:00 Summary: - Fixed bug in :func:`.expression.text` construct where a double-colon expression would not escape properly, e.g. ``some\:\:expr``, as is most commonly required when rendering Postgresql-style CAST expressions. fixes #3644 (cherry picked from commit 29dcaa2b0ae2d26b36ec624be80f56e03ab9095e) 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-02-09 22:50:45
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ff3be95620b6/ Changeset: ff3be95620b6 Branch: None User: zzzeek Date: 2016-02-09 22:49:38+00:00 Summary: - A refinement to the logic which adds columns to the resulting SQL when :meth:`.Query.distinct` is combined with :meth:`.Query.order_by` such that columns which are already present will not be added a second time, even if they are labeled with a different name. Regardless of this change, the extra columns added to the SQL have never been returned in the final result, so this change only impacts the string form of the statement as well as its behavior when used in a Core execution context. Additionally, columns are no longer added when the DISTINCT ON format is used, provided the query is not wrapped inside a subquery due to joined eager loading. fixes #3641 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...> - 2016-02-09 19:03:19
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/70ca716877c5/ Changeset: 70ca716877c5 Branch: rel_1_0 User: zzzeek Date: 2016-02-09 19:02:47+00:00 Summary: - repair generic _post_configure_engine() from previous changeset 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-09 18:41:58
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/46f19a10c1e9/ Changeset: 46f19a10c1e9 Branch: rel_1_0 User: zzzeek Date: 2016-02-09 18:40:14+00:00 Summary: - backport changes to SQLite attached DB tests so that we dont get file conflicts, cherry-pick from 5bb2536cc57c55c7d8c5901b5b622d18a9a6c646 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-02-09 17:16:37
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3182bcfc2ddc/ Changeset: 3182bcfc2ddc Branch: None User: zzzeek Date: 2016-02-09 16:27:35+00:00 Summary: - restore GLOBAL keyword here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/de027d0fba16/ Changeset: de027d0fba16 Branch: None User: zzzeek Date: 2016-02-09 16:49:35+00:00 Summary: - Testing reveals that we have *no* weak references to any cx_Oracle connections at all, yet cx_Oracle still has open sessions that cannot be killed until process dies. Oracle wins! Add a completely separate DB reaper script that runs after py.test is done. (cherry picked from commit 11a8440bc43aa9f7eb6f2cb7b7f43e0cf6680f41) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2ce9175d28ce/ Changeset: 2ce9175d28ce Branch: rel_1_0 User: zzzeek Date: 2016-02-09 17:11:57+00:00 Summary: - backport new profile system from 1.1 so we can run new-style test envs on jenkins 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-09 16:00:55
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/469480b79f1c/ Changeset: 469480b79f1c Branch: rel_1_0 User: zzzeek Date: 2016-02-09 15:56:47+00:00 Summary: - add tox.ini from 1.1 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-09 15:17:38
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7d2bed69abb6/ Changeset: 7d2bed69abb6 Branch: master User: zzzeek Date: 2016-02-09 15:17:10+00:00 Summary: - switch to 2 workers 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...> - 2016-02-09 03:58:52
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/10610bd39e9b/ Changeset: 10610bd39e9b Branch: rel_1_0 User: zzzeek Date: 2016-02-09 03:58:37+00:00 Summary: - use config-based test schema (cherry picked from commit 00a05e357b5bcc37c66256bc08c1198541475739) 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-09 03:58:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/00a05e357b5b/ Changeset: 00a05e357b5b Branch: None User: zzzeek Date: 2016-02-09 03:56:02+00:00 Summary: - use config-based test schema Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/11a8440bc43a/ Changeset: 11a8440bc43a Branch: master User: zzzeek Date: 2016-02-09 03:57:02+00:00 Summary: - Testing reveals that we have *no* weak references to any cx_Oracle connections at all, yet cx_Oracle still has open sessions that cannot be killed until process dies. Oracle wins! Add a completely separate DB reaper script that runs after py.test is done. 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-09 00:50:19
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/40c836172c6c/ Changeset: 40c836172c6c Branch: master User: zzzeek Date: 2016-02-09 00:49:47+00:00 Summary: - attempt a different style of session kill 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-08 23:08:35
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7eff4e8f3e39/ Changeset: 7eff4e8f3e39 Branch: None User: zzzeek Date: 2016-02-08 23:05:51+00:00 Summary: - fully hyperlink the docstring for make_transient - establish make_transient and make_transient_to_detached as special-use, advanced use only functions - list all conditions under make_transient() under which an attribute will not be loaded and establish that make_transient() does not attempt to load all attributes before detaching the object from its session, fixes #3640 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d3eef9551030/ Changeset: d3eef9551030 Branch: rel_1_0 User: zzzeek Date: 2016-02-08 23:07:41+00:00 Summary: - fully hyperlink the docstring for make_transient - establish make_transient and make_transient_to_detached as special-use, advanced use only functions - list all conditions under make_transient() under which an attribute will not be loaded and establish that make_transient() does not attempt to load all attributes before detaching the object from its session, fixes #3640 (cherry picked from commit 7eff4e8f3e3999d9eb914647d8776e6e5b7ee88e) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/13473af1b78f/ Changeset: 13473af1b78f Branch: rel_0_9 User: zzzeek Date: 2016-02-08 23:07:45+00:00 Summary: - fully hyperlink the docstring for make_transient - establish make_transient and make_transient_to_detached as special-use, advanced use only functions - list all conditions under make_transient() under which an attribute will not be loaded and establish that make_transient() does not attempt to load all attributes before detaching the object from its session, fixes #3640 (cherry picked from commit 7eff4e8f3e3999d9eb914647d8776e6e5b7ee88e) 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 21:28:32
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0f6d1b7efbed/ Changeset: 0f6d1b7efbed Branch: None User: zzzeek Date: 2016-02-08 21:27:44+00:00 Summary: - py3k fix for enum feature Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7cb2a2d6c0cb/ Changeset: 7cb2a2d6c0cb Branch: master User: zzzeek Date: 2016-02-08 21:27:55+00:00 Summary: - additional fixes to get oracle + multiprocess to be reliable 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:24:05
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6831c67b8e8a/ Changeset: 6831c67b8e8a Branch: None User: zzzeek Date: 2016-02-08 19:20:12+00:00 Summary: - add missing __backend__ directives for SQL server Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d080bf38df7a/ Changeset: d080bf38df7a Branch: None User: zzzeek Date: 2016-02-08 19:21:35+00:00 Summary: - add multi-database provisioning for oracle (cherry picked from commit c01d11907cbc98ddefe323c6115bc954b908f101) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cc6b56ac23eb/ Changeset: cc6b56ac23eb Branch: None User: zzzeek Date: 2016-02-08 19:22:44+00:00 Summary: - more oracle fixes (cherry picked from commit 93c5328e66d8491e73027f6e789df2255c4fa767) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/98c2a13b0ec4/ Changeset: 98c2a13b0ec4 Branch: None User: zzzeek Date: 2016-02-08 19:23:02+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. (cherry picked from commit 7e619d0be41afc3b6cd5e5fceba9dbc5f39b012d) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/80f26716c131/ Changeset: 80f26716c131 Branch: None User: zzzeek Date: 2016-02-08 19:23:11+00:00 Summary: - adjust the MultiSchemaTest to handle multiple test_schemas / processes at the same time (cherry picked from commit 80853059a9f4bebfe41f9c340eddc2d6a86ef70f) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/08b002a2e1b1/ Changeset: 08b002a2e1b1 Branch: None User: zzzeek Date: 2016-02-08 19:23:22+00:00 Summary: - detect "Enterprise" and assume compression stuff isn't available if not (cherry picked from commit 308244a90b95d2b78ed8f76e3af0d0c3d2329720) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/632992dad3cd/ Changeset: 632992dad3cd Branch: rel_1_0 User: zzzeek Date: 2016-02-08 19:23:36+00:00 Summary: - add missing __backend__ directives so that oracle tests actually run with --backend-only (cherry picked from commit 860d07ff89a8fd8b6a4d3036837c0e129d6cc233) 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. |