sqlalchemy-commits Mailing List for SQLAlchemy (Page 28)
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-01-20 17:12:02
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/165fa15b0f9d/ Changeset: 165fa15b0f9d Branch: None User: zzzeek Date: 2016-01-20 17:10:40+00:00 Summary: - add a note that the literal_binds flag should be used when cross-compiling from DDL to SQL, fixes #3615 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9f6b0ada6739/ Changeset: 9f6b0ada6739 Branch: rel_1_0 User: zzzeek Date: 2016-01-20 17:11:34+00:00 Summary: - add a note that the literal_binds flag should be used when cross-compiling from DDL to SQL, fixes #3615 (cherry picked from commit 165fa15b0f9dbca50539aa7da377c5da5ac0fc79) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bd874c123534/ Changeset: bd874c123534 Branch: rel_0_9 User: zzzeek Date: 2016-01-20 17:11:39+00:00 Summary: - add a note that the literal_binds flag should be used when cross-compiling from DDL to SQL, fixes #3615 (cherry picked from commit 165fa15b0f9dbca50539aa7da377c5da5ac0fc79) 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-01-20 14:27:49
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a2badb751f09/ Changeset: a2badb751f09 Branch: None User: Chase Date: 2016-01-20 06:36:15+00:00 Summary: Fix ArrayOfEnum's handling of empty arrays. Prior to this change a value of `'{}'` would split into the list `['']`. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f039219eedc2/ Changeset: f039219eedc2 Branch: rel_1_0 User: Chase Date: 2016-01-20 14:27:09+00:00 Summary: Fix ArrayOfEnum's handling of empty arrays. Prior to this change a value of `'{}'` would split into the list `['']`. (cherry picked from commit a2badb751f09299c925bd96a9fd2e76acca04269) 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-01-19 22:09:55
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/39837686b068/ Changeset: 39837686b068 Branch: None User: zzzeek Date: 2016-01-19 21:47:16+00:00 Summary: - calling str() on a core sql construct has been made more "friendly", when the construct contains non-standard sql elements such as returning, array index operations, or dialect-specific or custom datatypes. a string is now returned in these cases rendering an approximation of the construct (typically the postgresql-style version of it) rather than raising an error. fixes #3631 - add within_group to top-level imports - add eq_ignore_whitespace to sqlalchemy.testing imports Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5a279e7ae441/ Changeset: 5a279e7ae441 Branch: None User: zzzeek Date: 2016-01-19 22:08:50+00:00 Summary: - the order in which _generate_backref() for different mappers is called is random; therefore it may be called against the subclass mapper first, so need to check .concrete on both sides, references #3630 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-01-19 18:35:30
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b7bc704f3d05/ Changeset: b7bc704f3d05 Branch: None User: zzzeek Date: 2016-01-19 18:34:42+00:00 Summary: - Fixed issue where two same-named relationships that refer to a base class and a concrete-inherited subclass would raise an error if those relationships were set up using "backref", while setting up the identical configuration using relationship() instead with the conflicting names would succeed, as is allowed in the case of a concrete mapping. fixes #3630 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-01-19 17:45:34
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5164612964b7/ Changeset: 5164612964b7 Branch: None User: agronholm Date: 2016-01-16 10:25:13+00:00 Summary: Removed nonexistent includes from MANIFEST.in Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/85bcd55f6dd3/ Changeset: 85bcd55f6dd3 Branch: None User: agronholm Date: 2016-01-16 11:40:39+00:00 Summary: Added support for native enums Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1992d3351066/ Changeset: 1992d3351066 Branch: None User: agronholm Date: 2016-01-16 17:29:07+00:00 Summary: Corrected code and tests as requested Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5d2096dcbe44/ Changeset: 5d2096dcbe44 Branch: None User: agronholm Date: 2016-01-17 23:18:36+00:00 Summary: Removed dependency on the stdlib Enum type Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7b9c16c31335/ Changeset: 7b9c16c31335 Branch: enum User: zzzeek Date: 2016-01-18 22:58:57+00:00 Summary: Merge branch 'master' of https://bitbucket.org/agronholm/sqlalchemy into enum Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2a7f37b7b019/ Changeset: 2a7f37b7b019 Branch: None User: zzzeek Date: 2016-01-19 17:44:42+00:00 Summary: - The ``str()`` call for :class:`.Query` will now take into account the :class:`.Engine` to which the :class:`.Session` is bound, when generating the string form of the SQL, so that the actual SQL that would be emitted to the database is shown, if possible. Previously, only the engine associated with the :class:`.MetaData` to which the mappings are associated would be used, if present. If no bind can be located either on the :class:`.Session` or on the :class:`.MetaData` to which the mappings are associated, then the "default" dialect is used to render the SQL, as was the case previously. fixes #3081 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-01-18 22:36:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d4d9a6524886/ Changeset: d4d9a6524886 Branch: None User: zzzeek Date: 2016-01-18 22:35:44+00:00 Summary: - Fixed bug where some exception re-raise scenarios would attach the exception to itself as the "cause"; while the Python 3 interpreter is OK with this, it could cause endless loops in iPython. fixes #3625 - add tests for reraise, raise_from_cause - raise_from_cause is the same on py2k/3k, use just one function Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/23e60cd8ebc8/ Changeset: 23e60cd8ebc8 Branch: rel_1_0 User: zzzeek Date: 2016-01-18 22:36:27+00:00 Summary: - Fixed bug where some exception re-raise scenarios would attach the exception to itself as the "cause"; while the Python 3 interpreter is OK with this, it could cause endless loops in iPython. fixes #3625 - add tests for reraise, raise_from_cause - raise_from_cause is the same on py2k/3k, use just one function (cherry picked from commit d4d9a6524886eb33644e8ce42212267fa569e555) 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-01-17 03:07:22
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f9b21855861c/ Changeset: f9b21855861c Branch: None User: r_m_n Date: 2016-01-16 18:19:02+00:00 Summary: Fix typo in relationships docs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b985483c594c/ Changeset: b985483c594c Branch: None User: zzzeek Date: 2016-01-17 03:06:29+00:00 Summary: Merge remote-tracking branch 'origin/pr/227' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8c1667b4a9cb/ Changeset: 8c1667b4a9cb Branch: rel_1_0 User: r_m_n Date: 2016-01-17 03:06:51+00:00 Summary: Fix typo in relationships docs (cherry picked from commit f9b21855861c1c8983acc934fe47546d71a1df05) 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-01-17 03:05:03
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5164612964b7/ Changeset: 5164612964b7 Branch: None User: agronholm Date: 2016-01-16 10:25:13+00:00 Summary: Removed nonexistent includes from MANIFEST.in Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/85bcd55f6dd3/ Changeset: 85bcd55f6dd3 Branch: None User: agronholm Date: 2016-01-16 11:40:39+00:00 Summary: Added support for native enums Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2d8d037c9a3d/ Changeset: 2d8d037c9a3d Branch: native_enum User: zzzeek Date: 2016-01-16 16:26:33+00:00 Summary: - illustrate requirements Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/66560cef7457/ Changeset: 66560cef7457 Branch: None User: zzzeek Date: 2016-01-17 03:04:10+00:00 Summary: - fix People -> Person , fixes #3628 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d1237ac75f10/ Changeset: d1237ac75f10 Branch: rel_1_0 User: zzzeek Date: 2016-01-17 03:04:37+00:00 Summary: - fix People -> Person , fixes #3628 (cherry picked from commit 66560cef7457d69f56cd2ca3bab93cb033a61a84) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5f6569ab1033/ Changeset: 5f6569ab1033 Branch: rel_0_9 User: zzzeek Date: 2016-01-17 03:04:43+00:00 Summary: - fix People -> Person , fixes #3628 (cherry picked from commit 66560cef7457d69f56cd2ca3bab93cb033a61a84) 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-01-14 23:21:45
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a7cc29671493/ Changeset: a7cc29671493 Branch: None User: zzzeek Date: 2016-01-14 23:21:23+00:00 Summary: - update Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2016-01-14 23:20:50
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7bb578b1bd61/ Changeset: 7bb578b1bd61 Branch: None User: zzzeek Date: 2016-01-14 23:20:00+00:00 Summary: - illustrate these using the newer exception doctest format. unfortunately we can't show the SQL unless we filtered it out from doctest...not worth it Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/29835df410ee/ Changeset: 29835df410ee Branch: rel_1_0 User: zzzeek Date: 2016-01-14 23:20:34+00:00 Summary: - illustrate these using the newer exception doctest format. unfortunately we can't show the SQL unless we filtered it out from doctest...not worth it (cherry picked from commit 7bb578b1bd61ec9a2506d1bdb60bb28579204808) 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-01-14 23:08:11
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8446c89f8c6d/ Changeset: 8446c89f8c6d Branch: None User: zzzeek Date: 2016-01-14 22:16:49+00:00 Summary: - more migration Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/beb351d3f525/ Changeset: beb351d3f525 Branch: None User: zzzeek Date: 2016-01-14 22:19:28+00:00 Summary: - fix some old verbiage that refers to text() as an "implicit" thing for SQL fragments; we've deprecated that in 1.0 and its a good idea to document like this for 0.9 as well. (cherry picked from commit d5d7284bdd0ffc96e7a79354944627cf9b5d8e4d) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/041caa8c9b30/ Changeset: 041caa8c9b30 Branch: None User: zzzeek Date: 2016-01-14 22:30:05+00:00 Summary: - more docs Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9fb11bb99beb/ Changeset: 9fb11bb99beb Branch: None User: zzzeek Date: 2016-01-14 22:41:14+00:00 Summary: Merge branch 'master' into ticket_3501 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7f28dc632d72/ Changeset: 7f28dc632d72 Branch: None User: zzzeek Date: 2016-01-14 22:49:09+00:00 Summary: - fix tutorial exception match Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/39d978fe3106/ Changeset: 39d978fe3106 Branch: ticket_3501 User: zzzeek Date: 2016-01-14 22:50:55+00:00 Summary: Merge branch 'master' into ticket_3501 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1f7a1f777d8f/ Changeset: 1f7a1f777d8f Branch: None User: zzzeek Date: 2016-01-14 23:06:26+00:00 Summary: - A deep improvement to the recently added :meth:`.TextClause.columns` method, and its interaction with result-row processing, now allows the columns passed to the method to be positionally matched with the result columns in the statement, rather than matching on name alone. The advantage to this includes that when linking a textual SQL statement to an ORM or Core table model, no system of labeling or de-duping of common column names needs to occur, which also means there's no need to worry about how label names match to ORM columns and so-forth. In addition, the :class:`.ResultProxy` has been further enhanced to map column and string keys to a row with greater precision in some cases. fixes #3501 - reorganize the initialization of ResultMetaData for readability and complexity; use the name "cursor_description", define the task of "merging" cursor_description with compiled column information as its own function, and also define "name extraction" as a separate task. - fully change the name we use in the "ambiguous column" error to be the actual name that was ambiguous, modify the C ext also 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...> - 2016-01-14 22:50:59
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0ff3f95d5b41/ Changeset: 0ff3f95d5b41 Branch: None User: zzzeek Date: 2016-01-14 22:50:03+00:00 Summary: - there was a DATEPART test after all, fix format Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a36ace7ae36c/ Changeset: a36ace7ae36c Branch: rel_1_0 User: zzzeek Date: 2016-01-14 22:50:23+00:00 Summary: - there was a DATEPART test after all, fix format (cherry picked from commit 0ff3f95d5b41335c977e1bdbe88b7dfd4ae581e1) 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-01-14 22:19:30
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d5d7284bdd0f/ Changeset: d5d7284bdd0f Branch: None User: zzzeek Date: 2016-01-14 22:18:21+00:00 Summary: - fix some old verbiage that refers to text() as an "implicit" thing for SQL fragments; we've deprecated that in 1.0 and its a good idea to document like this for 0.9 as well. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/630929b71edc/ Changeset: 630929b71edc Branch: rel_1_0 User: zzzeek Date: 2016-01-14 22:19:05+00:00 Summary: - fix some old verbiage that refers to text() as an "implicit" thing for SQL fragments; we've deprecated that in 1.0 and its a good idea to document like this for 0.9 as well. (cherry picked from commit d5d7284bdd0ffc96e7a79354944627cf9b5d8e4d) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/30d500d08165/ Changeset: 30d500d08165 Branch: rel_0_9 User: zzzeek Date: 2016-01-14 22:19:09+00:00 Summary: - fix some old verbiage that refers to text() as an "implicit" thing for SQL fragments; we've deprecated that in 1.0 and its a good idea to document like this for 0.9 as well. (cherry picked from commit d5d7284bdd0ffc96e7a79354944627cf9b5d8e4d) 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-01-13 23:41:01
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5d12891fefa1/ Changeset: 5d12891fefa1 Branch: ticket_3501 User: zzzeek Date: 2016-01-13 23:40:36+00:00 Summary: - some changelog / migration stuff, still needs proofreading 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-01-13 21:51:36
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b1c045b40ff4/ Changeset: b1c045b40ff4 Branch: ticket_3501 User: zzzeek Date: 2016-01-13 21:51:19+00:00 Summary: - add some tutorial about this 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-01-12 23:11:00
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/733b0198d558/ Changeset: 733b0198d558 Branch: ticket_3501 User: zzzeek Date: 2016-01-12 23:10:12+00:00 Summary: - add some tests for positional text - start really optimizing for when we know columns are unambiguous based on positional targeting, or when dupe cols should be taken into account. opens up more "it should work" use cases! 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-01-12 20:31:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/89d51ddd0aef/ Changeset: 89d51ddd0aef Branch: None User: zzzeek Date: 2016-01-12 20:28:42+00:00 Summary: - reorganize the initialization of ResultMetaData for readability and complexity; use the name "cursor_description", define the task of "merging" cursor_description with compiled column information as its own function, and also define "name extraction" as a separate task. - fully change the name we use in the "ambiguous column" error to be the actual name that was ambiguous, modify the C ext also Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0b6e9c971da8/ Changeset: 0b6e9c971da8 Branch: ticket_3501 User: zzzeek Date: 2016-01-12 20:31:11+00:00 Summary: - adjust callcounts. we've only gained a tiny bit in the "raw execute" use case. 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-01-12 15:49:54
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f2b00f1048e7/ Changeset: f2b00f1048e7 Branch: None User: zzzeek Date: 2016-01-12 15:49:14+00:00 Summary: - convert keys to str for None not sortable against str on py3k 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-01-12 14:55:50
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c4f415d97988/ Changeset: c4f415d97988 Branch: None User: gdoumenc Date: 2016-01-12 04:46:32+00:00 Summary: Remove quote on first DATEPART paramater Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/215167d8d38a/ Changeset: 215167d8d38a Branch: None User: zzzeek Date: 2016-01-12 14:53:09+00:00 Summary: - changelog for pr bitbucket:70, fixes #3624 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/dc733bcea64a/ Changeset: dc733bcea64a Branch: rel_1_0 User: gdoumenc Date: 2016-01-12 14:54:50+00:00 Summary: Remove quote on first DATEPART paramater (cherry picked from commit c4f415d97988bc8a8d901b150bfb67571f29712e) - changelog for pr bitbucket:70, fixes #3624 (cherry picked from commit 215167d8d38a381d27c8448f5c6e50c70b9ba0cc) 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-01-12 00:01:28
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b7f64dbef4eb/ Changeset: b7f64dbef4eb Branch: ticket_3501 User: zzzeek Date: 2016-01-12 00:00:37+00:00 Summary: - wip, many more checks and changes than in the original patch 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-01-11 21:45:09
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6fbfadc7388d/ Changeset: 6fbfadc7388d Branch: None User: zzzeek Date: 2016-01-11 21:44:28+00:00 Summary: - reorganize schema_translate_map to be succinct and gain the performance back by using an attrgetter for the default case 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-01-10 22:51:04
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b301f009e182/ Changeset: b301f009e182 Branch: None User: zzzeek Date: 2016-01-10 22:47:38+00:00 Summary: - refactor a bit the loader options system to make it a bit more intelligible, given the fixes for ref #3623. unfortunately the system is still quite weird even though it was rewritten to be... less weird 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-01-10 16:54:39
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d03477d4b761/ Changeset: d03477d4b761 Branch: None User: zzzeek Date: 2016-01-10 16:48:53+00:00 Summary: - fix link to types in metadata, fixes #3618 - fix "version" got whacked into "f" in core tutorial - fix short underline in automap - fix unmatched boldface in session events Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4c1f1c130fba/ Changeset: 4c1f1c130fba Branch: rel_1_0 User: zzzeek Date: 2016-01-10 16:53:17+00:00 Summary: - fix link to types in metadata, fixes #3618 - fix "version" got whacked into "f" in core tutorial - fix short underline in automap - fix unmatched boldface in session events (cherry picked from commit d03477d4b761132f44c48417be09d622ad9adfd3) Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b8ccf585c0b3/ Changeset: b8ccf585c0b3 Branch: rel_0_9 User: zzzeek Date: 2016-01-10 16:54:22+00:00 Summary: - fix link to types in metadata, fixes #3618 - fix "version" got whacked into "f" in core tutorial - fix short underline in automap - fix unmatched boldface in session events (cherry picked from commit d03477d4b761132f44c48417be09d622ad9adfd3) 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-01-10 15:32:36
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/56b76ce7a823/ Changeset: 56b76ce7a823 Branch: None User: jeffwidman Date: 2015-12-24 10:17:02+00:00 Summary: Update SQLAlchemy-Migrate link to the new repo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ddba8b0e7f89/ Changeset: ddba8b0e7f89 Branch: None User: zzzeek Date: 2016-01-10 15:31:51+00:00 Summary: Merge remote-tracking branch 'origin/pr/225' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4802b734d817/ Changeset: 4802b734d817 Branch: rel_1_0 User: jeffwidman Date: 2016-01-10 15:32:14+00:00 Summary: Update SQLAlchemy-Migrate link to the new repo (cherry picked from commit 56b76ce7a823a076bd91490f940df95ad409db61) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/29a985846528/ Changeset: 29a985846528 Branch: rel_0_9 User: jeffwidman Date: 2016-01-10 15:32:20+00:00 Summary: Update SQLAlchemy-Migrate link to the new repo (cherry picked from commit 56b76ce7a823a076bd91490f940df95ad409db61) 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-01-10 03:27:56
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bb294497558f/ Changeset: bb294497558f Branch: None User: thiefmaster Date: 2016-01-09 19:35:19+00:00 Summary: Fix typo in session docs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/536e5ceceaf7/ Changeset: 536e5ceceaf7 Branch: None User: zzzeek Date: 2016-01-10 03:27:12+00:00 Summary: Merge remote-tracking branch 'origin/pr/226' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/105004e8e299/ Changeset: 105004e8e299 Branch: rel_1_0 User: thiefmaster Date: 2016-01-10 03:27:31+00:00 Summary: Fix typo in session docs (cherry picked from commit bb294497558f96c92253a4a68129a7c7984d3af9) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/78f37443d275/ Changeset: 78f37443d275 Branch: rel_0_9 User: thiefmaster Date: 2016-01-10 03:27:41+00:00 Summary: Fix typo in session docs (cherry picked from commit bb294497558f96c92253a4a68129a7c7984d3af9) 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. |