summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary tuple; prepare for "iterator" verbiageMike Bayer2020-02-201-16/+16
* 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
|\ \ | |/ |/|
| * MSSQL 2014 OFFSET/FETCH syntax supportElkin2020-02-071-3/+45
* | Document SQLite "mixed binary" behaviorMike Bayer2020-02-061-0/+38
|/
* Do away with pool._refsMike Bayer2020-02-014-57/+8
* Merge "Warn for runid changing in load events; add restore_load_context flag"mike bayer2020-01-314-28/+198
|\
| * Warn for runid changing in load events; add restore_load_context flagMike Bayer2020-01-314-28/+198
* | Merge "Raise for unexpected polymorphic identity"mike bayer2020-01-302-11/+37
|\ \ | |/ |/|
| * Raise for unexpected polymorphic identityMike Bayer2020-01-292-11/+37
* | Merge "Accommodate for base class when adjusting path for with_polymorphic"mike bayer2020-01-281-1/+0
|\ \
| * | Accommodate for base class when adjusting path for with_polymorphicMike Bayer2020-01-281-1/+0
| |/
* | Add pyprojectFederico Caselli2020-01-273-3/+4
|/
* Merge "Refactor test provisioning to dialect-level files"mike bayer2020-01-2612-317/+423
|\
| * Refactor test provisioning to dialect-level filesGord Thompson2020-01-2612-317/+423
* | Deprecate empty or_() and and_()Federico Caselli2020-01-252-30/+103
|/
* Merge "Add keywords to MutableList.sort()"mike bayer2020-01-241-2/+2
|\
| * Add keywords to MutableList.sort()Mike Bayer2020-01-231-2/+2
* | Merge "Add test requirement: indexes_with_ascdesc"mike bayer2020-01-242-2/+11
|\ \
| * | Add test requirement: indexes_with_ascdescGord Thompson2020-01-232-2/+11
* | | Merge "InstanceState default path is RootRegistry, not tuple"mike bayer2020-01-232-2/+19
|\ \ \
| * | | InstanceState default path is RootRegistry, not tupleMike Bayer2020-01-222-2/+19
| | |/ | |/|
* | | Query linter optionAlessio Bogon2020-01-227-23/+211
|/ /
* | Merge "Reorganize core event modules to avoid import cycles"mike bayer2020-01-2210-1295/+1323
|\ \
| * | Reorganize core event modules to avoid import cyclesMike Bayer2020-01-2110-1295/+1323
| |/
* | Clarify documentation for lazy_loaded_fromMike Bayer2020-01-221-3/+25
* | Adjust natural path to relationship's base mapper for aliased class alsoMike Bayer2020-01-201-43/+53
|/
* Improve regex parsing of CHECK constraints for PostgreSQL.Gord Thompson2020-01-181-2/+3
* Merge "apply asbool reduction to the onclause in join()"mike bayer2020-01-182-1/+103
|\
| * apply asbool reduction to the onclause in join()Mike Bayer2020-01-172-1/+103
* | Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-1721-631/+25
|/
* Merge remote-tracking branch 'origin/pr/5077'Mike Bayer2020-01-152-2/+2
|\
| * Remove return statement in __init__.Heckad2020-01-042-2/+2