summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ensure event handlers called for all do_pingticket_5648Mike Bayer2023-03-011-0/+152
* consider column.name directly when evaluating use_existing_columnMike Bayer2023-02-181-46/+105
* Allow custom sorting of column in the ORM.Federico Caselli2023-02-162-0/+45
* Merge "modernize hybrids and apply typing" into mainmike bayer2023-02-175-50/+416
|\
| * modernize hybrids and apply typingMike Bayer2023-02-165-50/+416
* | Merge "Fix coercion issue for tuple bindparams" into mainmike bayer2023-02-161-0/+8
|\ \ | |/ |/|
| * Fix coercion issue for tuple bindparamsmike bayer2023-02-151-0/+8
* | Merge "rename EvaluatorCompiler to _EvaluatorCompiler" into mainmike bayer2023-02-162-3/+17
|\ \
| * | rename EvaluatorCompiler to _EvaluatorCompilerMike Bayer2023-02-162-3/+17
| |/
* | Merge "add dataclasses callable and apply annotations more strictly" into mainmike bayer2023-02-161-18/+138
|\ \
| * | add dataclasses callable and apply annotations more strictlyMike Bayer2023-02-161-18/+138
| |/
* | immediateload lazy relationships named in refresh.attribute_namesMike Bayer2023-02-162-4/+32
|/
* prevent float tests from running on asyncmyMike Bayer2023-02-152-0/+6
* Merge "Improve ``oracledb`` thick mode flag." into mainmike bayer2023-02-152-11/+18
|\
| * Improve ``oracledb`` thick mode flag.Federico Caselli2023-02-142-11/+18
* | Merge "Add ``Table.autoincrement_column``" into mainmike bayer2023-02-151-0/+2
|\ \
| * | Add ``Table.autoincrement_column``Federico Caselli2023-02-141-0/+2
* | | test dataclasses.KW_ONLYMike Bayer2023-02-141-2/+20
| |/ |/|
* | add requirement, restore test removed in eb0861e8e69f8ce702301c558e552e1aeb2e...Federico Caselli2023-02-102-0/+3
|/
* generalize adapt_on_names to expect non-named elementsMike Bayer2023-02-103-9/+97
* apply self_group to all elements of multi-expressionMike Bayer2023-02-091-24/+80
* add test for #9268Mike Bayer2023-02-081-0/+18
* use Dict[], not dict[] in mypy testMike Bayer2023-02-071-1/+2
* Merge "do not return asyncio connections to the pool under gc" into mainmike bayer2023-02-063-97/+209
|\
| * do not return asyncio connections to the pool under gcMike Bayer2023-02-063-97/+209
* | Merge "Dedicated bitwise operators" into mainmike bayer2023-02-062-0/+79
|\ \
| * | Dedicated bitwise operatorsjazzthief2023-02-062-0/+79
* | | Merge "use mysql 8 syntax for ON DUPLICATE KEY UPDATE" into mainmike bayer2023-02-061-10/+78
|\ \ \
| * | | use mysql 8 syntax for ON DUPLICATE KEY UPDATECaspar Wylie2023-02-061-10/+78
| |/ /
* | | Merge "port history meta to 2.0" into mainmike bayer2023-02-067-29/+247
|\ \ \
| * | | port history meta to 2.0Mike Bayer2023-02-067-29/+247
| | |/ | |/|
* | | check for superclasses of user defined initMike Bayer2023-02-061-2/+21
* | | Merge "coerce elements in mapper.primary_key, process in __mapper_args__" int...mike bayer2023-02-051-0/+246
|\ \ \
| * | | coerce elements in mapper.primary_key, process in __mapper_args__Mike Bayer2023-02-051-0/+246
* | | | Merge "Guard against wrong dataclass mapping" into mainFederico Caselli2023-02-051-0/+17
|\ \ \ \
| * | | | Guard against wrong dataclass mappingFederico Caselli2023-02-051-0/+17
| | |_|/ | |/| |
* | | | Merge "disallow ORM instrumented attributes from reaching dataclasses" into mainFederico Caselli2023-02-051-0/+125
|\ \ \ \ | |_|_|/ |/| | |
| * | | disallow ORM instrumented attributes from reaching dataclassesMike Bayer2023-02-031-0/+125
| |/ /
* | | Merge "dont add non-server-side cols to returning for versioning" into mainmike bayer2023-02-052-123/+45
|\ \ \ | |_|/ |/| |
| * | dont add non-server-side cols to returning for versioningMike Bayer2023-02-032-123/+45
| |/
* | Fixed regression when using from_statement in orm context.Mike Bayer2023-02-031-0/+16
|/
* Merge "Add support for typing.Literal in Mapped" into mainmike bayer2023-02-012-136/+558
|\
| * Add support for typing.Literal in MappedFrederik Aalund2023-01-312-136/+558
* | Merge "Fixed typing of limit, offset and fetch to allow ``None``." into mainFederico Caselli2023-01-312-1/+17
|\ \ | |/ |/|
| * Fixed typing of limit, offset and fetch to allow ``None``.Federico Caselli2023-01-312-1/+17
* | support NewType in type_annotation_mapMike Bayer2023-01-312-4/+106
|/
* Merge "MappedAsDataclass applies @dataclasses.dataclass unconditionally" into...mike bayer2023-01-311-2/+168
|\
| * MappedAsDataclass applies @dataclasses.dataclass unconditionallyMike Bayer2023-01-301-2/+168
* | Merge "add __init__ to DeclarativeBase directly" into mainmike bayer2023-01-311-0/+99
|\ \
| * | add __init__ to DeclarativeBase directlyMike Bayer2023-01-281-0/+99