summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge "Support pool.connect() event firing before all else"mike bayer2020-11-203-0/+91
|\
| * Support pool.connect() event firing before all elseMike Bayer2020-11-193-0/+91
* | Use ``re.search`` instead of ``re.match`` in sqliteFederico Caselli2020-11-191-5/+14
|/
* Convert to autoload_with internallyMike Bayer2020-11-072-6/+8
* update selectin docsMike Bayer2020-10-312-2/+7
* Merge "tutorial 2.0 WIP"mike bayer2020-10-311-2/+2
|\
| * tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-2/+2
* | Merge "while working on #5435, I found some misses from the previous PR for #...mike bayer2020-10-311-2/+2
|\ \
| * | while working on #5435, I found some misses from the previous PR for #5429jonathan vanasco2020-10-301-2/+2
| |/
* | Merge "Deprecate bind args, execute() methods that were missed"mike bayer2020-10-311-0/+2
|\ \ | |/ |/|
| * Deprecate bind args, execute() methods that were missedMike Bayer2020-10-301-0/+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