summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
...
* | Turn on caching everywhere, add loggingMike Bayer2020-06-101-3/+3
* | Convert bulk update/delete to new execution modelMike Bayer2020-06-061-4/+0
|/
* Add support for "real" sequences in mssqlGord Thompson2020-05-294-7/+24
* Add full profile sort, dumping to profile resultsMike Bayer2020-05-282-2/+17
* Convert execution to move through SessionMike Bayer2020-05-251-0/+1
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-3/+5
* Add python 3.8 profiles; remove zoomark testsFederico Caselli2020-05-231-209/+0
* Performance fixes for new result setMike Bayer2020-05-211-1/+3
* 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
|\