summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
...
* | Use define_tables for IsOrIsNotDistinctFromTestMike Bayer2020-04-101-10/+12
|/
* Merge "Fix distinct_from test for Firebird et al."mike bayer2020-04-101-1/+1
|\
| * Fix distinct_from test for Firebird et al.Gord Thompson2020-04-091-1/+1
* | Remove code deprecated before version 1.1Federico Caselli2020-04-092-17/+2
|/
* Merge "Broaden is[not]_distinct_from support"mike bayer2020-04-072-0/+65
|\
| * Broaden is[not]_distinct_from supportGord Thompson2020-04-022-0/+65
* | Apply fix to ComputedReflectionFixtureTestGord Thompson2020-04-042-21/+26
|/
* Fix databases -> dialectsMike Bayer2020-04-011-1/+1
* Merge "Add a third labeling mode for SELECT statements"mike bayer2020-03-301-1/+2
|\
| * Add a third labeling mode for SELECT statementsMike Bayer2020-03-291-1/+2
* | Remove support for python 3.4Federico Caselli2020-03-301-2/+2
|/
* Fix typo in resultproxy.c and test compatibility with python 3.5Federico Caselli2020-03-281-1/+2
* Deprecate add of columns in order by with distinctFederico Caselli2020-03-251-3/+6
* Merge "Convert schema_translate to a post compile"mike bayer2020-03-243-8/+17
|\
| * Convert schema_translate to a post compileMike Bayer2020-03-243-8/+17
* | Implement autocommit isolation level for cx_oracleGord Thompson2020-03-232-1/+92
|/
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-214-5/+13
* Support inspection of computed columnFederico Caselli2020-03-153-0/+186
* Merge "Fix IntegerTest for sqlalchemy-firebird"mike bayer2020-03-131-1/+1
|\
| * Fix IntegerTest for sqlalchemy-firebirdGord Thompson2020-02-251-1/+1
* | Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-132-0/+9
* | Dont raise on pytest deprecation warningsMike Bayer2020-03-122-0/+22
* | Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-0/+1
* | Don't import provision.py unconditionallyMike Bayer2020-03-032-3/+5
* | Merge "Ensure all nested exception throws have a cause"mike bayer2020-03-023-22/+65
|\ \
| * | Ensure all nested exception throws have a causeMike Bayer2020-03-023-22/+65
| |/
* | Deprecate the databases packagesFederico Caselli2020-02-281-2/+2
|/
* Clean up test_types.py in test suiteGord Thompson2020-02-231-65/+71
* Merge "Repair inline flag"mike bayer2020-02-221-0/+3
|\
| * Repair inline flagMike Bayer2020-02-221-0/+3
* | Update test_unicode and move to test suiteGord Thompson2020-02-222-0/+207
|/
* Result initial introductionMike Bayer2020-02-213-10/+18
* Deprecate connection branchingMike Bayer2020-02-213-2/+6
* Modernize test_rowcount and move to dialect suiteMike Bayer2020-02-192-0/+156
* Merge "Replace engine.execute w/ context manager (step1)"mike bayer2020-02-194-108/+113
|\
| * Replace engine.execute w/ context manager (step1)Gord Thompson2020-02-174-108/+113
* | Merge "Create initial future package, RemovedIn20Warning"mike bayer2020-02-171-0/+2
|\ \
| * | Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-0/+2
* | | Limit non-backend critical profiling tests to SQLiteMike Bayer2020-02-171-1/+4
| |/ |/|
* | Fractional seconds starts at Python 3.7Mike Bayer2020-02-131-0/+7
* | Rework combination exclusionsMike Bayer2020-02-102-77/+132
|/
* Do away with pool._refsMike Bayer2020-02-012-50/+8
* Add pyprojectFederico Caselli2020-01-271-1/+2
* Refactor test provisioning to dialect-level filesGord Thompson2020-01-262-317/+59
* Add test requirement: indexes_with_ascdescGord Thompson2020-01-232-2/+11
* Merge "apply asbool reduction to the onclause in join()"mike bayer2020-01-181-0/+102
|\
| * apply asbool reduction to the onclause in join()Mike Bayer2020-01-171-0/+102
* | Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-175-31/+13
|/
* Merge remote-tracking branch 'origin/pr/5077'Mike Bayer2020-01-151-1/+1
|\
| * Remove return statement in __init__.Heckad2020-01-041-1/+1