summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Guard against wrong dataclass mappingFederico Caselli2023-02-053-0/+38
| | |_|_|/ | |/| | |
* | | | | Merge "disallow ORM instrumented attributes from reaching dataclasses" into mainFederico Caselli2023-02-053-0/+145
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | disallow ORM instrumented attributes from reaching dataclassesMike Bayer2023-02-033-0/+145
| |/ / /
* | | | Merge "dont add non-server-side cols to returning for versioning" into mainmike bayer2023-02-055-129/+81
|\ \ \ \ | |_|/ / |/| | |
| * | | dont add non-server-side cols to returning for versioningMike Bayer2023-02-035-129/+81
| |/ /
* | | Add 'or' comment between code blocks (#9236)AM-ops2023-02-041-0/+3
| |/ |/|
* | Merge "Fixed regression when using from_statement in orm context." into mainFederico Caselli2023-02-033-9/+29
|\ \
| * | Fixed regression when using from_statement in orm context.Mike Bayer2023-02-033-9/+29
* | | Use correct dialect annotationFederico Caselli2023-02-022-2/+5
| |/ |/|
* | improve typing issue templateFederico Caselli2023-02-011-1/+23
* | Fix minor documentation glitch, replace "row" with "column" (#9215)Lele Gaifax2023-02-011-1/+1
|/
* Version 2.0.2 placeholderMike Bayer2023-02-012-1/+5
* - 2.0.1rel_2_0_1Mike Bayer2023-02-0115-165/+178
* changelog tweaksMike Bayer2023-02-012-3/+7
* fix late-eval exampleMike Bayer2023-02-011-1/+1
* Merge "Add support for typing.Literal in Mapped" into mainmike bayer2023-02-018-252/+923
|\
| * Add support for typing.Literal in MappedFrederik Aalund2023-01-318-252/+923
* | Merge "Fixed typing of limit, offset and fetch to allow ``None``." into mainFederico Caselli2023-01-317-19/+40
|\ \
| * | Fixed typing of limit, offset and fetch to allow ``None``.Federico Caselli2023-01-317-19/+40
* | | Merge "Unify doc typing" into mainFederico Caselli2023-01-3119-93/+102
|\ \ \ | |_|/ |/| |
| * | Unify doc typingHarry Lees2023-01-3119-93/+102
* | | support NewType in type_annotation_mapMike Bayer2023-01-317-32/+167
|/ /
* | block asyncmy 0.2.6Mike Bayer2023-01-311-1/+1
|/
* Merge "MappedAsDataclass applies @dataclasses.dataclass unconditionally" into...mike bayer2023-01-314-6/+210
|\
| * MappedAsDataclass applies @dataclasses.dataclass unconditionallyMike Bayer2023-01-304-6/+210
* | consolidate warning re: selectinload.recursion_depthMike Bayer2023-01-311-2/+3
* | Merge "add __init__ to DeclarativeBase directly" into mainmike bayer2023-01-313-1/+163
|\ \
| * | add __init__ to DeclarativeBase directlyMike Bayer2023-01-283-1/+163
* | | Merge "derive optional for nullable from interior of pep-593 types" into mainmike bayer2023-01-314-3/+145
|\ \ \
| * | | derive optional for nullable from interior of pep-593 typesMike Bayer2023-01-294-3/+145
* | | | apply of_type error message to load.options() as wellMike Bayer2023-01-306-64/+91
* | | | Merge "don't count / gather INSERT bind names inside of a CTE" into mainmike bayer2023-01-305-44/+302
|\ \ \ \ | |_|_|/ |/| | |
| * | | don't count / gather INSERT bind names inside of a CTEMike Bayer2023-01-305-44/+302
| |/ /
* | | fix post-production typo for #9174Mike Bayer2023-01-301-1/+1
* | | Revert "fix post-production typo for #9174"Mike Bayer2023-01-302-5/+1
* | | fix post-production typo for #9174Mike Bayer2023-01-302-1/+5
* | | Merge "allow single tables and entities for "of"" into mainmike bayer2023-01-304-19/+34
|\ \ \
| * | | allow single tables and entities for "of"Mike Bayer2023-01-294-19/+34
| |/ /
* | | use scalars().one() for count migrationMike Bayer2023-01-301-4/+4
|/ /
* | Merge "Place DDLConstraintColumn Role in Mapped" into mainmike bayer2023-01-285-5/+18
|\ \
| * | Place DDLConstraintColumn Role in MappedMike Bayer2023-01-285-5/+18
| |/
* | reword changelog + credit contributor for #9156Mike Bayer2023-01-281-3/+3
|/
* Merge "Set correct type annotations for ColumnElement.cast" into mainmike bayer2023-01-283-1/+19
|\
| * Set correct type annotations for ColumnElement.castYurii Karabas2023-01-283-1/+19
* | Correct #7664 to include DropSchemaMike Bayer2023-01-285-3/+41
|/
* Merge "fix regression based on mis-match of set/frozenset" into mainmike bayer2023-01-283-1/+70
|\
| * fix regression based on mis-match of set/frozensetMike Bayer2023-01-273-1/+70
* | remove redundant wheel dep from pyproject.tomlMichał Górny2023-01-271-1/+0
|/
* Version 2.0.1 placeholderMike Bayer2023-01-262-1/+5
* - 2.0.0rel_2_0_0Mike Bayer2023-01-269-133/+147