summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Document NestedTransactionMike Bayer2021-03-141-5/+68
* Merge "Apply percent sign escaping to op(), custom_op()"mike bayer2021-03-091-3/+5
|\
| * Apply percent sign escaping to op(), custom_op()Mike Bayer2021-03-091-3/+5
* | Link to state, not object, for mutable extensionMike Bayer2021-03-091-9/+14
|/
* Merge "Add supported database version for internal dialects"mike bayer2021-03-075-4/+15
|\
| * Add supported database version for internal dialectsFederico Caselli2021-03-075-4/+15
* | Merge "Ignore flake8 F401 on specific files"mike bayer2021-03-0713-733/+733
|\ \
| * | Ignore flake8 F401 on specific filesFederico Caselli2021-03-0313-733/+733
* | | Merge "Ensure all Query statements compile w/ orm, fix test harness"mike bayer2021-03-072-5/+13
|\ \ \
| * | | Ensure all Query statements compile w/ orm, fix test harnessMike Bayer2021-03-052-5/+13
* | | | Merge "Fix named CHECK constraint name omitted on repeated creates"mike bayer2021-03-074-41/+12
|\ \ \ \
| * | | | Fix named CHECK constraint name omitted on repeated createsGord Thompson2021-03-064-41/+12
| | |_|/ | |/| |
* | | | Merge "Replace reset_agent with direct call from connection"mike bayer2021-03-072-96/+40
|\ \ \ \
| * | | | Replace reset_agent with direct call from connectionMike Bayer2021-03-062-96/+40
| |/ / /
* | | | improve targeting and labeling for unary() in columns clauseMike Bayer2021-03-063-46/+86
|/ / /
* | | Clarify COMMIT/ROLLBACK logging when autocommit is turned onMike Bayer2021-03-051-7/+29
|/ /
* | ensure composite refresh handler synced w/ mutable compositeMike Bayer2021-03-041-7/+27
* | Fix aggregate_order_by issueGord Thompson2021-03-041-0/+1
|/
* Remove passive_deletes warning for many-to-oneMike Bayer2021-03-031-7/+0
* add missing copyright to asyncio filesMike Bayer2021-03-026-0/+42
* convert AsyncSession.delete into awaitableMike Bayer2021-03-022-2/+13
* Merge "disable all raiseload within the unit of work process."mike bayer2021-03-012-2/+13
|\
| * disable all raiseload within the unit of work process.Mike Bayer2021-02-282-2/+13
* | Merge "support stringify for plain CTE"mike bayer2021-02-281-5/+16
|\ \
| * | support stringify for plain CTEMike Bayer2021-02-271-5/+16
| |/
* | Add missing colon before code block in docsFederico Caselli2021-02-261-1/+1
* | Merge "document declarative base made non-dynamically"mike bayer2021-02-262-1/+14
|\ \
| * | document declarative base made non-dynamicallyMike Bayer2021-02-242-1/+14
* | | Merge "implement visit_unsupported_compilation for TypeCompiler"mike bayer2021-02-261-0/+6
|\ \ \
| * | | implement visit_unsupported_compilation for TypeCompilerMike Bayer2021-02-251-0/+6
| | |/ | |/|
* | | Merge "Revert AppenderQuery modifications from ORM"mike bayer2021-02-263-258/+62
|\ \ \
| * | | Revert AppenderQuery modifications from ORMMike Bayer2021-02-253-258/+62
| |/ /
* | | Merge "Add reflection_options to automapbase.prepare()"mike bayer2021-02-261-2/+12
|\ \ \
| * | | Add reflection_options to automapbase.prepare()Gord Thompson2021-02-251-2/+12
| |/ /
* | | mutex asyncpg / aiomysql connection state changesMike Bayer2021-02-252-63/+92
|/ /
* | 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