summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-2/+2
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-2/+2
* Correct reflection for composite primary keysfulpm2020-10-211-0/+54
* Ensure no compiler visit method tries to access .statementMike Bayer2020-10-191-1/+56
* Add deprecation for base Executable.bindMike Bayer2020-10-161-10/+11
* Merge "Deprecate strings indicating attribute names"mike bayer2020-10-141-0/+11
|\
| * Deprecate strings indicating attribute namesMike Bayer2020-10-131-0/+11
* | Deprecate bound metadataMike Bayer2020-10-121-0/+6
|/
* Merge "Drop python 3.5 support"mike bayer2020-10-101-2/+1
|\
| * Drop python 3.5 supportFederico Caselli2020-10-081-2/+1
* | Merge "generalize scoped_session proxying and apply to asyncio elements"mike bayer2020-10-101-2/+2
|\ \
| * | generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-2/+2
| |/
* | dont try to update on None query_strMike Bayer2020-10-081-1/+2
|/
* Revert "Use monotonic time for pool age measurement"Mike Bayer2020-10-071-12/+2
* Use monotonic time for pool age measurementMike Bayer2020-10-071-2/+12
* add --notimingintensive; block from github jobsMike Bayer2020-10-071-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
|\ \