summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Improve orm event docsFederico Caselli2023-02-272-9/+17
* | | | ensure single import per lineMike Bayer2023-02-2827-120/+126
* | | | Improve exclude constraint docs and tests.Federico Caselli2023-02-272-11/+28
| |/ / |/| |
* | | Merge "Add separate version notes for scalars" into mainmike bayer2023-02-274-4/+14
|\ \ \
| * | | Add separate version notes for scalarsGrey Li2023-02-265-5/+15
| |/ /
* | | Merge "include columns from superclasses that indicate "selectin"" into mainmike bayer2023-02-274-15/+360
|\ \ \
| * | | include columns from superclasses that indicate "selectin"Mike Bayer2023-02-274-15/+360
| | |/ | |/|
* | | Merge "fix with_polymorphic" into mainmike bayer2023-02-274-2/+71
|\ \ \
| * | | fix with_polymorphicMike Bayer2023-02-264-2/+71
* | | | remove reveal_type importMike Bayer2023-02-271-2/+0
* | | | Merge "Create public QueryPropertyDescriptor type for query_property" into mainmike bayer2023-02-276-9/+65
|\ \ \ \
| * | | | Create public QueryPropertyDescriptor type for query_propertyFederico Caselli2023-02-266-9/+65
| |/ / /
* | | | Merge "Declare KEY_OBJECTS_ONLY as cdef variable" into mainmike bayer2023-02-272-2/+11
|\ \ \ \
| * | | | Declare KEY_OBJECTS_ONLY as cdef variableMatus Valo2023-02-262-2/+11
| | |_|/ | |/| |
* | | | Merge "apply a fixed locals w/ Mapped to all de-stringify" into mainmike bayer2023-02-278-14/+160
|\ \ \ \
| * | | | apply a fixed locals w/ Mapped to all de-stringifyMike Bayer2023-02-268-14/+160
* | | | | Merge "use read-only Mapping for values dictionary type" into mainmike bayer2023-02-274-1/+49
|\ \ \ \ \
| * | | | | use read-only Mapping for values dictionary typeMike Bayer2023-02-264-1/+49
| | |/ / / | |/| | |
* | | | | Merge "locate automap base in hierarchy directly" into mainmike bayer2023-02-273-5/+38
|\ \ \ \ \
| * | | | | locate automap base in hierarchy directlyMike Bayer2023-02-243-5/+38
| | |_|_|/ | |/| | |
* | | | | Merge "ExcludeConstraint literal_compile" into mainmike bayer2023-02-274-11/+32
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ExcludeConstraint literal_compileFederico Caselli2023-02-224-11/+32
| | |_|/ | |/| |
* | | | update case statement to v2 syntaxFederico Caselli2023-02-243-16/+10
| |/ / |/| |
* | | 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
|\