summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite
Commit message (Expand)AuthorAgeFilesLines
* Fetch first supportFederico Caselli2020-10-021-4/+156
* accommodate for null in sqlite regex handlerMike Bayer2020-10-021-0/+1
* Add reflection for Identity columnsFederico Caselli2020-09-283-8/+147
* upgrade to black 20.8b1Mike Bayer2020-09-286-32/+91
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-2/+6
* Rename Core expression isnot, not_in_jonathan vanasco2020-09-141-2/+2
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-131-3/+16
* Merge "Improve handling of covering indexes"mike bayer2020-09-121-23/+50
|\
| * Improve handling of covering indexesGord Thompson2020-09-121-23/+50
* | 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