summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Improve orm event docs" into mainmike bayer2023-02-282-9/+17
|\
| * Improve orm event docsFederico Caselli2023-02-272-9/+17
* | ensure single import per lineMike Bayer2023-02-282-5/+4
* | Merge "Add separate version notes for scalars" into mainmike bayer2023-02-272-2/+6
|\ \
| * | Add separate version notes for scalarsGrey Li2023-02-262-2/+6
| |/
* | Merge "include columns from superclasses that indicate "selectin"" into mainmike bayer2023-02-272-15/+115
|\ \
| * | include columns from superclasses that indicate "selectin"Mike Bayer2023-02-272-15/+115
| |/
* | Merge "fix with_polymorphic" into mainmike bayer2023-02-272-2/+2
|\ \
| * | fix with_polymorphicMike Bayer2023-02-262-2/+2
| |/
* | Merge "Create public QueryPropertyDescriptor type for query_property" into mainmike bayer2023-02-272-6/+22
|\ \
| * | Create public QueryPropertyDescriptor type for query_propertyFederico Caselli2023-02-262-6/+22
| |/
* | Merge "apply a fixed locals w/ Mapped to all de-stringify" into mainmike bayer2023-02-274-7/+66
|\ \ | |/ |/|
| * apply a fixed locals w/ Mapped to all de-stringifyMike Bayer2023-02-264-7/+66
* | add notes to all mapper flush events that these are only for flushMike Bayer2023-02-211-0/+36
|/
* Fix the docstring of AppenerQuery.append() (#9336)Grey Li2023-02-201-2/+2
* consider column.name directly when evaluating use_existing_columnMike Bayer2023-02-181-1/+2
* Allow custom sorting of column in the ORM.Federico Caselli2023-02-165-17/+45
* Merge "rename EvaluatorCompiler to _EvaluatorCompiler" into mainmike bayer2023-02-162-3/+29
|\
| * rename EvaluatorCompiler to _EvaluatorCompilerMike Bayer2023-02-162-3/+29
* | Merge "add dataclasses callable and apply annotations more strictly" into mainmike bayer2023-02-162-13/+82
|\ \
| * | add dataclasses callable and apply annotations more strictlyMike Bayer2023-02-162-13/+82
| |/
* | immediateload lazy relationships named in refresh.attribute_namesMike Bayer2023-02-165-28/+78
|/
* fix typo "Annotation" -> "Annotated" and use typing_extensionsMike Bayer2023-02-141-2/+2
* Fix docs for `case` expression to match new syntax (#9279)Abdulhaq Emhemmed2023-02-101-2/+2
* generalize adapt_on_names to expect non-named elementsMike Bayer2023-02-102-5/+13
* Remove `typing.Self` workaroundYurii Karabas2023-02-084-147/+102
* Merge "port history meta to 2.0" into mainmike bayer2023-02-062-20/+71
|\
| * port history meta to 2.0Mike Bayer2023-02-062-20/+71
* | check for superclasses of user defined initMike Bayer2023-02-061-1/+1
* | Merge "coerce elements in mapper.primary_key, process in __mapper_args__" int...mike bayer2023-02-052-5/+56
|\ \
| * | coerce elements in mapper.primary_key, process in __mapper_args__Mike Bayer2023-02-052-6/+57
* | | Merge "Guard against wrong dataclass mapping" into mainFederico Caselli2023-02-051-0/+11
|\ \ \
| * | | 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
| |/
* | Fixed regression when using from_statement in orm context.Mike Bayer2023-02-031-9/+3
|/
* Merge "Add support for typing.Literal in Mapped" into mainmike bayer2023-02-012-3/+14
|\
| * Add support for typing.Literal in MappedFrederik Aalund2023-01-312-3/+14
* | Merge "Fixed typing of limit, offset and fetch to allow ``None``." into mainFederico Caselli2023-01-311-6/+3
|\ \
| * | Fixed typing of limit, offset and fetch to allow ``None``.Federico Caselli2023-01-311-6/+3
* | | Merge "Unify doc typing" into mainFederico Caselli2023-01-311-1/+1
|\ \ \ | |_|/ |/| |
| * | Unify doc typingHarry Lees2023-01-311-1/+1
| |/
* | support NewType in type_annotation_mapMike Bayer2023-01-311-9/+22
|/
* 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