summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* disable all raiseload within the unit of work process.Mike Bayer2021-02-282-2/+13
* 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-247-324/+80
|\ \
| * | Minor optimization to the codeFederico Caselli2021-02-187-324/+80
* | | Add example for cx_Oracle SessionPool useMike Bayer2021-02-241-0/+29
| |/ |/|
* | document TypeDecorator schemes for MONEYMike Bayer2021-02-221-1/+35
* | Typo stream_resuls -> stream_resultsCharlie Denton2021-02-192-2/+2
* | Merge "Deprecate and rename schema .copy() methods"mike bayer2021-02-193-8/+72
|\ \
| * | Deprecate and rename schema .copy() methodsGord Thompson2021-02-183-8/+72
* | | Fix a reflection error for MSSQL 2005Federico Caselli2021-02-181-1/+7
| |/ |/|
* | Extract table names when comparing to nrte errorMike Bayer2021-02-181-2/+7
|/
* Version 1.4.0 placeholderMike Bayer2021-02-151-1/+1
* Merge "Support legacy select(<iterable>) in addition to select(<list>) in v1.4"mike bayer2021-02-151-1/+5
|\
| * Support legacy select(<iterable>) in addition to select(<list>) in v1.4Oliver Rice2021-02-151-1/+5
* | Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-154-7/+39
* | Merge "Allow update.returing() to work with from_statement()"mike bayer2021-02-145-9/+49
|\ \
| * | Allow update.returing() to work with from_statement()Mike Bayer2021-02-145-9/+49
* | | Add emphasis to URL documentation re: URL encodingMike Bayer2021-02-141-2/+7
| |/ |/|
* | expand and further generalize bound parameter translateMike Bayer2021-02-144-73/+82
|/
* Further refine labeling for renamed columnsMike Bayer2021-02-1210-41/+59
* Merge "Apply consistent labeling for all future style ORM queries"mike bayer2021-02-126-87/+168
|\
| * Apply consistent labeling for all future style ORM queriesMike Bayer2021-02-116-87/+168
* | Merge "test Function(?:Element)._bind_param() with in_()"mike bayer2021-02-111-2/+4
|\ \
| * | test Function(?:Element)._bind_param() with in_()Mike Bayer2021-02-111-2/+4
| |/
* | 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
* Merge "Detect non async driver on engine creation"mike bayer2021-02-092-1/+6
|\
| * Detect non async driver on engine creationFederico Caselli2021-02-062-1/+6
* | Merge "Add identifier_preparer per-execution context for schema translates"mike bayer2021-02-088-13/+112
|\ \
| * | Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-088-13/+112
| |/
* | Use slots in the aiomysql proxy classesFederico Caselli2021-02-061-1/+9
|/
* Track a second from_linter for lateral subqueriesMike Bayer2021-02-052-5/+41
* Merge remote-tracking branch 'origin/pr/5883'Mike Bayer2021-02-051-1/+1
|\
| * Fix broken link to cx_Oracle documentationPaul Lettich2021-01-271-1/+1
* | Accommodate column-based naming conventions for pk constraintMike Bayer2021-02-044-12/+54
* | orm/session.py - comment grammar fixMaciej Brencz2021-02-041-1/+1
* | Version 1.4.0 placeholderMike Bayer2021-02-031-1/+1
* | Merge "un-deprecate Oracle 2pc"mike bayer2021-02-032-9/+19
|\ \
| * | un-deprecate Oracle 2pcMike Bayer2021-02-032-9/+19
| |/
* | fix gc related race in weakdict popitemMike Bayer2021-02-031-2/+7
* | Merge "Improve noload documentation"mike bayer2021-02-031-0/+8
|\ \
| * | Improve noload documentationFederico Caselli2021-02-021-0/+8
* | | Merge "Implement support for functions as FROM with columns clause support"mike bayer2021-02-0317-153/+992
|\ \ \
| * | | Implement support for functions as FROM with columns clause supportMike Bayer2021-02-0317-153/+992
| |/ /
* | | Merge "Implement per-connection logging token"mike bayer2021-02-033-11/+56
|\ \ \
| * | | Implement per-connection logging tokenMike Bayer2021-02-033-11/+56
| |/ /
* | | Add coercions to literal()Mike Bayer2021-02-033-4/+25
|/ /
* | don't fail if purge recyclebin fails/mutex on registryMike Bayer2021-02-024-11/+14
* | Merge "reorganize mapper compile/teardown under registry"mike bayer2021-02-017-158/+389
|\ \