summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* disable all raiseload within the unit of work process.Mike Bayer2021-02-286-2/+185
* don't assume ordering in test_update_explicit_returningMike Bayer2021-02-241-1/+1
* Merge "mssql+pyodbc specify ampersand separator"mike bayer2021-02-251-1/+10
|\
| * mssql+pyodbc specify ampersand separatorGord Thompson2021-02-241-1/+10
* | Merge "Minor optimization to the code"mike bayer2021-02-2410-349/+83
|\ \
| * | Minor optimization to the codeFederico Caselli2021-02-1810-349/+83
* | | Add example for cx_Oracle SessionPool useMike Bayer2021-02-241-0/+29
| |/ |/|
* | refer to row elements as "elements", not columnsMike Bayer2021-02-222-19/+22
* | document TypeDecorator schemes for MONEYMike Bayer2021-02-221-1/+35
* | add versions for pre-commit toolsMike Bayer2021-02-201-2/+2
* | Typo stream_resuls -> stream_resultsCharlie Denton2021-02-192-2/+2
* | Merge "Deprecate and rename schema .copy() methods"mike bayer2021-02-196-24/+94
|\ \
| * | Deprecate and rename schema .copy() methodsGord Thompson2021-02-186-24/+94
* | | Fix test that incorrectly used ; as query separatorFederico Caselli2021-02-181-1/+1
* | | Merge "Update the create wheel action:"mike bayer2021-02-181-80/+52
|\ \ \
| * | | Update the create wheel action:Federico Caselli2021-02-181-80/+52
| | |/ | |/|
* | | Fix a reflection error for MSSQL 2005Federico Caselli2021-02-182-1/+13
|/ /
* | Fix typo on tutorial/data.rstFederico Caselli2021-02-181-1/+1
* | Extract table names when comparing to nrte errorMike Bayer2021-02-183-2/+67
|/
* Update declarative_mixins.rstserzey2021-02-161-1/+1
* Version 1.4.0 placeholderMike Bayer2021-02-152-1/+5
* - 1.4.0b3rel_1_4_0b3Mike Bayer2021-02-159-81/+88
* next release is 1.4.0b3Mike Bayer2021-02-151-1/+1
* zzzeeksphinx 1.2.1 needed w/ sphinx 3.5.0Mike Bayer2021-02-151-1/+1
* Merge "Support legacy select(<iterable>) in addition to select(<list>) in v1.4"mike bayer2021-02-153-1/+24
|\
| * Support legacy select(<iterable>) in addition to select(<list>) in v1.4Oliver Rice2021-02-153-1/+24
* | Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-157-11/+64
* | Merge remote-tracking branch 'origin/pr/5943'Mike Bayer2021-02-151-1/+1
|\ \
| * | Bumy SphinxSam Bull2021-02-151-1/+1
* | | fix repeated footnoteMike Bayer2021-02-151-2/+2
|/ /
* | Merge "Allow update.returing() to work with from_statement()"mike bayer2021-02-1410-13/+299
|\ \
| * | Allow update.returing() to work with from_statement()Mike Bayer2021-02-1410-13/+299
* | | Add emphasis to URL documentation re: URL encodingMike Bayer2021-02-142-6/+15
| |/ |/|
* | fix typosMike Bayer2021-02-142-8/+10
* | expand and further generalize bound parameter translateMike Bayer2021-02-147-115/+167
|/
* [doc/build/changelog/migration_20.rst] Remove andSamuel Marks2021-02-131-2/+2
* Further refine labeling for renamed columnsMike Bayer2021-02-1215-61/+219
* Merge "Apply consistent labeling for all future style ORM queries"mike bayer2021-02-1211-89/+488
|\
| * Apply consistent labeling for all future style ORM queriesMike Bayer2021-02-1111-89/+488
* | Merge "test Function(?:Element)._bind_param() with in_()"mike bayer2021-02-113-4/+42
|\ \
| * | test Function(?:Element)._bind_param() with in_()Mike Bayer2021-02-113-4/+42
| |/
* | Prepare to ship 1.4.0b3Mike Bayer2021-02-111-1/+1
|/
* Don't pre-calc inserted primary key if no getterMike Bayer2021-02-101-14/+20
* turn section into a bulleted listMike Bayer2021-02-101-20/+23
* Merge "Detect non async driver on engine creation"mike bayer2021-02-093-2/+17
|\
| * Detect non async driver on engine creationFederico Caselli2021-02-063-2/+17
* | update the intro to accommodate for the 1.4/2.0 overviewMike Bayer2021-02-091-20/+45
* | Merge "Add identifier_preparer per-execution context for schema translates"mike bayer2021-02-089-13/+121
|\ \
| * | Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-089-13/+121
* | | Merge "Use slots in the aiomysql proxy classes"mike bayer2021-02-081-1/+9
|\ \ \ | |/ / |/| |