summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove print statement in favor of print() function in docs and examples"mike bayer2020-02-2819-63/+63
|\
| * Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-2619-63/+63
* | Don't call pre_ping for fresh connectionMike Bayer2020-02-263-15/+111
|/
* Merge "Revise cx_Oracle, mysqlclient versions"mike bayer2020-02-241-14/+16
|\
| * Revise cx_Oracle, mysqlclient versionsMike Bayer2020-02-181-14/+16
* | Merge "Clean up test_types.py in test suite"mike bayer2020-02-241-65/+71
|\ \
| * | Clean up test_types.py in test suiteGord Thompson2020-02-231-65/+71
* | | Remove needless clauseelement check for batchMike Bayer2020-02-242-4/+6
* | | Deprecate row.keys() for 2.0, not 1.xMike Bayer2020-02-243-7/+15
* | | Merge "Ensure schema-level table includes annotations in caching"mike bayer2020-02-242-2/+41
|\ \ \ | |/ / |/| |
| * | Ensure schema-level table includes annotations in cachingMike Bayer2020-02-242-2/+41
* | | Ensure descendants of mixins don't become cacheableMike Bayer2020-02-223-11/+19
|/ /
* | Merge "Repair inline flag"mike bayer2020-02-228-16/+144
|\ \
| * | Repair inline flagMike Bayer2020-02-228-16/+144
* | | Merge remote-tracking branch 'origin/pr/5141'Mike Bayer2020-02-222-4/+4
|\ \ \
| * | | fix documentation typosFederico Caselli2020-02-082-4/+4
* | | | Update test_unicode and move to test suiteGord Thompson2020-02-222-60/+54
| |/ / |/| |
* | | Result initial introductionMike Bayer2020-02-2166-1842/+3402
* | | Deprecate connection branchingMike Bayer2020-02-2121-272/+510
* | | doc updates to 2.0 migration documentMike Bayer2020-02-211-45/+68
* | | Merge "Remove unnecessary tuple; prepare for "iterator" verbiage"mike bayer2020-02-203-27/+27
|\ \ \
| * | | Remove unnecessary tuple; prepare for "iterator" verbiageMike Bayer2020-02-203-27/+27
* | | | Modernize test_rowcount and move to dialect suiteMike Bayer2020-02-192-55/+54
|/ / /
* | | Merge "Replace engine.execute w/ context manager (step1)"mike bayer2020-02-197-123/+138
|\ \ \
| * | | Replace engine.execute w/ context manager (step1)Gord Thompson2020-02-177-123/+138
* | | | Merge "Pass DDLCompiler IdentifierPreparer to visit_ENUM"mike bayer2020-02-174-3/+87
|\ \ \ \ | |_|_|/ |/| | |
| * | | Pass DDLCompiler IdentifierPreparer to visit_ENUMMike Bayer2020-02-174-3/+87
| |/ /
* | | Merge "Create initial future package, RemovedIn20Warning"mike bayer2020-02-1729-157/+1583
|\ \ \
| * | | Create initial future package, RemovedIn20WarningMike Bayer2020-02-1229-157/+1583
* | | | Merge "Begin to disallow back_populates with viewonly=True"mike bayer2020-02-173-0/+50
|\ \ \ \
| * | | | Begin to disallow back_populates with viewonly=TrueMike Bayer2020-02-113-0/+50
* | | | | Limit non-backend critical profiling tests to SQLiteMike Bayer2020-02-177-659/+224
| |_|/ / |/| | |
* | | | callcount adjustMike Bayer2020-02-171-1/+1
* | | | Further refine fractional seconds datetimeoffset fixtureMike Bayer2020-02-171-8/+15
* | | | Update test reqs for mariadb 10.4, 10.5Mike Bayer2020-02-162-3/+13
* | | | Merge "Document new LIMIT/OFFSET support; support subquery ORDER BY"mike bayer2020-02-132-11/+130
|\ \ \ \
| * | | | Document new LIMIT/OFFSET support; support subquery ORDER BYMike Bayer2020-02-132-11/+130
* | | | | Fractional seconds starts at Python 3.7Mike Bayer2020-02-132-1/+8
|/ / / /
* | | | Improve ResultProxy/Row documentation before the API changeMike Bayer2020-02-133-53/+97
|/ / /
* | | Fix handling of None as parameter for a datetimeoffset columnGord Thompson2020-02-103-51/+156
* | | Merge "Rework combination exclusions"mike bayer2020-02-103-78/+139
|\ \ \
| * | | Rework combination exclusionsMike Bayer2020-02-103-78/+139
* | | | Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-089-77/+122
| |_|/ |/| |
* | | Vendor inspect.formatannotationMike Bayer2020-02-072-2/+22
| |/ |/|
* | Merge "MSSQL 2014 OFFSET/FETCH syntax support"mike bayer2020-02-074-4/+76
|\ \
| * | MSSQL 2014 OFFSET/FETCH syntax supportElkin2020-02-074-4/+76
* | | Merge remote-tracking branch 'origin/pr/5105'Mike Bayer2020-02-061-1/+1
|\ \ \ | |_|/ |/| |
| * | Update basic_relationships.rstrandallk2020-01-191-1/+1
* | | Document SQLite "mixed binary" behaviorMike Bayer2020-02-061-0/+38
| |/ |/|
* | Add second section detailing cascade_backrefs to backref sectionMike Bayer2020-02-041-0/+51