[Sqlalchemy-commits] commit/sqlalchemy: 7 new changesets
Brought to you by:
zzzeek
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. |