summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | fix double is_none()Mike Bayer2021-01-141-8/+4
|/
* Merge "reinvent xdist hooks in terms of pytest fixtures"mike bayer2021-01-1414-290/+670
|\
| * reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-1314-290/+671
* | Implement connection binding for AsyncSessionMike Bayer2021-01-072-0/+5
|/
* remove more bound metadataMike Bayer2021-01-053-10/+13
* happy new yearMike Bayer2021-01-0417-17/+17
* remove metadata.bind use from test suiteMike Bayer2021-01-0310-613/+613
* Merge "Repair async test refactor"mike bayer2021-01-034-17/+27
|\
| * Repair async test refactorMike Bayer2021-01-024-17/+27
* | Further attempts to repair SQL server temp table issueMike Bayer2021-01-022-7/+14
|/
* Support testing of async drivers without fallback modeFederico Caselli2020-12-308-70/+325
* Support TypeDecorator.get_dbapi_type() for setinpusizesMike Bayer2020-12-301-0/+40
* disambiguate SQL server temp table constraint namesMike Bayer2020-12-293-2/+22
* Fix issues with JSON and float/numericGord Thompson2020-12-202-29/+137
* Repair mssql dep tests; have __only_on__ imply __backend__Mike Bayer2020-12-191-0/+1
* Merge "test fixes for oracle 18c"mike bayer2020-12-183-3/+15
|\
| * test fixes for oracle 18cMike Bayer2020-12-183-3/+15
* | Gracefully degrade on v$transaction not readableMike Bayer2020-12-181-1/+1
|/
* Merge "Support IF EXISTS/IF NOT EXISTS for DDL constructs"mike bayer2020-12-142-0/+99
|\
| * Support IF EXISTS/IF NOT EXISTS for DDL constructsRamonWill2020-12-142-0/+99
* | Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-117-145/+139
|\ \
| * | correct for "autocommit" deprecation warningMike Bayer2020-12-117-145/+139
* | | Merge "add aiomysql support"mike bayer2020-12-112-3/+9
|\ \ \
| * | | add aiomysql supportMike Bayer2020-12-102-3/+9
* | | | Implement Oracle SERIALIZABLE + real read of isolation levelMike Bayer2020-12-091-0/+22
|/ / /