summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove obsolete util.compat.nested"mike bayer2020-03-022-36/+0
|\
| * Remove obsolete util.compat.nestedGord Thompson2020-03-022-36/+0
* | Merge "Deprecate the databases packages"mike bayer2020-03-022-3/+9
|\ \
| * | Deprecate the databases packagesFederico Caselli2020-02-282-3/+9
* | | Update dialect API documentationMike Bayer2020-03-022-60/+128
| |/ |/|
* | Merge "Discontinue dynamic __visit_name__"mike bayer2020-03-023-42/+31
|\ \
| * | Discontinue dynamic __visit_name__Mike Bayer2020-03-013-42/+31
| |/
* | Merge "While parsing for check constraints, ignore newline characters in the ...mike bayer2020-03-011-2/+8
|\ \
| * | While parsing for check constraints, ignore newline characters in the check c...Eric Borczuk2020-02-291-2/+8
| |/
* | Merge "Open up check for relationships that write to the same column"mike bayer2020-02-292-10/+46
|\ \ | |/ |/|
| * Open up check for relationships that write to the same columnMike Bayer2020-02-272-10/+46
* | Merge "Remove print statement in favor of print() function in docs and examples"mike bayer2020-02-2811-45/+45
|\ \ | |/ |/|
| * Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-2611-45/+45
* | Don't call pre_ping for fresh connectionMike Bayer2020-02-261-11/+21
|/
* 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-241-3/+2
* | Deprecate row.keys() for 2.0, not 1.xMike Bayer2020-02-241-4/+3
* | Merge "Ensure schema-level table includes annotations in caching"mike bayer2020-02-241-1/+1
|\ \ | |/ |/|
| * Ensure schema-level table includes annotations in cachingMike Bayer2020-02-241-1/+1
* | Ensure descendants of mixins don't become cacheableMike Bayer2020-02-222-10/+14
|/
* Merge "Repair inline flag"mike bayer2020-02-223-7/+9
|\
| * Repair inline flagMike Bayer2020-02-223-7/+9
* | 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-0/+207
| |/ |/|
* | Result initial introductionMike Bayer2020-02-2128-1028/+1836
* | Deprecate connection branchingMike Bayer2020-02-2111-146/+303
* | Merge "Remove unnecessary tuple; prepare for "iterator" verbiage"mike bayer2020-02-201-16/+16
|\ \
| * | Remove unnecessary tuple; prepare for "iterator" verbiageMike Bayer2020-02-201-16/+16
* | | Modernize test_rowcount and move to dialect suiteMike Bayer2020-02-192-0/+156
|/ /
* | Merge "Replace engine.execute w/ context manager (step1)"mike bayer2020-02-195-109/+115
|\ \
| * | Replace engine.execute w/ context manager (step1)Gord Thompson2020-02-175-109/+115
* | | Merge "Pass DDLCompiler IdentifierPreparer to visit_ENUM"mike bayer2020-02-171-3/+8
|\ \ \
| * | | Pass DDLCompiler IdentifierPreparer to visit_ENUMMike Bayer2020-02-171-3/+8
| |/ /
* | | Merge "Create initial future package, RemovedIn20Warning"mike bayer2020-02-1712-100/+351
|\ \ \
| * | | Create initial future package, RemovedIn20WarningMike Bayer2020-02-1212-100/+351
* | | | Merge "Begin to disallow back_populates with viewonly=True"mike bayer2020-02-171-0/+21
|\ \ \ \
| * | | | Begin to disallow back_populates with viewonly=TrueMike Bayer2020-02-111-0/+21
* | | | | Limit non-backend critical profiling tests to SQLiteMike Bayer2020-02-171-1/+4
| |_|/ / |/| | |
* | | | Merge "Document new LIMIT/OFFSET support; support subquery ORDER BY"mike bayer2020-02-131-8/+21
|\ \ \ \
| * | | | Document new LIMIT/OFFSET support; support subquery ORDER BYMike Bayer2020-02-131-8/+21
* | | | | Fractional seconds starts at Python 3.7Mike Bayer2020-02-131-0/+7
|/ / / /
* | | | Improve ResultProxy/Row documentation before the API changeMike Bayer2020-02-131-38/+75
|/ / /
* | | Fix handling of None as parameter for a datetimeoffset columnGord Thompson2020-02-101-4/+15
* | | Merge "Rework combination exclusions"mike bayer2020-02-102-77/+132
|\ \ \
| * | | Rework combination exclusionsMike Bayer2020-02-102-77/+132
* | | | Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-087-73/+118
| |_|/ |/| |
* | | Vendor inspect.formatannotationMike Bayer2020-02-071-2/+13
| |/ |/|
* | Merge "MSSQL 2014 OFFSET/FETCH syntax support"mike bayer2020-02-071-3/+45
|\ \ | |/ |/|