summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite
Commit message (Expand)AuthorAgeFilesLines
* 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
* call setinputsizes for cx_Oracle.DATETIMEMike Bayer2019-10-031-0/+29
* Add req for nullable booleansMike Bayer2019-09-181-0/+1
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-0/+190
* Remove mock dependencyMike Bayer2019-08-221-2/+1
* Emit SET NAMES for all MySQL connections w charsetMike Bayer2019-08-111-1/+1
* Correct name for json_serializer / json_deserializer, document and testMike Bayer2019-08-081-0/+26
* Implement checkfirst for Index.create(), Index.drop()Mike Bayer2019-08-061-1/+65
* Always include a schema name in SQLite PRAGMAMike Bayer2019-08-021-2/+32
* SelectBase no longer a FromClauseMike Bayer2019-07-063-6/+163
* Reflect "NO ACTION" as None; support "RESTRICT"Mike Bayer2019-06-261-2/+22
* Enable F841Mike Bayer2019-06-202-31/+5
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-182-4/+4
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Fix mssql quote schema warningMike Bayer2019-01-251-1/+9
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-233-14/+12
* Render N'' for SQL Server unicode literalsMike Bayer2019-01-151-21/+58
* Merge "use ..deprecated directive w/ version in all cases"mike bayer2019-01-121-2/+1
|\
| * use ..deprecated directive w/ version in all casesMike Bayer2019-01-111-2/+1
* | Leave bytestring exception messages as bytestringsMike Bayer2019-01-101-0/+25
* | Merge "Skip expression-based index reflection for SQLite"mike bayer2019-01-101-0/+30
|\ \
| * | Skip expression-based index reflection for SQLiteMike Bayer2019-01-091-0/+30
| |/
* | Render correct DDL for unsetting table commentsMike Bayer2019-01-091-0/+24
|/
* Post black reformattingMike Bayer2019-01-0611-107/+159
* Run black -l 79 against all source filesMike Bayer2019-01-0611-1417/+1403
* Support tuples of heterogeneous types for empty expanding INMike Bayer2018-10-031-0/+42
* Add test support for #4036Mike Bayer2018-08-161-8/+21
* Add support of empty list in exanding of bindparamNicolas Rolin2018-08-071-8/+95
* Bind Integers to int for cx_OracleMike Bayer2018-08-011-1/+35
* Use utf8mb4 (or utf8mb3) for all things MySQLMike Bayer2018-06-251-0/+4
* render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQLMike Bayer2018-06-183-0/+196
* SQL Server is not native boolean; add new flag for CHECK constraintMike Bayer2018-05-101-0/+42
* Fix - Order of records is not guaranteedPat Buxton2018-04-161-3/+3
* Correct join for FKs with schema in SQL ServerMike Bayer2018-04-111-1/+74
* Ensure all visit_sequence accepts **kw argsMike Bayer2018-04-041-1/+23
* Support foreign key option reflection for OracleMiroslav Shubernetskiy2018-02-051-4/+11
* Normalize check constraints even more radicallyFlorian Apolloner2018-01-171-4/+7