summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | reorganize mapper compile/teardown under registryMike Bayer2021-02-017-158/+389
* | | set identifier length for MySQL constraints to 64Mike Bayer2021-01-306-8/+229
|/ /
* | Merge "Use schema._copy_expression() fully in column collection constraints"mike bayer2021-01-293-12/+32
|\ \
| * | Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-293-12/+32
* | | Clarify Column.index / Column.unique parametersMike Bayer2021-01-291-12/+95
|/ /
* | Merge "Render NULL for bindparam w/ None value/literal_binds, warn"mike bayer2021-01-282-4/+13
|\ \
| * | Render NULL for bindparam w/ None value/literal_binds, warnMike Bayer2021-01-282-4/+13
* | | Allow Oracle CLOB/NCLOB/BLOB in returningMike Bayer2021-01-281-3/+47
|/ /
* | Repair incorrect symbol PyDict_GetItemWithError for Python 2Mike Bayer2021-01-271-0/+34
|/
* Merge "Fix many spell glitches in docstrings and comments"mike bayer2021-01-2641-78/+78
|\
| * Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-2441-79/+79
* | Merge "Improve c implementation of immutabledict"mike bayer2021-01-261-7/+24
|\ \