summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Modernize tests - query_from_self" into mainmike bayer2021-10-181-1/+0
|\ \ \
| * | | Modernize tests - query_from_selfGord Thompson2021-10-171-1/+0
| |/ /
* | | vendor asynccontextmanager outside of greenlet dependencyMike Bayer2021-10-183-65/+84
|/ /
* | Merge "re-enable asnycmy >= 0.2.3; disable aiomysql totally" into mainmike bayer2021-10-171-3/+6
|\ \ | |/ |/|
| * re-enable asnycmy >= 0.2.3; disable aiomysql totallyMike Bayer2021-10-151-3/+6
* | Add missing note: bind arg will be required in 2.0 (#7195)Sergey Golitsynskiy2021-10-161-0/+6
* | Merge "fix with_loader_criteria for select(A).join(B)" into mainmike bayer2021-10-151-6/+52
|\ \ | |/ |/|
| * fix with_loader_criteria for select(A).join(B)Mike Bayer2021-10-151-6/+52
* | Merge "support bind expressions w/ expanding IN; apply to psycopg2" into mainmike bayer2021-10-155-52/+101
|\ \ | |/ |/|
| * support bind expressions w/ expanding IN; apply to psycopg2Mike Bayer2021-10-155-52/+101
* | Fix reflection of FK against a unique indexGord Thompson2021-10-141-24/+135
|/
* clarify that with_loader_criteria does not affect contains_eager()Mike Bayer2021-10-141-0/+7
* Merge "Reflect table can reflect table with no columns" into mainmike bayer2021-10-143-2/+67
|\
| * Reflect table can reflect table with no columnsSumit Khanna2021-10-143-2/+67
* | Merge "Pickling fixes for ORM / Core" into mainmike bayer2021-10-132-11/+51
|\ \
| * | Pickling fixes for ORM / CoreMike Bayer2021-10-132-11/+51
| |/
* | Merge "Fix has_table() false negative for #temp tables" into mainmike bayer2021-10-131-8/+12
|\ \
| * | Fix has_table() false negative for #temp tablesGord Thompson2021-10-121-8/+12
| |/
* | Fix recursive CTE to support nestingEric Masseran2021-10-122-38/+72
|/
* rename elements to mainMike Bayer2021-10-112-2/+2
* Merge "fixes for usage of the null() and similar constants"mike bayer2021-10-084-29/+98
|\
| * fixes for usage of the null() and similar constantsMike Bayer2021-10-084-29/+98
* | Add documentation on how to use the events with asyncioFederico Caselli2021-10-082-0/+46
|/
* Merge "Enable tests of fetch/offset for mariadb>=10.6"mike bayer2021-10-082-0/+10
|\
| * Enable tests of fetch/offset for mariadb>=10.6Federico Caselli2021-10-082-0/+10
* | Merge "Add autocommit documentation for Azure SQL DW"mike bayer2021-10-061-3/+42
|\ \
| * | Add autocommit documentation for Azure SQL DWGord Thompson2021-09-281-3/+42
* | | Merge "Bugfix: MySQL expression: may be bindparam or other expression"mike bayer2021-10-051-1/+1
|\ \ \
| * | | Bugfix: MySQL expression: may be bindparam or other expressionAnton Kovalevich2021-10-051-1/+1
* | | | Merge "fix(6435): support `MemberExpr` for enum column declaration"mike bayer2021-10-051-1/+1
|\ \ \ \
| * | | | fix(6435): support `MemberExpr` for enum column declarationHiroshi Ogawa2021-10-051-1/+1
| |/ / /
* | | | Handle SSL SYSCALL error: Bad Address in postgresql/pyscopg2Zeke Brechtel2021-10-051-1/+2
|/ / /
* | | Merge "disallow adding to identity map that's been discarded"mike bayer2021-10-042-0/+15
|\ \ \
| * | | disallow adding to identity map that's been discardedMike Bayer2021-10-042-0/+15
| | |/ | |/|
* | | Merge "Warn when trying to execute a query object with a session."mike bayer2021-10-041-1/+22
|\ \ \
| * | | Warn when trying to execute a query object with a session.Federico Caselli2021-10-041-1/+22
| |/ /
* | | repair any_() / all_() "implicit flip" behavior for NoneMike Bayer2021-10-045-73/+111
|/ /
* | Merge "Ensure all SQLAlchemy exception can be properly pickled"mike bayer2021-10-011-2/+20
|\ \
| * | Ensure all SQLAlchemy exception can be properly pickledFederico Caselli2021-10-011-2/+20
| |/
* | Merge "Fixes: #3160"mike bayer2021-10-011-6/+25
|\ \
| * | Fixes: #3160jonathan vanasco2021-09-281-6/+25
* | | Merge "Account for `schema` in `table()` `fullname` attribute."mike bayer2021-10-011-1/+5
|\ \ \
| * | | Account for `schema` in `table()` `fullname` attribute.Federico Caselli2021-10-011-1/+5
* | | | Merge "Fixes: #4504"mike bayer2021-10-011-0/+30
|\ \ \ \
| * | | | Fixes: #4504jonathan vanasco2021-09-291-0/+30
| | |_|/ | |/| |
* | | | organize datetime types for correct implsMike Bayer2021-10-012-3/+18
* | | | Merge "indicate private use of URL.__new__ privately only"mike bayer2021-10-011-1/+3
|\ \ \ \
| * | | | indicate private use of URL.__new__ privately onlyMike Bayer2021-10-011-1/+3
| | |/ / | |/| |
* | | | correct charset for mariadb connector with mdb 10.6Georg Richter2021-10-011-0/+2
|/ / /
* | | Modernize tests - calling_mapper_directlyGord Thompson2021-09-304-47/+60