sqlalchemy-commits Mailing List for SQLAlchemy (Page 17)
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-09-19 19:29:56
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/881369b949cf/ Changeset: 881369b949cf Branch: master User: kenrobbins Date: 2016-09-19 16:31:57+00:00 Summary: Add "message 20017" (unexpected EOF from the server) to mssql. Fixes: #3791 Change-Id: I0dade4fe0ecbb53b4a66881594f362986ba73ae8 Pull-request: https://bitbucket.org/zzzeek/sqlalchemy/pull-requests/89 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-09-16 17:00:59
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/65d8deac95b6/ Changeset: 65d8deac95b6 Branch: None User: zzzeek Date: 2016-09-16 16:57:59+00:00 Summary: - latest mysql 5.7 also crashing on XA recovery, disable XA recovery for all MySQL Change-Id: I4f77de521cd80c09fdf97e5bbe5dfd1c830dc3cb Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8dba2ec341c7/ Changeset: 8dba2ec341c7 Branch: rel_1_0 User: zzzeek Date: 2016-09-16 16:59:18+00:00 Summary: - latest mysql 5.7 also crashing on XA recovery, disable XA recovery for all MySQL Change-Id: I4f77de521cd80c09fdf97e5bbe5dfd1c830dc3cb (cherry picked from commit 65d8deac95b63ea5702a9ce6b5d9a6c9a6a60991) 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-09-16 13:40:51
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bc4cf9480ecb/ Changeset: bc4cf9480ecb Branch: rel_1_0 User: zzzeek Date: 2016-09-15 04:56:46+00:00 Summary: Repair foreign_keys population for Join._refresh_for_new_column Fixed bug where setting up a single-table inh subclass of a joined-table subclass which included an extra column would corrupt the foreign keys collection of the mapped table, thereby interfering with the initialization of relationships. Change-Id: I04a0cf98fd456d12d5a5b9e77a46a01246969a63 Fixes: #3797 (cherry picked from commit 8967099c3ba8b04fa20536bc0a026f6adc8e096f) 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...> - 2016-09-16 13:40:29
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/25804aeae262/ Changeset: 25804aeae262 Branch: master User: zzzeek Date: 2016-09-15 04:54:15+00:00 Summary: Repair foreign_keys population for Join._refresh_for_new_column Fixed bug where setting up a single-table inh subclass of a joined-table subclass which included an extra column would corrupt the foreign keys collection of the mapped table, thereby interfering with the initialization of relationships. Change-Id: I04a0cf98fd456d12d5a5b9e77a46a01246969a63 Fixes: #3797 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-09-15 04:54:07
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6e1f34ed6230/ Changeset: 6e1f34ed6230 Branch: None User: zzzeek Date: 2016-09-15 04:53:17+00:00 Summary: - placeholder for 1.0.16 within 1.0 changelog Change-Id: I33405513dc216ad33c5ec4796bff73f75d5866c4 (cherry picked from commit 4017b2696498a1cb4804a3be32b522b542d5af90) 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-09-15 04:52:09
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4017b2696498/ Changeset: 4017b2696498 Branch: rel_1_0 User: zzzeek Date: 2016-09-15 04:51:31+00:00 Summary: - placeholder for 1.0.16 Change-Id: I33405513dc216ad33c5ec4796bff73f75d5866c4 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-09-13 13:53:45
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1e4f69d561d5/ Changeset: 1e4f69d561d5 Branch: None User: keeyipchan Date: 2016-09-11 17:29:29+00:00 Summary: Fix typo in comment Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c3d582d87b5b/ Changeset: c3d582d87b5b Branch: None User: zzzeek Date: 2016-09-13 13:52:02+00:00 Summary: Merge branch 'keeyipchan/fix-typo-in-comment-1473614966363' of https://bitbucket.org/keeyipchan/sqlalchemy 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-09-12 22:37:19
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/992344334328/ Changeset: 992344334328 Branch: rel_1_0 User: zzzeek Date: 2016-09-12 22:36:01+00:00 Summary: - also caveats for update() / delete() regarding single table inheritance Change-Id: If1511812a22a53537409f902f73e2e52ae3e4a3d Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6deb514992ce/ Changeset: 6deb514992ce Branch: None User: zzzeek Date: 2016-09-12 22:36:30+00:00 Summary: - also caveats for update() / delete() regarding single table inheritance Change-Id: If1511812a22a53537409f902f73e2e52ae3e4a3d (cherry picked from commit 992344334328dba385fe6aa7694cfe3c13adc9d6) 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-09-12 22:18:45
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2cd53196ea2d/ Changeset: 2cd53196ea2d Branch: None User: zzzeek Date: 2016-09-12 22:17:18+00:00 Summary: - add caveat for bulk deletes that they are generally not feasible for joined inheritance Change-Id: I043a5842401d586aa3ff96d05e06b443ff03fa60 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1a3af6d0c5db/ Changeset: 1a3af6d0c5db Branch: rel_1_0 User: zzzeek Date: 2016-09-12 22:17:53+00:00 Summary: - add caveat for bulk deletes that they are generally not feasible for joined inheritance Change-Id: I043a5842401d586aa3ff96d05e06b443ff03fa60 (cherry picked from commit 2cd53196ea2df7b9006dcc48fb79555eb533f5cc) 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-09-08 15:49:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ecc98fd8e426/ Changeset: ecc98fd8e426 Branch: None User: zzzeek Date: 2016-09-08 15:46:28+00:00 Summary: - add "in_use" accessor based on fairy_ref being present or not Change-Id: I12a84e00169e2a15582e814901ecd207066934c8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c63fe0d4495b/ Changeset: c63fe0d4495b Branch: pool_additions User: zzzeek Date: 2016-09-08 15:47:39+00:00 Summary: - allow for the exclusions system and SuiteRequirements to be usable without the full plugin_base setup. - move some Python-env requirements to the importable requirements.py module. Change-Id: I3bfffce75b53040f6923b89e0fa2140bec243bc8 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-09-02 19:31:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/88e448f99474/ Changeset: 88e448f99474 Branch: None User: zzzeek Date: 2016-09-02 19:10:32+00:00 Summary: - add a connect=True key to connection record to support pre-loading of _ConnectionRecord objects - ensure _ConnectionRecord.close() leaves the record in a good state for reopening Change-Id: I4eeb8e29f643950afb9eaab94d815e2a115db3d6 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/280e6878b22f/ Changeset: 280e6878b22f Branch: pool_additions User: zzzeek Date: 2016-09-02 19:29:29+00:00 Summary: - add _ConnectionRecord.record_info for persistent storage Change-Id: I55de02d9421a3da7b17e24de6fdcaf5daacbba4f 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-09-02 16:22:57
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ce577d484495/ Changeset: ce577d484495 Branch: master User: zzzeek Date: 2016-09-02 15:54:16+00:00 Summary: Repair clauselist comparison to account for clause ordering Fixed bug where the "simple many-to-one" condition that allows lazy loading to use get() from identity map would fail to be invoked if the primaryjoin of the relationship had multiple clauses separated by AND which were not in the same order as that of the primary key columns being compared in each clause. This ordering difference occurs for a composite foreign key where the table-bound columns on the referencing side were not in the same order in the .c collection as the primary key columns on the referenced side....which in turn occurs a lot if one is using declarative mixins and/or declared_attr to set up columns. Change-Id: I66cce74f614c04ed693dc0d58ac8c952b2f8ae54 Fixes: #3788 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...> - 2016-09-02 16:22:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9a6947427af5/ Changeset: 9a6947427af5 Branch: None User: zzzeek Date: 2016-09-02 15:48:15+00:00 Summary: Allow stringify compiler to render unnamed column Stringify of expression with unnamed :class:`.Column` objects, as occurs in lots of situations including ORM error reporting, will now render the name in string context as "<name unknown>" rather than raising a compile error. Change-Id: I76f637c5eb4cfdb1b526964cb001565b97e296da Fixes: #3789 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ce62fa2eed1d/ Changeset: ce62fa2eed1d Branch: master User: zzzeek Date: 2016-09-02 16:23:31+00:00 Summary: Merge "Allow stringify compiler to render unnamed column" 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-09-01 17:22:23
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f6022839c29f/ Changeset: f6022839c29f Branch: None User: zzzeek Date: 2016-09-01 17:20:31+00:00 Summary: - add 1.0.15 release date Change-Id: I5d3f74c002f9d4593940ab4d68a3b35f3f227597 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-09-01 17:22:09
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1b798fb94001/ Changeset: 1b798fb94001 Branch: None User: zzzeek Date: 2016-09-01 17:10:50+00:00 Summary: - 1.0.15 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-09-01 15:59:27
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/16dcc8bec121/ Changeset: 16dcc8bec121 Branch: master User: zzzeek Date: 2016-09-01 13:34:33+00:00 Summary: Support all MySQL/Connector int/bool arguments Added support for parsing MySQL/Connector boolean and integer arguments within the URL query string: connection_timeout, connect_timeout, pool_size, get_warnings, raise_on_warnings, raw, consume_results, ssl_verify_cert, force_ipv6, pool_reset_session, compress, allow_local_infile, use_pure. Change-Id: I2a1a17d13d47d56871bff32e94fdbed8bc003ad7 Fixes: #3787 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-09-01 15:11:17
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/126cd6f40cf9/ Changeset: 126cd6f40cf9 Branch: rel_1_0 User: zzzeek Date: 2016-09-01 13:35:17+00:00 Summary: Support all MySQL/Connector int/bool arguments Added support for parsing MySQL/Connector boolean and integer arguments within the URL query string: connection_timeout, connect_timeout, pool_size, get_warnings, raise_on_warnings, raw, consume_results, ssl_verify_cert, force_ipv6, pool_reset_session, compress, allow_local_infile, use_pure. Change-Id: I2a1a17d13d47d56871bff32e94fdbed8bc003ad7 Fixes: #3787 (cherry picked from commit 16dcc8bec1218835590766f0cb2a019a1b30e340) 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-08-31 21:40:04
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c7b9c84312b6/ Changeset: c7b9c84312b6 Branch: master User: zzzeek Date: 2016-08-31 21:04:35+00:00 Summary: Check for supports_execution at ClauseElement base Raise a more descriptive exception / message when ClauseElement or non-SQLAlchemy objects that are not "executable" are erroneously passed to ``.execute()``; a new exception ObjectNotExecutableError is raised consistently in all cases. Change-Id: I2dd393121e2c7e5b6b9e40286a2f25670876e8e4 Fixes: #3786 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...> - 2016-08-31 15:45:49
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/53c3119ebb68/ Changeset: 53c3119ebb68 Branch: None User: edouardberthe Date: 2016-08-31 06:52:48+00:00 Summary: Corrects typo This example doesn't work with 'back_populates' because 'parent_associations' and 'child_associations' are not defined in Parent and Child classes respectively. Alternatively, we could create 'parent_associations' and 'child_associations' into the classes. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/32a0660853e9/ Changeset: 32a0660853e9 Branch: rel_1_0 User: edouardberthe Date: 2016-08-31 14:21:00+00:00 Summary: Corrects typo This example doesn't work with 'back_populates' because 'parent_associations' and 'child_associations' are not defined in Parent and Child classes respectively. Alternatively, we could create 'parent_associations' and 'child_associations' into the classes. (cherry picked from commit 53c3119ebb6801cbfcaf2841311d117eba250444) 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-08-29 07:29:16
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b42bcb257398/ Changeset: b42bcb257398 Branch: None User: vmagamedov Date: 2016-08-27 11:21:56+00:00 Summary: Fixed example of upsert in the HasCTE.cte docstring by replacing it with more concrete and working example. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2b0fa0f8a190/ Changeset: 2b0fa0f8a190 Branch: None User: michaelwilliamson Date: 2016-08-28 11:22:42+00:00 Summary: Fix table reference in PostgreSQL documentation Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/94fe6fe05dac/ Changeset: 94fe6fe05dac Branch: None User: michaelwilliamson Date: 2016-08-28 11:38:04+00:00 Summary: Provide more informative error when joining with no entities Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/56a005241c6d/ Changeset: 56a005241c6d Branch: None User: zzzeek Date: 2016-08-28 13:45:54+00:00 Summary: Merge remote-tracking branch 'origin/pr/303' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7c59d681a0a1/ Changeset: 7c59d681a0a1 Branch: None User: zzzeek Date: 2016-08-28 13:46:11+00:00 Summary: Merge remote-tracking branch 'origin/pr/304' Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fb0a0eedaa8c/ Changeset: fb0a0eedaa8c Branch: rel_1_0 User: michaelwilliamson Date: 2016-08-28 13:47:53+00:00 Summary: Fix table reference in PostgreSQL documentation (cherry picked from commit 2b0fa0f8a190a65aea5a284e4f7d0a22488ae560) 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-08-26 19:11:54
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/117997cd5b84/ Changeset: 117997cd5b84 Branch: master User: zzzeek Date: 2016-08-26 16:56:01+00:00 Summary: Raise when two validators conflict Two @validates decorators that make use of the same name is not supported. Raise an exception. Change-Id: Ia3e89ffdc9ef345a0de258e2ac0ac5e0bd421c61 Fixes: #3776 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-08-22 14:49:32
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/87d5982e582f/ Changeset: 87d5982e582f Branch: None User: RazerM Date: 2016-08-06 01:25:27+00:00 Summary: Add docstring to declarative_base Change-Id: I5ad44362515908592f1e8b1e6254a5270d43234a Pull-request: https://github.com/zzzeek/sqlalchemy/pull/295 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f10eba00ea7c/ Changeset: f10eba00ea7c Branch: master User: zzzeek Date: 2016-08-22 14:49:48+00:00 Summary: Merge "Add docstring to declarative_base" 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-08-17 22:27:56
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5145f671a4b5/ Changeset: 5145f671a4b5 Branch: None User: zzzeek Date: 2016-08-17 22:26:34+00:00 Summary: - fix wrong var name, credit to @RazerM Change-Id: I36fbbfd1223ef5298c679f46db24e1bf3013cef0 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-08-16 16:06:35
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fd164a6c8492/ Changeset: fd164a6c8492 Branch: None User: scop Date: 2016-08-08 13:39:15+00:00 Summary: Spelling fixes Affected #: 20 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5b86ae5e8a50/ Changeset: 5b86ae5e8a50 Branch: None User: zzzeek Date: 2016-08-16 16:04:41+00:00 Summary: Merge remote-tracking branch 'origin/pr/299' 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...> - 2016-08-16 16:04:53
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/096a74d7c5be/ Changeset: 096a74d7c5be Branch: None User: Romuald Brunet Date: 2016-08-11 15:24:05+00:00 Summary: Fix documentation basic example (missing imports) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9f41f64cd2e9/ Changeset: 9f41f64cd2e9 Branch: None User: zzzeek Date: 2016-08-16 16:03:24+00:00 Summary: Merge remote-tracking branch 'origin/pr/300' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f37b50624be9/ Changeset: f37b50624be9 Branch: rel_1_0 User: Romuald Brunet Date: 2016-08-16 16:03:45+00:00 Summary: Fix documentation basic example (missing imports) (cherry picked from commit 096a74d7c5bea560ab68423e2d7293af22afbfa3) 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. |