sqlalchemy-commits Mailing List for SQLAlchemy (Page 35)
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-08 17:02:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/68a6701c6d72/ Changeset: 68a6701c6d72 Branch: None User: zzzeek Date: 2015-09-08 17:00:26+00:00 Summary: - Fixed bug in :meth:`.Session.bulk_save_objects` where a mapped column that had some kind of "fetch on update" value and was not locally present in the given object would cause an AttributeError within the operation. fixes #3525 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/55ec07c46c33/ Changeset: 55ec07c46c33 Branch: rel_1_0 User: zzzeek Date: 2015-09-08 17:01:08+00:00 Summary: - Fixed bug in :meth:`.Session.bulk_save_objects` where a mapped column that had some kind of "fetch on update" value and was not locally present in the given object would cause an AttributeError within the operation. fixes #3525 (cherry picked from commit 68a6701c6d72d6c6ef1ea2b7d615273659e8b735) 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-03 20:43:48
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/176ac6ab0915/ Changeset: 176ac6ab0915 Branch: None User: zzzeek Date: 2015-09-03 20:42:43+00:00 Summary: - update moved link, fixes #3351 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6eb8901f6259/ Changeset: 6eb8901f6259 Branch: rel_1_0 User: zzzeek Date: 2015-09-03 20:43:22+00:00 Summary: - update moved link, fixes #3351 (cherry picked from commit 176ac6ab0915f99d378c7d9be67e9c0a73ab1800) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f47fcc83c88d/ Changeset: f47fcc83c88d Branch: rel_0_9 User: zzzeek Date: 2015-09-03 20:43:26+00:00 Summary: - update moved link, fixes #3351 (cherry picked from commit 176ac6ab0915f99d378c7d9be67e9c0a73ab1800) 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-03 18:40:03
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/67a42103d964/ Changeset: 67a42103d964 Branch: None User: zzzeek Date: 2015-09-03 18:39:32+00:00 Summary: - rewrite some profiles that went *down*! woop 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-03 15:12:01
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7699bd733bc1/ Changeset: 7699bd733bc1 Branch: None User: zzzeek Date: 2015-09-03 15:11:25+00:00 Summary: - reduce some callcounts within the new events 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-02 22:25:44
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/108c60f460c7/ Changeset: 108c60f460c7 Branch: None User: zzzeek Date: 2015-09-02 21:55:15+00:00 Summary: - The :class:`.SessionEvents` suite now includes events to allow unambiguous tracking of all object lifecycle state transitions in terms of the :class:`.Session` itself, e.g. pending, transient, persistent, detached. The state of the object within each event is also defined. fixes #2677 - Added a new session lifecycle state :term:`deleted`. This new state represents an object that has been deleted from the :term:`persistent` state and will move to the :term:`detached` state once the transaction is committed. This resolves the long-standing issue that objects which were deleted existed in a gray area between persistent and detached. The :attr:`.InstanceState.persistent` accessor will **no longer** report on a deleted object as persistent; the :attr:`.InstanceState.deleted` accessor will instead be True for these objects, until they become detached. - The :paramref:`.Session.weak_identity_map` parameter is deprecated. See the new recipe at :ref:`session_referencing_behavior` for an event-based approach to maintaining strong identity map behavior. references #3517 Affected #: 17 files https://bitbucket.org/zzzeek/sqlalchemy/commits/606135dd989f/ Changeset: 606135dd989f Branch: None User: zzzeek Date: 2015-09-02 21:55:26+00:00 Summary: Merge branch 'ticket_2677' Affected #: 22 files https://bitbucket.org/zzzeek/sqlalchemy/commits/518438bc4c35/ Changeset: 518438bc4c35 Branch: rel_1_0 User: zzzeek Date: 2015-09-02 21:55:48+00:00 Summary: - add new documentation that applies to all modern SQLA versions, detailing ORM event recipes across the board. (cherry picked from commit 8be93c23ee566de7cefd7d1b8ef044324132a70f) Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d3c6f88824f0/ Changeset: d3c6f88824f0 Branch: rel_0_9 User: zzzeek Date: 2015-09-02 21:56:28+00:00 Summary: - add new documentation that applies to all modern SQLA versions, detailing ORM event recipes across the board. (cherry picked from commit 8be93c23ee566de7cefd7d1b8ef044324132a70f) Conflicts: doc/build/orm/events.rst 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...> - 2015-09-02 22:05:50
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cecc70a309d4/ Changeset: cecc70a309d4 Branch: ticket_2677 User: zzzeek Date: 2015-09-02 21:01:48+00:00 Summary: - implement session lifecycle events Affected #: 15 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-02 21:23:08
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8be93c23ee56/ Changeset: 8be93c23ee56 Branch: None User: zzzeek Date: 2015-09-02 15:58:59+00:00 Summary: - add new documentation that applies to all modern SQLA versions, detailing ORM event recipes across the board. Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e7579a89c792/ Changeset: e7579a89c792 Branch: None User: zzzeek Date: 2015-09-02 18:51:39+00:00 Summary: - implement session lifecycle events Affected #: 15 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-01 22:35:29
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/52996c610db8/ Changeset: 52996c610db8 Branch: None User: zzzeek Date: 2015-09-01 22:28:07+00:00 Summary: - add new documentation that applies to all modern SQLA versions, detailing ORM event recipes across the board. Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4895fad11898/ Changeset: 4895fad11898 Branch: ticket_2677 User: zzzeek Date: 2015-09-01 22:35:00+00:00 Summary: - implement session lifecycle events Affected #: 14 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-01 21:54:48
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/df62d020d36b/ Changeset: df62d020d36b Branch: ticket_2677 User: zzzeek Date: 2015-09-01 21:54:31+00:00 Summary: - implement session lifecycle events 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...> - 2015-09-01 21:53:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/627931b09ae4/ Changeset: 627931b09ae4 Branch: None User: zzzeek Date: 2015-09-01 20:04:43+00:00 Summary: - add new documentation that applies to all modern SQLA versions, detailing ORM event recipes across the board. Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4ae09ba907fe/ Changeset: 4ae09ba907fe Branch: ticket_2677 User: zzzeek Date: 2015-09-01 21:53:18+00:00 Summary: - implement session lifecycle events 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...> - 2015-09-01 18:54:44
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/dca6e7f1ef4a/ Changeset: dca6e7f1ef4a Branch: None User: zzzeek Date: 2015-09-01 17:26:20+00:00 Summary: - experiment with not having the identity map check run twice Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5df2f0346c49/ Changeset: 5df2f0346c49 Branch: ticket_2677 User: zzzeek Date: 2015-09-01 18:54:20+00:00 Summary: - get all events to actually work 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-01 17:34:37
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8d93e4367958/ Changeset: 8d93e4367958 Branch: ticket_2587 User: zzzeek Date: 2015-09-01 16:28:45+00:00 Summary: - implement LATERAL, needs tests, references #2857 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-08-31 17:13:53
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6d0c0994e9a0/ Changeset: 6d0c0994e9a0 Branch: None User: zzzeek Date: 2015-08-31 17:13:04+00:00 Summary: - add a note about DISTINCT in query w/ ORDER BY, references #3518 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2d48b9de5ad5/ Changeset: 2d48b9de5ad5 Branch: rel_1_0 User: zzzeek Date: 2015-08-31 17:13:27+00:00 Summary: - add a note about DISTINCT in query w/ ORDER BY, references #3518 (cherry picked from commit 6d0c0994e9a08cf5d149af0314970d5f6e25b159) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5c8d1f33cd10/ Changeset: 5c8d1f33cd10 Branch: rel_0_9 User: zzzeek Date: 2015-08-31 17:13:31+00:00 Summary: - add a note about DISTINCT in query w/ ORDER BY, references #3518 (cherry picked from commit 6d0c0994e9a08cf5d149af0314970d5f6e25b159) 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-08-31 15:30:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c39ff9978dbb/ Changeset: c39ff9978dbb Branch: None User: zzzeek Date: 2015-08-31 15:30:03+00:00 Summary: - Fixed regression in 1.0-released default-processor for multi-VALUES insert statement, :ticket:`3288`, where the column type for the default-holding column would not be propagated to the compiled statement in the case where the default was being used, leading to bind-level type handlers not being invoked. fixes #3520 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/161209c70add/ Changeset: 161209c70add Branch: rel_1_0 User: zzzeek Date: 2015-08-31 15:30:21+00:00 Summary: - Fixed regression in 1.0-released default-processor for multi-VALUES insert statement, :ticket:`3288`, where the column type for the default-holding column would not be propagated to the compiled statement in the case where the default was being used, leading to bind-level type handlers not being invoked. fixes #3520 (cherry picked from commit c39ff9978dbb77cbea4f1ee08234887d8aa1b165) 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-08-28 22:19:24
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4cfd05210c87/ Changeset: 4cfd05210c87 Branch: None User: zzzeek Date: 2015-08-28 20:25:35+00:00 Summary: - add new documentation that applies to all modern SQLA versions, detailing ORM event recipes across the board. Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/44d5d4e201a7/ Changeset: 44d5d4e201a7 Branch: None User: zzzeek Date: 2015-08-28 21:43:46+00:00 Summary: - wip, add event signatures and test stubs Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d79102715d42/ Changeset: d79102715d42 Branch: ticket_2677 User: zzzeek Date: 2015-08-28 22:18:54+00:00 Summary: - wip 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-08-28 03:40:43
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/956907a4b15f/ Changeset: 956907a4b15f Branch: None User: zzzeek Date: 2015-08-28 03:38:14+00:00 Summary: - use consistent and descriptive language in all cases where we refer to the "weak_identity_map" option, and add additional exposition in the session documentation which refers to it. fixes #3517 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fa1211eec934/ Changeset: fa1211eec934 Branch: rel_1_0 User: zzzeek Date: 2015-08-28 03:39:04+00:00 Summary: - use consistent and descriptive language in all cases where we refer to the "weak_identity_map" option, and add additional exposition in the session documentation which refers to it. fixes #3517 (cherry picked from commit 956907a4b15f6dcc492582a7ad03706ff62d96fb) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6192af397f0f/ Changeset: 6192af397f0f Branch: rel_0_9 User: zzzeek Date: 2015-08-28 03:40:13+00:00 Summary: - use consistent and descriptive language in all cases where we refer to the "weak_identity_map" option, and add additional exposition in the session documentation which refers to it. fixes #3517 (cherry picked from commit 956907a4b15f6dcc492582a7ad03706ff62d96fb) Conflicts: lib/sqlalchemy/orm/identity.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...> - 2015-08-27 22:05:17
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ed535649d423/ Changeset: ed535649d423 Branch: None User: zzzeek Date: 2015-08-27 22:04:25+00:00 Summary: - The :class:`.TypeDecorator` type extender will now work in conjunction with a :class:`.SchemaType` implementation, typically :class:`.Enum` or :class:`.Boolean` with regards to ensuring that the per-table events are propagated from the implementation type to the outer type. These events are used to ensure that the constraints or Postgresql types (e.g. ENUM) are correctly created (and possibly dropped) along with the parent table. fixes #2919 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...> - 2015-08-27 19:57:42
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d459afa8dbf7/ Changeset: d459afa8dbf7 Branch: None User: zzzeek Date: 2015-08-27 19:56:00+00:00 Summary: - reword and update documentation on passive_updates=False; as virtually all DBs now support ON UPDATE CASCADE other than Oracle, there's no need to try to reimplement more functionality here and users should be encouraged to forego natural PKs unless their target platform supports them. references #2666 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7de0e558e154/ Changeset: 7de0e558e154 Branch: rel_1_0 User: zzzeek Date: 2015-08-27 19:57:16+00:00 Summary: - reword and update documentation on passive_updates=False; as virtually all DBs now support ON UPDATE CASCADE other than Oracle, there's no need to try to reimplement more functionality here and users should be encouraged to forego natural PKs unless their target platform supports them. references #2666 (cherry picked from commit d459afa8dbf73b8d9d620d09dede97e3461b6b3f) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/794181697aef/ Changeset: 794181697aef Branch: rel_0_9 User: zzzeek Date: 2015-08-27 19:57:21+00:00 Summary: - reword and update documentation on passive_updates=False; as virtually all DBs now support ON UPDATE CASCADE other than Oracle, there's no need to try to reimplement more functionality here and users should be encouraged to forego natural PKs unless their target platform supports them. references #2666 (cherry picked from commit d459afa8dbf73b8d9d620d09dede97e3461b6b3f) 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-08-27 15:22:43
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/410be197ef5d/ Changeset: 410be197ef5d Branch: None User: zzzeek Date: 2015-08-27 15:22:05+00:00 Summary: - add a postgresql-specific form of array_agg() that injects the ARRAY type, references #3132 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...> - 2015-08-27 14:35:38
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5295a683f9ac/ Changeset: 5295a683f9ac Branch: None User: zzzeek Date: 2015-08-27 14:32:21+00:00 Summary: - add PG-specific aggregate_order_by(), references #3132 Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e2209f753425/ Changeset: e2209f753425 Branch: None User: zzzeek Date: 2015-08-27 14:33:21+00:00 Summary: - consolidate "constraints.py" into the more general "ext.py", for all assorted PG SQL extensions 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-08-26 21:21:35
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cfae9c2eaf00/ Changeset: cfae9c2eaf00 Branch: None User: zzzeek Date: 2015-08-26 19:15:55+00:00 Summary: - Added support for the SQL-standard function :class:`.array_agg`, which automatically returns an :class:`.Array` of the correct type and supports index / slice operations. As arrays are only supported on Postgresql at the moment, only actually works on Postgresql. fixes #3132 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7c4512cbeb1c/ Changeset: 7c4512cbeb1c Branch: None User: zzzeek Date: 2015-08-26 21:19:27+00:00 Summary: - Added support for "set-aggregate" functions of the form ``<function> WITHIN GROUP (ORDER BY <criteria>)``, using the method :class:`.FunctionElement.within_group`. A series of common set-aggregate functions with return types derived from the set have been added. This includes functions like :class:`.percentile_cont`, :class:`.dense_rank` and others. fixes #1370 - make sure we use func.name for all _literal_as_binds in functions.py so we get consistent naming behavior for parameters. Affected #: 12 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4d63b472f272/ Changeset: 4d63b472f272 Branch: None User: zzzeek Date: 2015-08-26 21:20:56+00:00 Summary: Merge branch 'ticket_3516' Affected #: 26 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-08-25 22:25:11
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7024745a142e/ Changeset: 7024745a142e Branch: ticket_3516 User: zzzeek Date: 2015-08-25 22:24:46+00:00 Summary: - build out a new base type for Array, as well as new any/all operators - any/all work for Array as well as subqueries, accepted by MySQL - Postgresql ARRAY now subclasses Array - fixes #3516 Affected #: 22 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-08-25 19:53:39
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8594e9943111/ Changeset: 8594e9943111 Branch: ticket_3516 User: zzzeek Date: 2015-08-25 19:52:41+00:00 Summary: - build out a new base type for Array, as well as new any/all operators - any/all work for Array as well as subqueries, accepted by MySQL - Postgresql ARRAY now subclasses Array - fixes #3516 Affected #: 20 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-08-25 18:09:15
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/276a6104bb58/ Changeset: 276a6104bb58 Branch: ticket_3516 User: zzzeek Date: 2015-08-25 18:08:44+00:00 Summary: - build out a new base type for Array, as well as new any/all operators - Postgresql ARRAY now subclasses Array Affected #: 16 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-08-25 01:53:26
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/af2e6eeb23e7/ Changeset: af2e6eeb23e7 Branch: ticket_3516 User: zzzeek Date: 2015-08-24 22:25:38+00:00 Summary: - wip Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0127ac668e40/ Changeset: 0127ac668e40 Branch: None User: zzzeek Date: 2015-08-25 01:52:33+00:00 Summary: - re-document and fully cross link all of configure_mappers(), mapper_configured(), after_configured(), and before_configured(). Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ac9de3f7a237/ Changeset: ac9de3f7a237 Branch: rel_1_0 User: zzzeek Date: 2015-08-25 01:53:00+00:00 Summary: - re-document and fully cross link all of configure_mappers(), mapper_configured(), after_configured(), and before_configured(). (cherry picked from commit 0127ac668e405584d74c92768a9f0dc7913798fe) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9614741c87fa/ Changeset: 9614741c87fa Branch: rel_0_9 User: zzzeek Date: 2015-08-25 01:53:03+00:00 Summary: - re-document and fully cross link all of configure_mappers(), mapper_configured(), after_configured(), and before_configured(). (cherry picked from commit 0127ac668e405584d74c92768a9f0dc7913798fe) 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. |