summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* Rename py.test to pytestGord Thompson2020-04-165-7/+7
* Create initial 2.0 engine implementationMike Bayer2020-04-166-4/+51
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-157-161/+145
* Merge "Clean up .execute calls in test_results.py"mike bayer2020-04-141-39/+38
|\
| * Clean up .execute calls in test_results.pyGord Thompson2020-04-111-39/+38
* | Merge "Clean up .execute calls in test_select.py"mike bayer2020-04-141-87/+101
|\ \
| * | Clean up .execute calls in test_select.pyGord Thompson2020-04-111-87/+101
| |/
* | Merge "Clean up .execute calls in remaining suite tests"mike bayer2020-04-145-65/+82
|\ \
| * | Clean up .execute calls in remaining suite testsGord Thompson2020-04-125-65/+82
| |/
* | Merge "Clean up .execute calls in test_sequence.py"mike bayer2020-04-141-36/+36
|\ \
| * | Clean up .execute calls in test_sequence.pyGord Thompson2020-04-121-36/+36
| |/
* | Merge "Clean up .execute calls in test_insert.py"mike bayer2020-04-141-52/+48
|\ \
| * | Clean up .execute calls in test_insert.pyGord Thompson2020-04-111-52/+48
| |/
* | 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
|\ \