forked from sqlalchemy/sqlalchemy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The :class:`.Row` object now no longer makes use of an intermediary ``Tuple`` in order to represent its individual element types; instead, the individual element types are present directly, via new :pep:`646` integration, now available in more recent versions of Mypy. Mypy 1.7 or greater is now required for statements, results and rows to be correctly typed. Pull request courtesy Yurii Karabas. Fixes: sqlalchemy#10635 Closes: sqlalchemy#10634 Pull-request: sqlalchemy#10634 Pull-request-sha: 430785c Change-Id: Ibd0ae31a98b4ea69dcb89f970e640920b2be6c48
- Loading branch information
Showing
58 changed files
with
842 additions
and
505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. change:: | ||
:tags: typing, feature | ||
:tickets: 10635 | ||
|
||
The :class:`.Row` object now no longer makes use of an intermediary | ||
``Tuple`` in order to represent its individual element types; instead, | ||
the individual element types are present directly, via new :pep:`646` | ||
integration, now available in more recent versions of Mypy. Mypy | ||
1.7 or greater is now required for statements, results and rows | ||
to be correctly typed. Pull request courtesy Yurii Karabas. | ||
|
||
.. seealso:: | ||
|
||
:ref:`change_10635` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.