summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
* Make schema support explicitGord Thompson2021-04-091-0/+1
* Merge "Fix LegacyRow/Row index access"mike bayer2021-04-082-6/+33
|\
| * Fix LegacyRow/Row index accessMike Bayer2021-04-082-6/+33
* | Update run_callable depr warn to suggest .begin()Gord Thompson2021-04-081-1/+1
* | support multivalues insert on strsqlcompilerMike Bayer2021-04-071-0/+1
|/
* Document inserted_primary_key_rowsMike Bayer2021-04-041-8/+39
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-012-0/+36
* document rowcount for ORM update/deleteMike Bayer2021-03-311-1/+6
* Merge "Repair exception handling in CursorResult"mike bayer2021-03-311-2/+2
|\
| * Repair exception handling in CursorResultFederico Caselli2021-03-301-2/+2
* | Run trans.close() at end of block if transaction already inactiveMike Bayer2021-03-301-8/+36
|/
* Merge "Repair pysqlcipher and use sqlcipher3"mike bayer2021-03-252-1/+72
|\
| * Repair pysqlcipher and use sqlcipher3Mike Bayer2021-03-242-1/+72
* | Restore ResultProxy name to sqlalchemy.engineMike Bayer2021-03-231-0/+1
|/
* fix __all__Mike Bayer2021-03-201-3/+0
* Import inspector in engine initFederico Caselli2021-03-191-0/+1
* Merge "Provide special row proxies for count and index"mike bayer2021-03-171-0/+21
|\
| * Provide special row proxies for count and indexMike Bayer2021-03-171-0/+21
* | work around formatting issue with the :param: tagMike Bayer2021-03-171-1/+3
|/
* Merge "Turn off pyodbc setinputsizes() by default"mike bayer2021-03-161-0/+11
|\
| * Turn off pyodbc setinputsizes() by defaultMike Bayer2021-03-161-0/+11
* | Reword deprecation message for Connection.run_callable()Mike Bayer2021-03-161-1/+2
|/
* documentation updatesMike Bayer2021-03-151-5/+12
* Merge "Implement Mypy plugin"mike bayer2021-03-141-1/+1
|\
| * Implement Mypy pluginMike Bayer2021-03-131-1/+1
* | Document NestedTransactionMike Bayer2021-03-141-5/+68
|/
* Merge "Ignore flake8 F401 on specific files"mike bayer2021-03-071-38/+38
|\
| * Ignore flake8 F401 on specific filesFederico Caselli2021-03-031-38/+38
* | Merge "Replace reset_agent with direct call from connection"mike bayer2021-03-071-32/+9
|\ \
| * | Replace reset_agent with direct call from connectionMike Bayer2021-03-061-32/+9
* | | improve targeting and labeling for unary() in columns clauseMike Bayer2021-03-061-1/+3
|/ /
* | Clarify COMMIT/ROLLBACK logging when autocommit is turned onMike Bayer2021-03-051-7/+29
|/
* Minor optimization to the codeFederico Caselli2021-02-181-59/+45
* Add emphasis to URL documentation re: URL encodingMike Bayer2021-02-141-2/+7
* Don't pre-calc inserted primary key if no getterMike Bayer2021-02-101-14/+20
* Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-081-0/+19
* Implement per-connection logging tokenMike Bayer2021-02-033-11/+56
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-301-5/+4
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-242-5/+5
* Guard against re-entrant autobegin in Core, ORMMike Bayer2021-01-151-1/+2
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-132-11/+16
* happy new yearMike Bayer2021-01-0414-14/+14
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-0/+2
* Gracefully degrade on v$transaction not readableMike Bayer2020-12-182-1/+37
* Emit 2.0 deprecation warning for sub-transactionsMike Bayer2020-12-141-0/+10
* Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-111-3/+13
|\
| * correct for "autocommit" deprecation warningMike Bayer2020-12-111-3/+13
* | update docs that reference the deprecated `from_engine` inspectionjonathan vanasco2020-12-071-2/+2
|/
* QueuePool: support subsecond timeoutJordan Pittier2020-11-211-2/+4
* Merge "Support pool.connect() event firing before all else"mike bayer2020-11-201-11/+8
|\