summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * test single and double quote inspection scenariosMike Bayer2020-07-132-0/+146
* | Merge "Make call-count profiling tests on osx have their own platform key"mike bayer2020-07-131-0/+3
|\ \ | |/ |/|
| * Make call-count profiling tests on osx have their own platform keyFederico Caselli2020-07-111-0/+3
* | Merge "Convert remaining ORM APIs to support 2.0 style"mike bayer2020-07-111-0/+3
|\ \ | |/ |/|
| * Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-0/+3
* | Merge "Improvements to test_computed_col_default_not_set"mike bayer2020-07-091-6/+5
|\ \
| * | Improvements to test_computed_col_default_not_setRafi Shamim2020-07-091-6/+5
| |/
* | Limit init_subclass test above python 3.6Mike Bayer2020-07-081-0/+7
|/
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-083-48/+39
* Merge "ORM executemany returning"mike bayer2020-06-282-0/+12
|\
| * ORM executemany returningMike Bayer2020-06-272-0/+12