summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ensure event handlers called for all do_pingticket_5648Mike Bayer2023-03-0110-51/+232
* use Column for legacy dataclasses mappingMike Bayer2023-02-231-45/+33
* add notes to all mapper flush events that these are only for flushMike Bayer2023-02-212-9/+53
* Fix the docstring of AppenerQuery.append() (#9336)Grey Li2023-02-201-2/+2
* Fix a syntax error in `AsyncConnection.stream_scalars()` example. (#9334)Vytautas Liuolia2023-02-191-1/+1
* Update dialect documentation about CrateDB (#9322)Andreas Motl2023-02-191-1/+1
* Fix grammatical error in intro.rst (#9316)Maxwell D. Dorliea2023-02-191-1/+1
* consider column.name directly when evaluating use_existing_columnMike Bayer2023-02-183-47/+116
* fix sphinx command got stuck in outputMike Bayer2023-02-171-2/+1
* more editsMike Bayer2023-02-171-2/+2
* typo, captionsMike Bayer2023-02-171-1/+5
* Version 2.0.5 placeholderMike Bayer2023-02-172-1/+5
* - 2.0.4rel_2_0_4Mike Bayer2023-02-1711-122/+131
* changelog updatesMike Bayer2023-02-172-3/+5
* rework hybrid docs furtherMike Bayer2023-02-172-89/+128
* Allow custom sorting of column in the ORM.Federico Caselli2023-02-1611-59/+136
* Merge "modernize hybrids and apply typing" into mainmike bayer2023-02-1710-231/+861
|\
| * modernize hybrids and apply typingMike Bayer2023-02-1610-231/+861
* | Merge "Fix coercion issue for tuple bindparams" into mainmike bayer2023-02-165-4/+48
|\ \ | |/ |/|
| * Fix coercion issue for tuple bindparamsmike bayer2023-02-155-4/+48
* | Merge "rename EvaluatorCompiler to _EvaluatorCompiler" into mainmike bayer2023-02-165-6/+53
|\ \
| * | rename EvaluatorCompiler to _EvaluatorCompilerMike Bayer2023-02-165-6/+53
| |/
* | Merge "add dataclasses callable and apply annotations more strictly" into mainmike bayer2023-02-165-31/+288
|\ \
| * | add dataclasses callable and apply annotations more strictlyMike Bayer2023-02-165-31/+288
| |/
* | immediateload lazy relationships named in refresh.attribute_namesMike Bayer2023-02-169-32/+152
|/
* prevent float tests from running on asyncmyMike Bayer2023-02-154-4/+22
* mention mypy>=1 is required to type check the libraryFederico Caselli2023-02-151-1/+3
* Merge "Improve ``oracledb`` thick mode flag." into mainmike bayer2023-02-154-12/+27
|\
| * Improve ``oracledb`` thick mode flag.Federico Caselli2023-02-144-12/+27
* | Merge "Add ``Table.autoincrement_column``" into mainmike bayer2023-02-153-2/+32
|\ \
| * | Add ``Table.autoincrement_column``Federico Caselli2023-02-143-2/+32
* | | Merge "test dataclasses.KW_ONLY" into mainmike bayer2023-02-151-2/+20
|\ \ \
| * | | test dataclasses.KW_ONLYMike Bayer2023-02-141-2/+20
| | |/ | |/|
* | | fix typo in whatsnew (#9303)Andrei Pozolotin2023-02-141-1/+1
* | | fix typo "Annotation" -> "Annotated" and use typing_extensionsMike Bayer2023-02-141-2/+2
|/ /
* | fix documentation formattingFederico Caselli2023-02-131-1/+3
* | completely lift-and-copy and_ / or_ documentationMike Bayer2023-02-131-0/+108
* | note column ordering change, indicate recipe to control orderingMike Bayer2023-02-132-0/+134
* | Fix docs for `case` expression to match new syntax (#9279)Abdulhaq Emhemmed2023-02-103-7/+7
* | add requirement, restore test removed in eb0861e8e69f8ce702301c558e552e1aeb2e...Federico Caselli2023-02-102-0/+3
|/
* generalize adapt_on_names to expect non-named elementsMike Bayer2023-02-107-17/+130
* Version 2.0.4 placeholderMike Bayer2023-02-092-1/+5
* - 2.0.3rel_2_0_3Mike Bayer2023-02-094-19/+21
* apply self_group to all elements of multi-expressionMike Bayer2023-02-093-32/+99
* pin sphinx-copybutton and change configMike Bayer2023-02-092-1/+7
* add test for #9268Mike Bayer2023-02-081-0/+18
* typing: fix hybrid property setter (#9269)Mehdi ABAAKOUK2023-02-081-1/+1
* Merge "Remove `typing.Self` workaround" into mainmike bayer2023-02-0829-706/+382
|\
| * Remove `typing.Self` workaroundYurii Karabas2023-02-0829-706/+382
* | Merge "use Dict[], not dict[] in mypy test" into mainFederico Caselli2023-02-081-1/+2
|\ \ | |/ |/|