summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Result initial introductionMike Bayer2020-02-211-9/+17
* Deprecate connection branchingMike Bayer2020-02-211-2/+1
* Modernize test_rowcount and move to dialect suiteMike Bayer2020-02-192-0/+156
* Replace engine.execute w/ context manager (step1)Gord Thompson2020-02-173-108/+87
* Refactor test provisioning to dialect-level filesGord Thompson2020-01-261-10/+2
* Add test requirement: indexes_with_ascdescGord Thompson2020-01-231-2/+6
* Merge "apply asbool reduction to the onclause in join()"mike bayer2020-01-181-0/+102
|\
| * apply asbool reduction to the onclause in join()Mike Bayer2020-01-171-0/+102
* | Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-4/+0
|/
* Gracefully degrade for SQLite JSON receiving direct numeric valueMike Bayer2019-11-291-0/+32
* Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-111-87/+205
* Support for generated columnsCaselIT2019-11-081-0/+45