summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* Update transaction / connection handlingMike Bayer2020-05-172-6/+16
* Merge "Use cx_oracle.LONG_STRING /LONG_BINARY for CLOB/BLOB"mike bayer2020-05-091-0/+23
|\
| * Use cx_oracle.LONG_STRING /LONG_BINARY for CLOB/BLOBMike Bayer2020-05-081-0/+23
* | Warn when sorted_tables is not actually sortingMike Bayer2020-05-071-2/+15
|/
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-012-12/+35
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-291-0/+5
* Merge "Deprecate ``DISTINCT ON`` when not targeting PostgreSQL"mike bayer2020-04-203-1/+20
|\
| * Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-203-1/+20
* | Merge "Rename py.test to pytest"mike bayer2020-04-205-7/+7
|\ \
| * | Rename py.test to pytestGord Thompson2020-04-165-7/+7
| |/
* | Add @requirements.schemas to test_create_table_schemaGord Thompson2020-04-181-0/+1
|/
* 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
|/