summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Guard against wrong dataclass mappingFederico Caselli2023-02-051-0/+11
| | |_|/ | |/| |
* | | | Merge "disallow ORM instrumented attributes from reaching dataclasses" into mainFederico Caselli2023-02-051-0/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | disallow ORM instrumented attributes from reaching dataclassesMike Bayer2023-02-031-0/+11
| |/ /
* | | Merge "dont add non-server-side cols to returning for versioning" into mainmike bayer2023-02-052-6/+27
|\ \ \ | |_|/ |/| |
| * | dont add non-server-side cols to returning for versioningMike Bayer2023-02-032-6/+27
| |/
* | Merge "Fixed regression when using from_statement in orm context." into mainFederico Caselli2023-02-031-9/+3
|\ \
| * | Fixed regression when using from_statement in orm context.Mike Bayer2023-02-031-9/+3
| |/
* | Use correct dialect annotationFederico Caselli2023-02-022-2/+5
|/
* Version 2.0.2 placeholderMike Bayer2023-02-011-1/+1
* Merge "Add support for typing.Literal in Mapped" into mainmike bayer2023-02-014-15/+84
|\
| * Add support for typing.Literal in MappedFrederik Aalund2023-01-314-15/+84
* | Merge "Fixed typing of limit, offset and fetch to allow ``None``." into mainFederico Caselli2023-01-314-18/+16
|\ \
| * | Fixed typing of limit, offset and fetch to allow ``None``.Federico Caselli2023-01-314-18/+16
* | | Merge "Unify doc typing" into mainFederico Caselli2023-01-316-26/+25
|\ \ \ | |_|/ |/| |
| * | Unify doc typingHarry Lees2023-01-316-26/+25
| |/
* | support NewType in type_annotation_mapMike Bayer2023-01-314-28/+52
|/
* Merge "MappedAsDataclass applies @dataclasses.dataclass unconditionally" into...mike bayer2023-01-312-4/+22
|\
| * MappedAsDataclass applies @dataclasses.dataclass unconditionallyMike Bayer2023-01-302-4/+22
* | consolidate warning re: selectinload.recursion_depthMike Bayer2023-01-311-2/+3
* | Merge "add __init__ to DeclarativeBase directly" into mainmike bayer2023-01-311-1/+50
|\ \
| * | add __init__ to DeclarativeBase directlyMike Bayer2023-01-281-1/+50
* | | Merge "derive optional for nullable from interior of pep-593 types" into mainmike bayer2023-01-311-3/+12
|\ \ \
| * | | derive optional for nullable from interior of pep-593 typesMike Bayer2023-01-291-3/+12
* | | | apply of_type error message to load.options() as wellMike Bayer2023-01-301-30/+41
* | | | Merge "don't count / gather INSERT bind names inside of a CTE" into mainmike bayer2023-01-302-43/+105
|\ \ \ \ | |_|_|/ |/| | |
| * | | don't count / gather INSERT bind names inside of a CTEMike Bayer2023-01-302-43/+105
| |/ /
* | | 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
* | | allow single tables and entities for "of"Mike Bayer2023-01-292-19/+18
|/ /
* | Place DDLConstraintColumn Role in MappedMike Bayer2023-01-283-3/+2
|/
* Merge "Set correct type annotations for ColumnElement.cast" into mainmike bayer2023-01-281-1/+1
|\
| * Set correct type annotations for ColumnElement.castYurii Karabas2023-01-281-1/+1
* | Correct #7664 to include DropSchemaMike Bayer2023-01-281-0/+2
|/
* fix regression based on mis-match of set/frozensetMike Bayer2023-01-271-1/+5
* Version 2.0.1 placeholderMike Bayer2023-01-261-1/+1
* Merge "add hooks/docs for automap w/ multiple schemas" into mainmike bayer2023-01-262-43/+312
|\
| * add hooks/docs for automap w/ multiple schemasMike Bayer2023-01-262-43/+312
* | Merge "2.0 prep" into mainmike bayer2023-01-262-3/+3
|\ \
| * | 2.0 prepMike Bayer2023-01-262-3/+3
| |/
* | add typing to legacy operatorsMike Bayer2023-01-262-23/+201
|/
* add Mapped to _ORMColCollectionElementMike Bayer2023-01-261-1/+1
* Merge "add context for warnings emitted from configure_mappers(), autoflush()...mike bayer2023-01-263-7/+52
|\
| * add context for warnings emitted from configure_mappers(), autoflush()jonathan vanasco2023-01-243-7/+52
* | Merge "fix incorrect use of testing.future()" into mainmike bayer2023-01-261-3/+2
|\ \
| * | fix incorrect use of testing.future()Mike Bayer2023-01-251-3/+2
* | | add set_shard_id() loader option for horizontal shardMike Bayer2023-01-254-34/+109
|/ /
* | Merge "Add public protocol for mapped class" into mainmike bayer2023-01-252-28/+52
|\ \
| * | Add public protocol for mapped classFederico Caselli2023-01-252-28/+52
* | | Make comment support conditional on fn_listextendedproperty availabilityMike Bayer2023-01-251-0/+50
| |/ |/|