sqlalchemy-commits Mailing List for SQLAlchemy (Page 10)
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...> - 2017-03-09 22:40:55
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/75ceae6ea649/ Changeset: 75ceae6ea649 Branch: None User: zzzeek Date: 2017-03-09 22:38:21+00:00 Summary: - add a note as to why we have this very complicated Annotated system Change-Id: I7d4048b92fcd3a7c7630c43aa9390d983f447c0a 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...> - 2017-03-07 22:56:11
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c04870ba7b80/ Changeset: c04870ba7b80 Branch: master User: zzzeek Date: 2017-03-07 21:24:18+00:00 Summary: Allow SchemaType and Variant to work together Added support for the :class:`.Variant` and the :class:`.SchemaType` objects to be compatible with each other. That is, a variant can be created against a type like :class:`.Enum`, and the instructions to create constraints and/or database-specific type objects will propagate correctly as per the variant's dialect mapping. Also added testing for some potential double-event scenarios on TypeDecorator but it seems usually this doesn't occur. Change-Id: I4a7e7c26b4133cd14e870f5bc34a1b2f0f19a14a Fixes: #2892 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...> - 2017-03-07 21:19:06
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9e627159733d/ Changeset: 9e627159733d Branch: master User: zzzeek Date: 2017-03-07 20:00:18+00:00 Summary: Repair missing "checkfirst" for test suite the test_metadata tests trigger the before_create dispatch without the checkfirst flag. Postgresql backend should be able to tolerate this. Change-Id: Ife497cc3a4eb2812462116f94aad732864225f3f 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...> - 2017-03-07 19:56:10
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/74bec18c2a3c/ Changeset: 74bec18c2a3c Branch: None User: zzzeek Date: 2017-03-07 19:54:53+00:00 Summary: - document ForeignKeyConstraint columns / elements, fixes #2904 Change-Id: Ia50a3100d1bd88020c30224932b16aeadd7f4c75 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/69db95b3a8ca/ Changeset: 69db95b3a8ca Branch: rel_1_0 User: zzzeek Date: 2017-03-07 19:55:25+00:00 Summary: - document ForeignKeyConstraint columns / elements, fixes #2904 Change-Id: Ia50a3100d1bd88020c30224932b16aeadd7f4c75 (cherry picked from commit 74bec18c2a3cc8e9c031808fc44bc0f2c5af8b43) 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...> - 2017-03-07 00:13:08
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f4c4f784cde8/ Changeset: f4c4f784cde8 Branch: None User: zzzeek Date: 2017-03-06 22:20:06+00:00 Summary: Don't cache savepoint identifiers Fixed bug in compiler where the string identifier of a savepoint would be cached in the identifier quoting dictionary; as these identifiers are arbitrary, a small memory leak could occur if a single :class:`.Connection` had an unbounded number of savepoints used, as well as if the savepoint clause constructs were used directly with an unbounded umber of savepoint names. The memory leak does **not** impact the vast majority of cases as normally the :class:`.Connection`, which renders savepoint names with a simple counter starting at "1", is used on a per-transaction or per-fixed-number-of-transactions basis before being discarded. The savepoint name in virtually all cases does not require quoting at all, however to support potential third party use cases the "check for quotes needed" logic is retained, at a small performance cost. Uncondtionally quoting the name is another option, but this would turn the name into a case sensitive name which runs the risk of poor interactions with existing deployments that may be looking at these names in other contexts. Change-Id: I6b53c96abf7fdf1840592bbca5da81347911844c Fixes: #3931 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b54cefc379dc/ Changeset: b54cefc379dc Branch: master User: zzzeek Date: 2017-03-07 00:12:40+00:00 Summary: Merge "Don't cache savepoint identifiers" 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...> - 2017-03-06 21:51:38
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3a6b75870bdc/ Changeset: 3a6b75870bdc Branch: None User: zzzeek Date: 2017-03-06 21:50:13+00:00 Summary: - update asktom link, fixes #3925 Change-Id: Ibd63311dfccebbdf67e8ad7dc56ad311bf573895 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d22029bfc667/ Changeset: d22029bfc667 Branch: rel_1_0 User: zzzeek Date: 2017-03-06 21:50:51+00:00 Summary: - update asktom link, fixes #3925 Change-Id: Ibd63311dfccebbdf67e8ad7dc56ad311bf573895 (cherry picked from commit 3a6b75870bdc7aa8fe70296cc3fc94ea06f16417) 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...> - 2017-03-06 21:32:37
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c920c29b410c/ Changeset: c920c29b410c Branch: rel_1_0 User: zzzeek Date: 2017-03-06 21:16:45+00:00 Summary: Update profiles for psycopg2 2.7 psycopg2 has updated their unicode / string handling, greatly reducing callcounts on Python 2.x. Change-Id: Idffd242b303ffea9c7733068a4be290da4dbe679 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...> - 2017-03-06 21:22:55
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/66e483ebdca8/ Changeset: 66e483ebdca8 Branch: master User: zzzeek Date: 2017-03-06 21:10:57+00:00 Summary: Update profiles for psycopg2 2.7 psycopg2 has updated their unicode / string handling, greatly reducing callcounts on Python 2.x. Change-Id: Idffd242b303ffea9c7733068a4be290da4dbe679 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...> - 2017-03-02 19:24:50
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b4e880534e1e/ Changeset: b4e880534e1e Branch: master User: zzzeek Date: 2017-02-28 19:52:28+00:00 Summary: Only use schema_translate_map on SchemaItem subclasses Fixed bug in new "schema translate" feature where the translated schema name would be invoked in terms of an alias name when rendered along with a column expression; occurred only when the source translate name was "None". The "schema translate" feature now only takes effect for :class:`.SchemaItem` and :class:`.SchemaType` subclasses, that is, objects that correspond to a DDL-creatable structure in a database. Change-Id: Ie8cb35aeaba2c67efec8c8c57c219e4dd346e44a Fixes: #3924 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...> - 2017-02-28 19:50:12
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ff2090336f7c/ Changeset: ff2090336f7c Branch: None User: zzzeek Date: 2017-02-28 19:49:04+00:00 Summary: - 1.1.7 prep Change-Id: I7d738e194339ffd6edf3ff6a078808fc5251fe50 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...> - 2017-02-28 16:48:35
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d8080933f55f/ Changeset: d8080933f55f Branch: None User: zzzeek Date: 2017-02-28 16:41:24+00:00 Summary: - 1.1.6 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...> - 2017-02-28 16:39:33
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b2820e190f14/ Changeset: b2820e190f14 Branch: master User: hannosch Date: 2017-02-28 16:11:58+00:00 Summary: Add new reserved words for MySQL 8.0 (beta). Based on https://dev.mysql.com/doc/refman/8.0/en/keywords.html#table-keywords-new-8.0 Change-Id: I128c93520e57331e0ec4d40b0c0e752bf9b982d9 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/346 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...> - 2017-02-23 23:00:54
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fe1cabb88a06/ Changeset: fe1cabb88a06 Branch: master User: zzzeek Date: 2017-02-23 21:56:20+00:00 Summary: Performance within instances() Continuing from Ie43beecf37945b2bb7fff0aaa597a597293daa18, also observed is the overhead of PathRegsitry memoized token functions, as these paths are not cached in the case of long joinedloader chains. The memoizations here were made with short paths in mind, and have been replaced with an inlined straight create of these paths up front, producing callcounts very similar to 0.8. Combined with the previous optimizations, 1.1 now runs the "joined eager load of one row" worst case test in about 40% fewer calls than 0.8 and 60% fewer than 1.1.5. Change-Id: Ib5e1c1345a1dd8edfbdb3fed06eb717d4e164d31 Fixes: #3915 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...> - 2017-02-22 22:17:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1a7e8d77bae2/ Changeset: 1a7e8d77bae2 Branch: None User: zzzeek Date: 2017-02-16 16:31:26+00:00 Summary: Memoize AliasedClass, ClauseAdapter objects in joined eager load Addressed some long unattended performance concerns within the joined eager loader query construction system. The use of ad-hoc :class:`.AliasedClass` objects per query, which produces lots of column lookup overhead each time, has been replaced with a cached approach that makes use of a small pool of :class:`.AliasedClass` objects that are reused between invocations of joined eager loading. Callcount reduction of SQL query generation for worst-case joined loader scenarios (lots of joins, lots of columns) is reduced by approximately 270%. Change-Id: Ie43beecf37945b2bb7fff0aaa597a597293daa18 Fixes: #3915 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4c5cfa8bc6cc/ Changeset: 4c5cfa8bc6cc Branch: master User: zzzeek Date: 2017-02-22 22:16:28+00:00 Summary: Merge "Memoize AliasedClass, ClauseAdapter objects in joined eager load" 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...> - 2017-02-16 18:01:48
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/42bb86568919/ Changeset: 42bb86568919 Branch: master User: zzzeek Date: 2017-02-16 18:00:28+00:00 Summary: - add test for inserting PG array w/ NULL, references #3916 Change-Id: I87be274c1ba019b41744a5a76c1b5e9334564ec8 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...> - 2017-02-13 20:42:33
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3b6004e6ab3f/ Changeset: 3b6004e6ab3f Branch: master User: zzzeek Date: 2017-02-13 19:45:40+00:00 Summary: Add new DDL autocommit expressions for Postgresql Added regular expressions for the "IMPORT FOREIGN SCHEMA", "REFRESH MATERIALIZED VIEW" Postgresql statements so that they autocommit when invoked via a connection or engine without an explicit transaction. Pull requests courtesy Frazer McLean and Paweł Stiasny. Fixes: #3840 Co-authored-by: Frazer McLean Co-authored-by: Paweł Stiasny Change-Id: I92b2b61683d29d57fa23a66a3559120cb1241c2f Pull-request: https://github.com/zzzeek/sqlalchemy/pull/323 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...> - 2017-02-13 19:41:46
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f107dd78eccb/ Changeset: f107dd78eccb Branch: None User: zzzeek Date: 2017-02-13 19:40:55+00:00 Summary: - limit to MySQL dialect Change-Id: I2781e1e2221d89c75dd65ff49490d9c409967930 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...> - 2017-02-13 19:34:37
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4e54f9fc078d/ Changeset: 4e54f9fc078d Branch: None User: zzzeek Date: 2017-02-13 19:33:21+00:00 Summary: - pull autocommit suite into the mysql suite as well Change-Id: If1106f7f125739e69ad2482f65b8f37672a76c9e 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...> - 2017-02-13 19:22:02
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/02ae6ab3fdf2/ Changeset: 02ae6ab3fdf2 Branch: None User: zzzeek Date: 2017-02-13 19:17:11+00:00 Summary: - add a test suite that ensures textual autocommit works for correct expressions Change-Id: I17d35169be914924828487abba05658dff380f2a 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...> - 2017-02-13 15:45:25
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/aa3b59af54a7/ Changeset: aa3b59af54a7 Branch: None User: Grzegorz Makarewicz Date: 2017-02-12 19:10:43+00:00 Summary: pytds based connector for MS-SQL 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...> - 2017-02-09 16:59:29
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/540bcff90d3e/ Changeset: 540bcff90d3e Branch: master User: zzzeek Date: 2017-02-09 15:49:13+00:00 Summary: Check for columns not part of mapping, correct mapping for eager_defaults Fixed two closely related bugs involving the mapper eager_defaults flag in conjunction with single-table inheritance; one where the eager defaults logic would inadvertently try to access a column that's part of the mapper's "exclude_properties" list (used by Declarative with single table inheritance) during the eager defaults fetch, and the other where the full load of the row in order to fetch the defaults would fail to use the correct inheriting mapper. Fixes: #3908 Change-Id: Ie745174c917d512e2c46d9e3cc14512cde53cc9a 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...> - 2017-02-09 15:49:09
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/000e9603065e/ Changeset: 000e9603065e Branch: master User: zzzeek Date: 2017-02-09 03:00:28+00:00 Summary: Don't post-SELECT columns w/o a server default/onupdate for eager_defaults Fixed a major inefficiency in the "eager_defaults" feature whereby an unnecessary SELECT would be emitted for column values where the ORM had explicitly inserted NULL, corresponding to attributes that were unset on the object but did not have any server default specified, as well as expired attributes on update that nevertheless had no server onupdate set up. As these columns are not part of the RETURNING that eager_defaults tries to use, they should not be post-SELECTed either. Change-Id: I0d4f1e9d3d9717d68dcc0592f69456a1f1c36df8 Fixes: #3909 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...> - 2017-02-09 01:44:26
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7db699163bed/ Changeset: 7db699163bed Branch: None User: zzzeek Date: 2017-02-08 22:47:29+00:00 Summary: - document Query.with_session(), direct constructor usage Change-Id: I47499d040623202dd9b3be0ea65f2d9ad03c11a4 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bcc6829fcc8e/ Changeset: bcc6829fcc8e Branch: rel_1_0 User: zzzeek Date: 2017-02-08 22:47:44+00:00 Summary: - document Query.with_session(), direct constructor usage Change-Id: I47499d040623202dd9b3be0ea65f2d9ad03c11a4 (cherry picked from commit 7db699163bed203d8060f06097e1489eea7ba079) 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...> - 2017-02-07 16:36:43
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/772374735da2/ Changeset: 772374735da2 Branch: master User: jumanjisama Date: 2017-02-07 16:21:56+00:00 Summary: Make all tests to be PEP8 compliant tested using pycodestyle version 2.2.0 Fixes: #3885 Change-Id: I5df43adc3aefe318f9eeab72a078247a548ec566 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/343 Affected #: 151 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...> - 2017-02-01 23:13:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/388d8db68d0d/ Changeset: 388d8db68d0d Branch: None User: zzzeek Date: 2017-02-01 22:00:42+00:00 Summary: Accept FetchedValue, text() for column "default" value Fixed bug whereby the :meth:`.DDLEvents.column_reflect` event would not allow a non-textual expression to be passed as the value of the "default" for the new column, such as a :class:`.FetchedValue` object to indicate a generic triggered default or a :func:`.sql.expression.text` construct. Clarified the documentation in this regard as well. Fixes: #3905 Change-Id: I829796c3e9f87f375149bebee7eef133a6876d4d Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d71f4b471869/ Changeset: d71f4b471869 Branch: master User: zzzeek Date: 2017-02-01 23:13:06+00:00 Summary: Merge "Accept FetchedValue, text() for column "default" value" 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. |