sqlalchemy-commits Mailing List for SQLAlchemy (Page 21)
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-06-07 21:22:05
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d34063aa3221/ Changeset: d34063aa3221 Branch: master User: cpcloud Date: 2016-06-07 19:17:22+00:00 Summary: Support range specification in window function Fixes: #3049 Co-authored-by: Mike Bayer <mi...@zz...> Change-Id: Ie572095c3e25f70a1e72e1af6858e5edd89fd25e Pull-request: https://github.com/zzzeek/sqlalchemy/pull/264 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...> - 2016-06-06 22:56:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/528509e1bc41/ Changeset: 528509e1bc41 Branch: None User: tsauerwein Date: 2016-06-06 20:22:11+00:00 Summary: Add "render_nulls" flag to bulk_insert as optional performance optimization Currently, ``Session.bulk_insert_mappings`` omits NULL values which causes it to break up batches of inserts based on which batches contain NULL and which do not. By adding this flag, the same columns are rendered in the INSERT for all rows allowing them to be batched. The downside is that server-side defaults are omitted. Doctext-author: Mike Bayer <mi...@zz...> Change-Id: Iec5969304d4bdbf57290b200331bde02254aa3a5 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/243 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a90b0101aaf6/ Changeset: a90b0101aaf6 Branch: master User: zzzeek Date: 2016-06-06 22:56:20+00:00 Summary: Merge "Add "render_nulls" flag to bulk_insert as optional performance optimization" 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-06-06 21:29:56
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ec2004d8c278/ Changeset: ec2004d8c278 Branch: None User: xflr6 Date: 2016-06-06 19:41:36+00:00 Summary: Refine PG inspection methods This refines get_schema_names(), get_table_names(), get_view_defintion(), _get_foreign_table_names(), and get_view_names() to use better queries and remove unnecessary explicit encoding logic. Pull-request: https://github.com/zzzeek/sqlalchemy/pull/250 Change-Id: I7e87b29c34b97b37f21bbc83392b2274af4db0ab Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6bc0da30b0f2/ Changeset: 6bc0da30b0f2 Branch: master User: zzzeek Date: 2016-06-06 21:29:33+00:00 Summary: Merge "Refine PG inspection methods" 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-06-06 19:57:19
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3351f5f93ca1/ Changeset: 3351f5f93ca1 Branch: None User: xflr6 Date: 2016-06-06 19:53:25+00:00 Summary: Add IS (NOT) DISTINCT FROM operators None / True / False render as literals. For SQLite, "IS" is used as SQLite lacks "IS DISTINCT FROM" but its "IS" operator acts this way for NULL. Doctext-author: Mike Bayer <mi...@zz...> Change-Id: I9227b81f7207b42627a0349d14d40b46aa756cce Pull-request: https://github.com/zzzeek/sqlalchemy/pull/248 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2860ae6c4927/ Changeset: 2860ae6c4927 Branch: master User: zzzeek Date: 2016-06-06 19:57:06+00:00 Summary: Merge "Add IS (NOT) DISTINCT FROM operators" 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-06-06 19:55:03
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9393317affc1/ Changeset: 9393317affc1 Branch: None User: scop Date: 2016-06-06 16:37:31+00:00 Summary: Replace some uses of re.sub with str.lstrip/replace Change-Id: I98cd60b6830ee94e39ba9307523a9e8fb93bf4e8 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/280 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bc4c6c44af66/ Changeset: bc4c6c44af66 Branch: master User: zzzeek Date: 2016-06-06 19:54:53+00:00 Summary: Merge "Replace some uses of re.sub with str.lstrip/replace" 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-06-06 18:51:56
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a5f92314edd4/ Changeset: a5f92314edd4 Branch: master User: frgtn Date: 2016-06-06 18:27:31+00:00 Summary: Allow creating explicit non-clustered keys and indexes MS SQL. mssql_clustered=False on Index, UniqueConstraint, PrimaryKeyConstraint now renders NONCLUSTERED. The default of mssql_clustered is now None. Co-Authored-By: mike bayer <mi...@zz...> Change-Id: Id6b8d840e355be8f8fa72360cb4b6d2617ba72cf Pull-request: https://github.com/zzzeek/sqlalchemy/pull/252 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-06-04 00:57:53
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/991346d5bbc2/ Changeset: 991346d5bbc2 Branch: None User: zzzeek Date: 2016-06-04 00:54:48+00:00 Summary: - further adjustment to accomodate for the "ON" in "NO ACTION" Change-Id: I734e4aec3701d7cf17813b561a1418cfeff1d473 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-06-03 20:44:56
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6f71cb7c4eb8/ Changeset: 6f71cb7c4eb8 Branch: None User: zzzeek Date: 2016-06-03 20:44:12+00:00 Summary: - missing test_needs_fk for this test, fixes mysql failure Change-Id: I2dc6961f9b692a8bb6bfb2296d159df145dec679 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-06-03 19:58:33
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/061bae6e043b/ Changeset: 061bae6e043b Branch: None User: zzzeek Date: 2016-06-03 19:57:16+00:00 Summary: Ensure "options" present for unnamed / unlocatable FK Also ensure the regular expression and subsequent matching is case insensitive, add more tests Change-Id: Ie4aa971dcbffca94e78965e22982478eccbf8597 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-06-03 19:11:52
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/daf209bd6b6f/ Changeset: daf209bd6b6f Branch: None User: zzzeek Date: 2016-06-03 19:07:14+00:00 Summary: Ensure 'options' is always present in foreign key info Regarding 0e88bcc30ed49193b91f248123f526fa30007f22, "options" needs to be present as a key in the dictionary because Alembic uses this as a guide to know if the backend is even capable of reporting on foreign key options. Change-Id: I271090f75088cfeec24315a878060f9b8a265335 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-06-03 15:25:19
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0e1be2b208cf/ Changeset: 0e1be2b208cf Branch: rel_1_0 User: zzzeek Date: 2016-06-03 15:24:17+00:00 Summary: - use a mock here, do away with timing problems for good. need to do this for the rest of the timing tests Change-Id: I06a815b1500222126a4dbc2a9a5da3ef7847e321 (cherry picked from commit 74ca7f627ea8f31a8312f965d5249ce1f701d627) 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-06-03 14:58:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d318139fdc4c/ Changeset: d318139fdc4c Branch: None User: zzzeek Date: 2016-06-02 17:54:38+00:00 Summary: Skip UniqueConstraint marked by unique=True in tometadata Fixes an issue where a Column would be copied with unique=True and at the same time the UniqueConstraint would also be copied, leading to duplicate UniqueConstraints in the target table, when tometadata() is used. Imitates the same logic used by index=True/Index to avoid duplicates. For some reason a fix was implemented for Index long ago but never for UniqueConstraint. Change-Id: Ie622ee912a6fb8bf0ea900a8b09d78c7ebc79fc0 Fixes: #3721 (cherry picked from commit afb466fb8bd9c2f8709e79fd0fce422b83ff1d6b) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a11331857bed/ Changeset: a11331857bed Branch: rel_1_0 User: zzzeek Date: 2016-06-03 14:56:33+00:00 Summary: Merge "Skip UniqueConstraint marked by unique=True in tometadata" into rel_1_0 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-06-03 14:56:24
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e8f97c9e357e/ Changeset: e8f97c9e357e Branch: None User: univerio Date: 2016-06-02 21:46:16+00:00 Summary: Add SKIP LOCKED support for Postgresql, Oracle This adds `SELECT ... FOR UPDATE SKIP LOCKED`/ `SELECT ... FOR SHARE SKIP LOCKED` rendering. Change-Id: Id1dc4f1cafc1de23f397a6f73d54ab2c58d5910d Pull-request: https://bitbucket.org/zzzeek/sqlalchemy/pull-requests/86 Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0e88bcc30ed4/ Changeset: 0e88bcc30ed4 Branch: None User: Michal Petrucha Date: 2016-06-02 21:49:09+00:00 Summary: Reflect ON DELETE and ON UPDATE for SQLite foreign keys Co-authored-by: Mike Bayer <mi...@zz...> Change-Id: Icd77ddbf851b1950f767022d67c8142b1b3c50f3 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/244 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/40f9bcf1112b/ Changeset: 40f9bcf1112b Branch: None User: zzzeek Date: 2016-06-03 14:55:54+00:00 Summary: Merge "Reflect ON DELETE and ON UPDATE for SQLite foreign keys" Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a6817579cee4/ Changeset: a6817579cee4 Branch: master User: zzzeek Date: 2016-06-03 14:56:06+00:00 Summary: Merge "Add SKIP LOCKED support for Postgresql, Oracle" 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...> - 2016-06-02 22:41:34
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/74ca7f627ea8/ Changeset: 74ca7f627ea8 Branch: None User: zzzeek Date: 2016-06-02 22:40:46+00:00 Summary: - use a mock here, do away with timing problems for good. need to do this for the rest of the timing tests Change-Id: I06a815b1500222126a4dbc2a9a5da3ef7847e321 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-06-02 21:48:23
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cafebe160434/ Changeset: cafebe160434 Branch: None User: joshmarlow Date: 2016-06-02 18:00:13+00:00 Summary: Add schema argument to AutomapBase.prepare() This allows automap to reflect tables from a schema other than the default without the need to resort to calling MetaData.reflect directly. Change-Id: Ie73cb113bd6d115555c09c5efc33d27ad2c9c512 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/237 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/59d90c95a133/ Changeset: 59d90c95a133 Branch: master User: zzzeek Date: 2016-06-02 21:48:13+00:00 Summary: Merge "Add schema argument to AutomapBase.prepare()" 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-06-02 21:47:47
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e28b44813721/ Changeset: e28b44813721 Branch: None User: zzzeek Date: 2016-06-02 18:41:31+00:00 Summary: Add an init_scalar event for attributes This allows us to build default-setting recipes such as one that allows us to actively read column-level defaults. An example suite is also added. Change-Id: I7b022d52cc89526132d5bc4201ac27fea4cf088d Fixes: #1311 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ad09d28e8093/ Changeset: ad09d28e8093 Branch: master User: zzzeek Date: 2016-06-02 21:47:37+00:00 Summary: Merge "Add an init_scalar event for attributes" 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-06-02 21:46:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/eb28ebb0f8a4/ Changeset: eb28ebb0f8a4 Branch: None User: zzzeek Date: 2016-06-02 21:42:51+00:00 Summary: - limit oracle DB reaps to identifiers generated from this run to prevent race conditions against concurrent runs Change-Id: I065d1cec346ea7af03792c3cc2f30766f73c2bd3 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/842f34575310/ Changeset: 842f34575310 Branch: rel_1_0 User: zzzeek Date: 2016-06-02 21:45:16+00:00 Summary: - limit oracle DB reaps to identifiers generated from this run to prevent race conditions against concurrent runs Change-Id: I065d1cec346ea7af03792c3cc2f30766f73c2bd3 (cherry picked from commit eb28ebb0f8a48ba57f68f21d64479b56bf689d24) 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-06-02 18:42:47
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/afb466fb8bd9/ Changeset: afb466fb8bd9 Branch: None User: zzzeek Date: 2016-06-02 17:54:07+00:00 Summary: Skip UniqueConstraint marked by unique=True in tometadata Fixes an issue where a Column would be copied with unique=True and at the same time the UniqueConstraint would also be copied, leading to duplicate UniqueConstraints in the target table, when tometadata() is used. Imitates the same logic used by index=True/Index to avoid duplicates. For some reason a fix was implemented for Index long ago but never for UniqueConstraint. Change-Id: Ie622ee912a6fb8bf0ea900a8b09d78c7ebc79fc0 Fixes: #3721 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/dc9e35f08d39/ Changeset: dc9e35f08d39 Branch: None User: zzzeek Date: 2016-06-02 18:42:38+00:00 Summary: Merge "Skip UniqueConstraint marked by unique=True in tometadata" 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-06-02 17:58:00
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ef0da7eb66d1/ Changeset: ef0da7eb66d1 Branch: None User: beenje Date: 2016-06-01 21:20:41+00:00 Summary: Add postgresql_tablespace option on Index This complements the same-named parameter available on Table. Fixes: #3720 Change-Id: I56e081e2a551f37c3f392ca4b301c9ef82b94e59 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/233 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/31699bd1866b/ Changeset: 31699bd1866b Branch: master User: zzzeek Date: 2016-06-02 17:57:24+00:00 Summary: Merge "Add postgresql_tablespace option on Index" 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-06-02 16:48:25
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7a4aa46ae49f/ Changeset: 7a4aa46ae49f Branch: None User: zzzeek Date: 2016-06-02 16:46:45+00:00 Summary: - don't raise for stray gc connection. this just happens sometimes and it really breaks the build once this error occurs. Change-Id: I577c78d623b22a6429f8b083fe08821bc467eb7a 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-06-01 20:52:24
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a8e7bb8782ca/ Changeset: a8e7bb8782ca Branch: master User: agronholm Date: 2016-06-01 16:57:36+00:00 Summary: Implemented CHECK constraint reflection for SQLite and PostgreSQL Co-Authored-By: Mike Bayer <mi...@zz...> Change-Id: Ie6cf2d2958d1c567324db9e08fef2d3186e97350 Pull-request: https://bitbucket.org/zzzeek/sqlalchemy/pull-requests/80 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...> - 2016-06-01 16:02:10
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3f55039e7f15/ Changeset: 3f55039e7f15 Branch: master User: Sheila Allen Date: 2016-05-31 15:03:34+00:00 Summary: Use new mxODBC 3.3.4 varbinary null symbol Use new mxODBC 3.3.4 varbinary null symbol with VARBINARY data types when value is None(based on similar change to pyodbc). Fix a test to pass on mxODBC starting w 3.3.3 version Change-Id: Id703ecb51ebc5db149c81fef124f673433606c7f Pull-request: https://bitbucket.org/zzzeek/sqlalchemy/pull-requests/58 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-05-31 14:10:51
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/513a045395b4/ Changeset: 513a045395b4 Branch: None User: AdamChainz Date: 2016-05-29 13:28:55+00:00 Summary: Convert readthedocs link for their .org -> .io migration for hosted projects As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified. Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/47f9b9f07ee5/ Changeset: 47f9b9f07ee5 Branch: rel_1_0 User: AdamChainz Date: 2016-05-31 14:03:17+00:00 Summary: Convert readthedocs link for their .org -> .io migration for hosted projects As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified. (cherry picked from commit 513a045395b4cb5d8e1a9deb69bc9761d79eee37) 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...> - 2016-05-24 20:31:28
|
8 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7a1e2dd92f28/ Changeset: 7a1e2dd92f28 Branch: None User: scop Date: 2016-05-05 06:00:28+00:00 Summary: Spelling fixes: "the a" Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/61f9e3761245/ Changeset: 61f9e3761245 Branch: None User: scop Date: 2016-05-05 06:02:38+00:00 Summary: Spelling fixes: "an SQL" -> "a SQL", see #266 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ff71283e535b/ Changeset: ff71283e535b Branch: None User: vytotas Date: 2016-05-16 11:02:30+00:00 Summary: Fix typo in config result.py docs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c1896741d4cf/ Changeset: c1896741d4cf Branch: None User: zzzeek Date: 2016-05-24 20:28:13+00:00 Summary: Merge remote-tracking branch 'origin/pr/274' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/35dd1d838422/ Changeset: 35dd1d838422 Branch: None User: vytotas Date: 2016-05-24 20:28:30+00:00 Summary: Fix typo in config result.py docs (cherry picked from commit ff71283e535b078b294f05e056f01f354c08ccdb) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4856493efc1f/ Changeset: 4856493efc1f Branch: None User: zzzeek Date: 2016-05-24 20:29:49+00:00 Summary: Merge remote-tracking branch 'origin/pr/270' Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/330680ddf89b/ Changeset: 330680ddf89b Branch: None User: scop Date: 2016-05-24 20:30:15+00:00 Summary: Spelling fixes: "the a" (cherry picked from commit 7a1e2dd92f28ad1b43e0e487b4fbc8088364713f) Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ac8874088099/ Changeset: ac8874088099 Branch: rel_1_0 User: scop Date: 2016-05-24 20:30:33+00:00 Summary: Spelling fixes: "an SQL" -> "a SQL", see #266 (cherry picked from commit 61f9e3761245a55f8997ec40b6983bb0770fdec4) 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-05-24 20:27:00
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4cec791774b8/ Changeset: 4cec791774b8 Branch: None User: zzzeek Date: 2016-05-24 20:25:53+00:00 Summary: Repair dictlike-polymorphic dictlike-polymorphic was broken by the change in 1714e0d6ef28411e9c6633018564af1cae58c3d9. Use the new style of inheritance. Fixes: #3704 Change-Id: I3509ef4bf7772dd6994daf600accf4a2c5eb6973 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b150f96b8fa9/ Changeset: b150f96b8fa9 Branch: rel_1_0 User: zzzeek Date: 2016-05-24 20:26:07+00:00 Summary: Repair dictlike-polymorphic dictlike-polymorphic was broken by the change in 1714e0d6ef28411e9c6633018564af1cae58c3d9. Use the new style of inheritance. Fixes: #3704 Change-Id: I3509ef4bf7772dd6994daf600accf4a2c5eb6973 (cherry picked from commit 4cec791774b859a4800ed6e607bfa6838b1ab6af) 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. |