summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
...
* | Propertly ignore ``Identity`` in MySQL and MariaDb.Federico Caselli2021-04-282-0/+32
|/
* Merge "omit text from selected_columns; clear memoizations"mike bayer2021-04-222-0/+14
|\
| * omit text from selected_columns; clear memoizationsMike Bayer2021-04-222-0/+14
* | Ensure sparse backend selection sorts on driver alsoMike Bayer2021-04-221-0/+1
|/
* Add new "sync once" mode for pool.connectMike Bayer2021-04-211-2/+13
* don't base compilation off the int value of offset/limit part IIMike Bayer2021-04-141-11/+18
* Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-144-3/+31
* Make schema support explicitGord Thompson2021-04-091-1/+2
* Fix LegacyRow/Row index accessMike Bayer2021-04-081-4/+0
* Merge "Disallow AliasedReturnsRows from execution"mike bayer2021-04-061-5/+9
|\
| * Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-5/+9
* | uniquify when popping literal_execute_params from param dictMike Bayer2021-04-051-0/+14
|/
* Merge "Fix MSSQL / Oracle limit/offset regressions"mike bayer2021-04-011-70/+198
|\
| * Fix MSSQL / Oracle limit/offset regressionsFederico Caselli2021-03-311-70/+198
* | Merge "Add DeclarativeMeta to globals"mike bayer2021-03-311-0/+12
|\ \ | |/ |/|
| * Add DeclarativeMeta to globalsMike Bayer2021-03-311-0/+12
* | Repair exception handling in CursorResultFederico Caselli2021-03-301-0/+2
|/
* Repair pysqlcipher and use sqlcipher3Mike Bayer2021-03-241-1/+1
* Merge "Add support for aiosqlite"mike bayer2021-03-245-9/+49
|\
| * Add support for aiosqliteFederico Caselli2021-03-245-9/+49
* | Remove internal use of string attr in loader optionMike Bayer2021-03-231-3/+14
|/
* Deannoate functions before matching .__class__Mike Bayer2021-03-191-0/+6
* Merge "CAST the elements in ARRAYs when using psycopg2"mike bayer2021-03-164-1/+50
|\
| * CAST the elements in ARRAYs when using psycopg2Federico Caselli2021-03-154-1/+50
* | Implement Mypy pluginMike Bayer2021-03-131-0/+12
|/
* Merge "Ignore flake8 F401 on specific files"mike bayer2021-03-071-66/+66
|\
| * Ignore flake8 F401 on specific filesFederico Caselli2021-03-031-66/+66
* | Ensure all Query statements compile w/ orm, fix test harnessMike Bayer2021-03-051-5/+3
|/
* convert AsyncSession.delete into awaitableMike Bayer2021-03-021-1/+1
* Revert AppenderQuery modifications from ORMMike Bayer2021-02-251-3/+0
* Minor optimization to the codeFederico Caselli2021-02-182-10/+3
* expand and further generalize bound parameter translateMike Bayer2021-02-141-0/+49
* Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-082-1/+78
* Track a second from_linter for lateral subqueriesMike Bayer2021-02-051-0/+4
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-032-0/+29
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-303-2/+217
* Render NULL for bindparam w/ None value/literal_binds, warnMike Bayer2021-01-281-0/+3
* Merge "Fix many spell glitches in docstrings and comments"mike bayer2021-01-261-1/+1
|\
| * Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* | Fill-out dataclass-related attr resolutionMike Bayer2021-01-251-0/+1
|/
* remove __allowlist__Mike Bayer2021-01-231-4/+0
* Removed some legacy terms in favor of modern equivalents. (D&I)jonathan vanasco2021-01-211-1/+1
* Merge "Create explicit GC ordering between ConnectionFairy/ConnectionRecord"mike bayer2021-01-162-0/+15
|\
| * Create explicit GC ordering between ConnectionFairy/ConnectionRecordMike Bayer2021-01-153-8/+19
* | Merge "Guard against re-entrant autobegin in Core, ORM"mike bayer2021-01-161-1/+1
|\ \
| * | Guard against re-entrant autobegin in Core, ORMMike Bayer2021-01-151-1/+1
* | | run handle error for commit/rollback fail and cancel transactionMike Bayer2021-01-151-0/+8
|/ /
* | Merge "Add missing requirements to suite tests"mike bayer2021-01-151-2/+8
|\ \
| * | Add missing requirements to suite testsGord Thompson2021-01-151-2/+8
* | | update execute() arg formats in modules and testsMike Bayer2021-01-156-22/+27
|/ /