sqlalchemy-commits Mailing List for SQLAlchemy (Page 34)
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...> - 2015-09-28 21:49:39
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8174e7236be3/ Changeset: 8174e7236be3 Branch: None User: Brian Van Klaveren Date: 2015-09-09 21:03:14+00:00 Summary: Support get_schema_names for SQLite Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4d53b3124726/ Changeset: 4d53b3124726 Branch: None User: Brian Van Klaveren Date: 2015-09-09 21:23:27+00:00 Summary: Support get_schema_names for SQLite Should return "main" and the names of attached databases. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e4d445c6f56b/ Changeset: e4d445c6f56b Branch: None User: zzzeek Date: 2015-09-28 19:40:39+00:00 Summary: Merge remote-tracking branch 'origin/pr/198' into pr198 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5bb2536cc57c/ Changeset: 5bb2536cc57c Branch: None User: zzzeek Date: 2015-09-28 21:48:55+00:00 Summary: - limit the search for schemas to not include "temp", which is sort of an implicit schema - repair the CREATE INDEX ddl for schemas - update provisioning to include support for setting up ATTACH DATABASE up front for the test_schema; enable "schemas" testing for SQLite - changelog / migration notes for new SQLite schema support - include the "schema" as the "remote_schema" when we reflect SQLite FKs 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...> - 2015-09-27 16:16:22
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a8e1d33ae514/ Changeset: a8e1d33ae514 Branch: None User: zzzeek Date: 2015-09-27 16:09:24+00:00 Summary: - break out critical aspects of test_query into their own tests finally, test_resultset and test_insert_exec. Update all idioms within these. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/28b2a0c986ba/ Changeset: 28b2a0c986ba Branch: None User: zzzeek Date: 2015-09-27 16:10:27+00:00 Summary: - break out critical aspects of test_query into their own tests finally, test_resultset and test_insert_exec. Update all idioms within these. (cherry picked from commit a8e1d33ae514a045d71d0a26d0c1325eecd4ca99) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1704eacf24f8/ Changeset: 1704eacf24f8 Branch: None User: zzzeek Date: 2015-09-27 16:13:06+00:00 Summary: - fix bool test Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3dcbee5f51ec/ Changeset: 3dcbee5f51ec Branch: rel_1_0 User: zzzeek Date: 2015-09-27 16:13:48+00:00 Summary: - fix bool test (cherry picked from commit 1704eacf24f803283033c172cb74b0fb4e9e36d8) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/028f953c61f8/ Changeset: 028f953c61f8 Branch: ticket_3216 User: zzzeek Date: 2015-09-27 16:15:26+00:00 Summary: Merge branch 'master' into ticket_3216 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...> - 2015-09-24 19:46:59
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d4c212b02f85/ Changeset: d4c212b02f85 Branch: ticket_3216 User: zzzeek Date: 2015-09-24 19:46:32+00:00 Summary: Merge branch 'master' into ticket_3216 Affected #: 83 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...> - 2015-09-24 19:32:51
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/91255618ddb4/ Changeset: 91255618ddb4 Branch: None User: Eric Siegerman Date: 2015-09-24 19:25:15+00:00 Summary: Fix sqlalchemy.ext.baked.Result.one_or_none() exception message Also add a couple of missing tests. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bdac0369b2d0/ Changeset: bdac0369b2d0 Branch: rel_1_0 User: Eric Siegerman Date: 2015-09-24 19:32:31+00:00 Summary: Fix sqlalchemy.ext.baked.Result.one_or_none() exception message Also add a couple of missing tests. (cherry picked from commit 91255618ddb47553774c620a23479adf88c27b74) 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...> - 2015-09-24 17:53:48
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a9b5fb3f4978/ Changeset: a9b5fb3f4978 Branch: None User: Eric Siegerman Date: 2015-09-24 17:22:45+00:00 Summary: Add Query.one_or_none() Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5b71858533ea/ Changeset: 5b71858533ea Branch: None User: zzzeek Date: 2015-09-24 17:52:25+00:00 Summary: - replicate Query.one_or_none to BakedQuery - changelog / version note finishing Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3183a0fecef4/ Changeset: 3183a0fecef4 Branch: None User: Eric Siegerman Date: 2015-09-24 17:53:20+00:00 Summary: Add Query.one_or_none() (cherry picked from commit a9b5fb3f497837c0a4f1122c49c5dd54c87474a0) Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8c824ddb0084/ Changeset: 8c824ddb0084 Branch: rel_1_0 User: zzzeek Date: 2015-09-24 17:53:26+00:00 Summary: - replicate Query.one_or_none to BakedQuery - changelog / version note finishing (cherry picked from commit 5b71858533ea153dec119b3592631fdb1500a15f) 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...> - 2015-09-23 21:05:45
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ea084bdc656a/ Changeset: ea084bdc656a Branch: None User: Eric Siegerman Date: 2015-09-23 19:35:35+00:00 Summary: A few minor rewordings Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/81eefe038ea4/ Changeset: 81eefe038ea4 Branch: None User: Eric Siegerman Date: 2015-09-23 19:37:23+00:00 Summary: Add some markup Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5db5e18d3bab/ Changeset: 5db5e18d3bab Branch: None User: Eric Siegerman Date: 2015-09-23 20:52:22+00:00 Summary: Add a lot more detail Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c3312d4609e2/ Changeset: c3312d4609e2 Branch: rel_1_0 User: zzzeek Date: 2015-09-23 21:03:53+00:00 Summary: Merge remote-tracking branch 'origin/pr/199' into rel_1_0 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1195155937e4/ Changeset: 1195155937e4 Branch: None User: Eric Siegerman Date: 2015-09-23 21:05:06+00:00 Summary: A few minor rewordings (cherry picked from commit ea084bdc656a6a64db1ee582630d415bc8154505) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f29be1e6f7f9/ Changeset: f29be1e6f7f9 Branch: None User: Eric Siegerman Date: 2015-09-23 21:05:14+00:00 Summary: Add some markup (cherry picked from commit 81eefe038ea44a5314002483dde9cf00580df1bd) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0854f82993c9/ Changeset: 0854f82993c9 Branch: None User: Eric Siegerman Date: 2015-09-23 21:05:20+00:00 Summary: Add a lot more detail (cherry picked from commit 5db5e18d3babdb3ee857c075c774a585505b78ce) 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...> - 2015-09-23 20:41:03
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/47fcb1d0b6ad/ Changeset: 47fcb1d0b6ad Branch: None User: zzzeek Date: 2015-09-23 20:40:16+00:00 Summary: - Fixed rare TypeError which could occur when stringifying certain kinds of internal column loader options within internal logging. fixes #3539 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/560d20f00388/ Changeset: 560d20f00388 Branch: rel_1_0 User: zzzeek Date: 2015-09-23 20:40:42+00:00 Summary: - Fixed rare TypeError which could occur when stringifying certain kinds of internal column loader options within internal logging. fixes #3539 (cherry picked from commit 47fcb1d0b6ad6481e89d4b2e8c2cc29cf7c03d8b) 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...> - 2015-09-19 22:07:02
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3dfcb10befc7/ Changeset: 3dfcb10befc7 Branch: None User: zzzeek Date: 2015-09-19 22:06:23+00:00 Summary: - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5 as part of :ticket:`3424` to allow disabling of the MSSQL dialect's attempts to create aliases for schema-qualified tables, now defaults to False; the old behavior is now disabled unless explicitly turned on. fixes #3434 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...> - 2015-09-19 20:29:11
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/80aeba3d5e02/ Changeset: 80aeba3d5e02 Branch: None User: zzzeek Date: 2015-09-19 20:27:51+00:00 Summary: - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none` which indicates to the ORM that a positive set of None should be persisted as the value NULL, instead of omitting the column from the INSERT statement. This feature is used both as part of the implementation for :ticket:`3514` as well as a standalone feature available on any type. fixes #3250 - add new documentation section illustrating the "how to force null" use case of #3250 - alter our change from #3514 so that the class-level flag is now called "should_evaluate_none"; so that "evaluates_none" is now a generative method. 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...> - 2015-09-19 15:59:37
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/371f1a82c598/ Changeset: 371f1a82c598 Branch: None User: zzzeek Date: 2015-09-19 15:58:50+00:00 Summary: - The use of a :class:`.postgresql.ARRAY` object that refers to a :class:`.types.Enum` or :class:`.postgresql.ENUM` subtype will now emit the expected "CREATE TYPE" and "DROP TYPE" DDL when the type is used within a "CREATE TABLE" or "DROP TABLE". fixes #2729 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...> - 2015-09-17 14:19:44
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/53defccab708/ Changeset: 53defccab708 Branch: None User: zzzeek Date: 2015-09-17 14:18:57+00:00 Summary: - fixes for the ORM side test for #3531. 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...> - 2015-09-16 22:47:50
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/24a7241b5ef6/ Changeset: 24a7241b5ef6 Branch: None User: zzzeek Date: 2015-09-16 22:46:53+00:00 Summary: - The :func:`.type_coerce` construct is now a fully fledged Core expression element which is late-evaluated at compile time. Previously, the function was only a conversion function which would handle different expression inputs by returning either a :class:`.Label` of a column-oriented expression or a copy of a given :class:`.BindParameter` object, which in particular prevented the operation from being logically maintained when an ORM-level expression transformation would convert a column to a bound parameter (e.g. for lazy loading). fixes #3531 Affected #: 10 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...> - 2015-09-15 15:17:55
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7eb34baf9917/ Changeset: 7eb34baf9917 Branch: None User: zzzeek Date: 2015-09-15 15:17:13+00:00 Summary: - fix incorrect example in inheritance docs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ce9283d5ac4a/ Changeset: ce9283d5ac4a Branch: rel_1_0 User: zzzeek Date: 2015-09-15 15:17:29+00:00 Summary: - fix incorrect example in inheritance docs (cherry picked from commit 7eb34baf99179eec966ddd8b3607a6d8cfdfba21) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e88b2a5d302e/ Changeset: e88b2a5d302e Branch: rel_0_9 User: zzzeek Date: 2015-09-15 15:17:33+00:00 Summary: - fix incorrect example in inheritance docs (cherry picked from commit 7eb34baf99179eec966ddd8b3607a6d8cfdfba21) 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...> - 2015-09-14 15:03:47
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fe41e39b9b77/ Changeset: fe41e39b9b77 Branch: None User: zzzeek Date: 2015-09-14 15:02:43+00:00 Summary: - add new entry for sharing of Engine across process boundaries Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7369b51054ab/ Changeset: 7369b51054ab Branch: rel_1_0 User: zzzeek Date: 2015-09-14 15:03:02+00:00 Summary: - add new entry for sharing of Engine across process boundaries (cherry picked from commit fe41e39b9b776c18a03dde0540a45e1f0100d44b) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/718191e2ccec/ Changeset: 718191e2ccec Branch: rel_0_9 User: zzzeek Date: 2015-09-14 15:03:08+00:00 Summary: - add new entry for sharing of Engine across process boundaries (cherry picked from commit fe41e39b9b776c18a03dde0540a45e1f0100d44b) 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...> - 2015-09-10 17:28:38
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6fc7ef8269c6/ Changeset: 6fc7ef8269c6 Branch: ticket_2857 User: zzzeek Date: 2015-09-10 17:26:43+00:00 Summary: - attempt number 2. just add a "correlate_from()" helper. the more implicit magic we do here, the harder it will be to get the ORM to also work as expected and the more confusing it will be for everyone. I've considered making the true() in the join() implicit based on being passed a Lateral, this could be doable however again in the ORM this expectation would need to be coded all over the place. 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...> - 2015-09-10 16:37:58
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3fc19d53112d/ Changeset: 3fc19d53112d Branch: ticket_2857 User: zzzeek Date: 2015-09-10 16:37:38+00:00 Summary: - add tests 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...> - 2015-09-10 16:36:00
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/781c86bf308c/ Changeset: 781c86bf308c Branch: ticket_2857 User: zzzeek Date: 2015-09-10 16:34:06+00:00 Summary: - propose a new join_lateral() function that accomplishes the task of creating a correlated SELECT clause in a manner very similar to that of using a plain join() with an auto-generated ON clause. 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...> - 2015-09-10 14:29:44
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ad28e228e30b/ Changeset: ad28e228e30b Branch: None User: zzzeek Date: 2015-09-10 14:28:42+00:00 Summary: - call it deque, since you can really pop from either side Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/dafab9bb0cae/ Changeset: dafab9bb0cae Branch: rel_1_0 User: zzzeek Date: 2015-09-10 14:29:15+00:00 Summary: - call it deque, since you can really pop from either side Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6c5e781368c6/ Changeset: 6c5e781368c6 Branch: rel_0_9 User: zzzeek Date: 2015-09-10 14:29:19+00:00 Summary: - call it deque, since you can really pop from either side 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...> - 2015-09-10 14:02:12
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/03797b78475b/ Changeset: 03797b78475b Branch: None User: zzzeek Date: 2015-09-10 14:00:46+00:00 Summary: - add a new FAQ recipe for "walk all objects", replacing the need to use mapper.cascade_iterator() for this purpose as it was not really designed for that use case. Add docs to cascade_iterator() pointing to the recipe. fixes #3498 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/517eba3896cd/ Changeset: 517eba3896cd Branch: rel_1_0 User: zzzeek Date: 2015-09-10 14:01:40+00:00 Summary: - add a new FAQ recipe for "walk all objects", replacing the need to use mapper.cascade_iterator() for this purpose as it was not really designed for that use case. Add docs to cascade_iterator() pointing to the recipe. fixes #3498 (cherry picked from commit 03797b78475bec9fb9c15f8e926414f3720a273c) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/86900687f13c/ Changeset: 86900687f13c Branch: rel_0_9 User: zzzeek Date: 2015-09-10 14:01:45+00:00 Summary: - add a new FAQ recipe for "walk all objects", replacing the need to use mapper.cascade_iterator() for this purpose as it was not really designed for that use case. Add docs to cascade_iterator() pointing to the recipe. fixes #3498 (cherry picked from commit 03797b78475bec9fb9c15f8e926414f3720a273c) 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...> - 2015-09-10 13:38:06
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/db824b535359/ Changeset: db824b535359 Branch: None User: jasonamyers Date: 2015-09-10 13:23:54+00:00 Summary: Correcting the Hybrid Property Example Fixes #3528 Signed-off-by: Jason Myers <ja...@ja...> Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/89276b5cadaa/ Changeset: 89276b5cadaa Branch: rel_1_0 User: jasonamyers Date: 2015-09-10 13:36:37+00:00 Summary: Correcting the Hybrid Property Example Fixes #3528 Signed-off-by: Jason Myers <ja...@ja...> Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4c625bca36e0/ Changeset: 4c625bca36e0 Branch: rel_0_9 User: jasonamyers Date: 2015-09-10 13:37:29+00:00 Summary: Correcting the Hybrid Property Example Fixes #3528 Signed-off-by: Jason Myers <ja...@ja...> Conflicts: lib/sqlalchemy/ext/hybrid.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/31c0f3a474c4/ Changeset: 31c0f3a474c4 Branch: rel_0_8 User: jasonamyers Date: 2015-09-10 13:37:39+00:00 Summary: Correcting the Hybrid Property Example Fixes #3528 Signed-off-by: Jason Myers <ja...@ja...> Conflicts: lib/sqlalchemy/ext/hybrid.py 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...> - 2015-09-08 22:15:34
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/be548690c705/ Changeset: be548690c705 Branch: None User: zzzeek Date: 2015-09-08 22:15:12+00:00 Summary: - profile update 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...> - 2015-09-08 22:12:10
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0d5a2155f0e1/ Changeset: 0d5a2155f0e1 Branch: rel_1_0 User: bsmithgall Date: 2015-09-08 22:11:45+00:00 Summary: fix typo in session events docs (cherry picked from commit 2fb3bb31ef897ee48748908524288067c53df4e1) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0bf88b71bcef/ Changeset: 0bf88b71bcef Branch: rel_0_9 User: bsmithgall Date: 2015-09-08 22:11:51+00:00 Summary: fix typo in session events docs (cherry picked from commit 2fb3bb31ef897ee48748908524288067c53df4e1) 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...> - 2015-09-08 22:11:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2fb3bb31ef89/ Changeset: 2fb3bb31ef89 Branch: None User: bsmithgall Date: 2015-09-08 01:37:19+00:00 Summary: fix typo in session events docs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f5b13797a633/ Changeset: f5b13797a633 Branch: master User: zzzeek Date: 2015-09-08 22:10:51+00:00 Summary: Merged in bsmithgall/sqlalchemy/event-doc-link-fix (pull request #60) fix typo in session events docs 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...> - 2015-09-08 22:10:59
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3bd58fac7b60/ Changeset: 3bd58fac7b60 Branch: None User: davidjb Date: 2015-08-28 03:57:54+00:00 Summary: Minor grammar fix for capitalisation in session docs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/74781d853290/ Changeset: 74781d853290 Branch: None User: zzzeek Date: 2015-09-08 22:09:06+00:00 Summary: Merge pull request #197 from davidjb/master Minor grammar fix for capitalisation in session docs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/320b28e332b5/ Changeset: 320b28e332b5 Branch: rel_1_0 User: davidjb Date: 2015-09-08 22:10:01+00:00 Summary: Minor grammar fix for capitalisation in session docs (cherry picked from commit 3bd58fac7b607007cb42ab7e41d2e2d01fc390e2) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6515d8ffcf9e/ Changeset: 6515d8ffcf9e Branch: rel_0_9 User: davidjb Date: 2015-09-08 22:10:06+00:00 Summary: Minor grammar fix for capitalisation in session docs (cherry picked from commit 3bd58fac7b607007cb42ab7e41d2e2d01fc390e2) 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...> - 2015-09-08 18:13:20
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0997e843f2cd/ Changeset: 0997e843f2cd Branch: None User: zzzeek Date: 2015-09-08 18:12:32+00:00 Summary: - Internal calls to "bookkeeping" functions within :meth:`.Session.bulk_save_objects` and related bulk methods have been scaled back to the extent that this functionality is not currently used, e.g. checks for column default values to be fetched after an INSERT or UPDATE statement. fixes #3526 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. |