summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add --notimingintensive; block from github jobstiming_intensiveMike Bayer2020-10-061-2/+1
* Merge "Fetch first support"mike bayer2020-10-055-52/+599
|\
| * Fetch first supportFederico Caselli2020-10-025-52/+599
* | Enable pypy tests on github workflowFederico Caselli2020-10-024-1/+8
|/
* use execute_20 to preserve compiled cacheMike Bayer2020-10-021-0/+35
* raise on lower-case column shared to multiple tablesMike Bayer2020-09-301-1/+15
* Merge "Support for multiple hosts in PostgreSQL connection string"mike bayer2020-09-301-0/+19
|\
| * Support for multiple hosts in PostgreSQL connection stringRamonWill2020-09-231-0/+19
* | Scan for tables without relying upon whereclauseMike Bayer2020-09-292-25/+92
* | bump variance on test_string, test_unicodeMike Bayer2020-09-291-2/+2
* | Add reflection for Identity columnsFederico Caselli2020-09-287-17/+268
* | upgrade to black 20.8b1Mike Bayer2020-09-2886-409/+917
* | Add deprecation warning for .join().alias()Gord Thompson2020-09-285-34/+81
* | build the full compilestate every timeMike Bayer2020-09-272-218/+420
* | Accommodate for same base class multiple times in inherits listMike Bayer2020-09-271-0/+25
* | Merge "Improve Asyncpg json handling"mike bayer2020-09-241-13/+79
|\ \ | |/ |/|
| * Improve Asyncpg json handlingFederico Caselli2020-09-231-13/+79
* | Deprecate negative slice indexesMike Bayer2020-09-224-31/+162
* | Merge "restore slice methods to dynamic query"mike bayer2020-09-221-0/+11
|\ \
| * | restore slice methods to dynamic queryMike Bayer2020-09-211-0/+11
| |/
* | Raise if unique() not applied to 2.0 joined eager load resultsMike Bayer2020-09-215-30/+172
|/
* Merge "Stringify correctly for non-str exception argument"mike bayer2020-09-201-3/+18
|\
| * Stringify correctly for non-str exception argumentAndrzej BartosiƄski2020-09-201-3/+18
* | Fix has_table() for mssql temporary tablesGord Thompson2020-09-191-0/+16
|/
* Merge "Complete deprecation of from_self()"mike bayer2020-09-199-445/+1787
|\
| * Complete deprecation of from_self()Mike Bayer2020-09-189-445/+1787
* | Add support for Azure authentication optionsGord Thompson2020-09-171-0/+20
|/
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-1631-997/+1322
* Merge "Fix ORM gc-related test that seems to be failing on CI"mike bayer2020-09-161-2/+4
|\
| * Fix ORM gc-related test that seems to be failing on CIMike Bayer2020-09-161-2/+4
* | Merge "Make :class:`_orm.registry` ``bind`` a private parameter."mike bayer2020-09-161-0/+30
|\ \ | |/ |/|
| * Make :class:`_orm.registry` ``bind`` a private parameter.Federico Caselli2020-09-151-0/+30
* | Merge "Correct for SQL Server temp table owner"mike bayer2020-09-161-35/+39
|\ \
| * | Correct for SQL Server temp table ownerMike Bayer2020-09-151-35/+39
| |/
* | Remove silent ignore for skip_locked w/ unsupported backendsGord Thompson2020-09-152-11/+35
|/
* Merge "Rename Core expression isnot, not_in_"mike bayer2020-09-143-10/+83
|\
| * Rename Core expression isnot, not_in_jonathan vanasco2020-09-143-10/+83
* | Merge "Pass all pool parameters in recreate()"mike bayer2020-09-141-1/+56
|\ \ | |/ |/|
| * Pass all pool parameters in recreate()Mike Bayer2020-09-141-1/+56
* | Adapt event exec_once_mutex to asyncioMike Bayer2020-09-141-0/+6
|/
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-133-8/+36
* Merge "Improve handling of covering indexes"mike bayer2020-09-123-45/+104
|\
| * Improve handling of covering indexesGord Thompson2020-09-123-45/+104
* | Merge "Raname ``mustexit`` to ``must_exist``"mike bayer2020-09-123-1/+17
|\ \
| * | Raname ``mustexit`` to ``must_exist``Federico Caselli2020-09-033-1/+17
* | | Merge "Do not specify type on mssql by default"mike bayer2020-09-126-25/+12
|\ \ \
| * | | Do not specify type on mssql by defaultFederico Caselli2020-09-126-25/+12
* | | | Merge "Reflect mssql/postgresql filtered/partial indexes"mike bayer2020-09-124-3/+96
|\ \ \ \
| * | | | Reflect mssql/postgresql filtered/partial indexesRamonWill2020-09-124-3/+96
* | | | | Merge "Emit deprecation warning for **kw passed to session.execute()"mike bayer2020-09-122-5/+42
|\ \ \ \ \