summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* add --notimingintensive; block from github jobstiming_intensiveMike Bayer2020-10-061-0/+12
* Merge "Fetch first support"mike bayer2020-10-052-10/+180
|\
| * Fetch first supportFederico Caselli2020-10-022-10/+180
* | Enable pypy tests on github workflowFederico Caselli2020-10-021-1/+1
|/
* 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-2810-55/+117
* Add deprecation warning for .join().alias()Gord Thompson2020-09-281-3/+3
* Support pytest 6.xMike Bayer2020-09-261-7/+4
* new docs WIPMike Bayer2020-09-241-1/+6
* Complete deprecation of from_self()Mike Bayer2020-09-181-1/+1
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-164-10/+103
* 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-122-23/+54
|\
| * Improve handling of covering indexesGord Thompson2020-09-122-23/+54
* | Merge "Add missing "temp_table_reflect_indexes" to SuiteRequirements"mike bayer2020-09-121-0/+4
|\ \
| * | Add missing "temp_table_reflect_indexes" to SuiteRequirementsGord Thompson2020-09-081-0/+4
| |/
* | Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-102-6/+17
* | Update select usage to use the new 1.4 formatFederico Caselli2020-09-087-174/+130
|/
* Merge "Improve reflection for mssql temporary tables"mike bayer2020-09-012-5/+24
|\
| * Improve reflection for mssql temporary tablesGord Thompson2020-09-012-5/+24
* | Add support for classical mapping of dataclassesVáclav Klusák2020-09-011-0/+4
|/
* Merge "internal test framework files for standardization of is_not/not_in;"mike bayer2020-08-302-2/+12
|\
| * internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-292-2/+12
* | Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-284-4/+45
* | Add support for regular expression on supported backend.Federico Caselli2020-08-272-0/+36
* | Merge "make URL immutable"mike bayer2020-08-263-15/+15
|\ \
| * | make URL immutableMike Bayer2020-08-253-15/+15
* | | Updates for MariaDB sequencesFederico Caselli2020-08-221-1/+3
| |/ |/|
* | Merge "Add support for identity columns"mike bayer2020-08-213-8/+95
|\ \ | |/ |/|
| * Add support for identity columnsFederico Caselli2020-08-193-8/+95
* | Merge "normalize execute style for events, 2.0"mike bayer2020-08-201-2/+4
|\ \
| * | normalize execute style for events, 2.0Mike Bayer2020-08-201-2/+4
| |/
* | Merge "Implement DDL visitor for PG ENUM with schema translate support"mike bayer2020-08-191-2/+2
|\ \
| * | Implement DDL visitor for PG ENUM with schema translate supportMike Bayer2020-08-191-2/+2
| |/
* | Add JSON support for mssqlGord Thompson2020-08-192-20/+54
|/
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-183-40/+22
* Merge "Create a real type for Tuple() and handle appropriately in compiler"mike bayer2020-08-171-0/+24
|\
| * Create a real type for Tuple() and handle appropriately in compilerMike Bayer2020-08-171-0/+24
* | Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-163-13/+23
|/
* Provision on different drivers dynamicallyMike Bayer2020-08-144-10/+121
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-1310-38/+207
* Don't link on_connect to first_connect event handlerMike Bayer2020-08-071-0/+3
* Add complete platform data to profiling dataFederico Caselli2020-08-071-12/+7
* base all_orm_descriptors ordering on cls.__dict__ + cls.__mro__Mike Bayer2020-08-061-0/+4
* Establish future behavior for Session cascade backrefs, bindMike Bayer2020-08-011-7/+8
* Consider default FROM DUAL for MySQLMike Bayer2020-07-291-1/+50
* Add requirement for test_get_view_definitionGord Thompson2020-07-151-0/+1
* Merge "test single and double quote inspection scenarios"2020_tutorialmike bayer2020-07-132-0/+146
|\