summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | Revert "Merge "add aiomysql support""Mike Bayer2020-12-092-9/+3
* | | Merge "add aiomysql support"mike bayer2020-12-082-3/+9
|\ \ \
| * | | add aiomysql supportMike Bayer2020-12-082-3/+9
| |/ /
* | | Detect non compatible execution in async modeFederico Caselli2020-12-081-14/+0
|/ /
* | Merge "Don't emit warnings on descriptor access"mike bayer2020-11-201-2/+0
|\ \
| * | Don't emit warnings on descriptor accessMike Bayer2020-11-201-2/+0
* | | Merge "Support pool.connect() event firing before all else"mike bayer2020-11-203-0/+91
|\ \ \ | |/ / |/| |
| * | Support pool.connect() event firing before all elseMike Bayer2020-11-193-0/+91
| |/
* | Use ``re.search`` instead of ``re.match`` in sqliteFederico Caselli2020-11-191-5/+14
|/
* Convert to autoload_with internallyMike Bayer2020-11-072-6/+8
* update selectin docsMike Bayer2020-10-312-2/+7
* Merge "tutorial 2.0 WIP"mike bayer2020-10-311-2/+2
|\
| * tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-2/+2
* | Merge "while working on #5435, I found some misses from the previous PR for #...mike bayer2020-10-311-2/+2
|\ \
| * | while working on #5435, I found some misses from the previous PR for #5429jonathan vanasco2020-10-301-2/+2
| |/
* | Merge "Deprecate bind args, execute() methods that were missed"mike bayer2020-10-311-0/+2
|\ \ | |/ |/|
| * Deprecate bind args, execute() methods that were missedMike Bayer2020-10-301-0/+2
* | Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-2/+2
|/
* Correct reflection for composite primary keysfulpm2020-10-211-0/+54
* Ensure no compiler visit method tries to access .statementMike Bayer2020-10-191-1/+56
* Add deprecation for base Executable.bindMike Bayer2020-10-161-10/+11
* Merge "Deprecate strings indicating attribute names"mike bayer2020-10-141-0/+11
|\
| * Deprecate strings indicating attribute namesMike Bayer2020-10-131-0/+11
* | Deprecate bound metadataMike Bayer2020-10-121-0/+6
|/
* Merge "Drop python 3.5 support"mike bayer2020-10-101-2/+1
|\
| * Drop python 3.5 supportFederico Caselli2020-10-081-2/+1