summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-086-173/+129
* Improve reflection for mssql temporary tablesGord Thompson2020-09-011-5/+9
* Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-1/+1
* Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+17
* Merge "Add support for identity columns"mike bayer2020-08-211-1/+79
|\
| * Add support for identity columnsFederico Caselli2020-08-191-1/+79
* | Add JSON support for mssqlGord Thompson2020-08-191-20/+44
|/
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-181-32/+0
* Create a real type for Tuple() and handle appropriately in compilerMike Bayer2020-08-171-0/+24
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-132-27/+96
* Consider default FROM DUAL for MySQLMike Bayer2020-07-291-1/+50
* Add requirement for test_get_view_definitionGord Thompson2020-07-151-0/+1
* test single and double quote inspection scenariosMike Bayer2020-07-131-0/+139
* Improvements to test_computed_col_default_not_setRafi Shamim2020-07-091-6/+5
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-44/+34
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-252-6/+8
* Added reflection method :meth:`.Inspector.get_sequence_names`Federico Caselli2020-06-031-45/+85
* Add support for "real" sequences in mssqlGord Thompson2020-05-292-7/+11
* Use cx_oracle.LONG_STRING /LONG_BINARY for CLOB/BLOBMike Bayer2020-05-081-0/+23
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-2/+22
* Merge "Deprecate ``DISTINCT ON`` when not targeting PostgreSQL"mike bayer2020-04-201-0/+15
|\
| * Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-201-0/+15
* | Add @requirements.schemas to test_create_table_schemaGord Thompson2020-04-181-0/+1
|/
* Create initial 2.0 engine implementationMike Bayer2020-04-161-1/+5
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-156-158/+140
* 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-091-15/+0
|/
* Merge "Broaden is[not]_distinct_from support"mike bayer2020-04-071-0/+49
|\
| * Broaden is[not]_distinct_from supportGord Thompson2020-04-021-0/+49
* | Apply fix to ComputedReflectionFixtureTestGord Thompson2020-04-041-1/+2
|/
* Merge "Convert schema_translate to a post compile"mike bayer2020-03-241-1/+0
|\
| * Convert schema_translate to a post compileMike Bayer2020-03-241-1/+0
* | Implement autocommit isolation level for cx_oracleGord Thompson2020-03-231-1/+56
|/
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-214-5/+13
* Support inspection of computed columnFederico Caselli2020-03-151-0/+86
* Fix IntegerTest for sqlalchemy-firebirdGord Thompson2020-02-251-1/+1
* Clean up test_types.py in test suiteGord Thompson2020-02-231-65/+71
* Update test_unicode and move to test suiteGord Thompson2020-02-222-0/+207