summaryrefslogtreecommitdiff
path: root/doc/build
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove the deprecated loader options"mike bayer2020-03-042-8/+7
|\
| * Remove the deprecated loader optionsFederico Caselli2020-03-032-8/+7
* | Merge "Restore crud flags if visiting_cte is set"mike bayer2020-03-041-0/+9
|\ \
| * | Restore crud flags if visiting_cte is setMike Bayer2020-03-031-0/+9
| |/
* | Run handle_error for any exceptions raised in execute_context()Mike Bayer2020-03-031-0/+11
|/
* Include column_property composition examplesMike Bayer2020-03-033-12/+53
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-0/+13
* Merge "While parsing for check constraints, ignore newline characters in the ...mike bayer2020-03-011-0/+8
|\
| * While parsing for check constraints, ignore newline characters in the check c...Eric Borczuk2020-02-291-0/+8
* | Merge "Open up check for relationships that write to the same column"mike bayer2020-02-291-0/+14
|\ \ | |/ |/|
| * Open up check for relationships that write to the same columnMike Bayer2020-02-271-0/+14
* | Merge "Remove print statement in favor of print() function in docs and examples"mike bayer2020-02-283-12/+12
|\ \ | |/ |/|
| * Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-263-12/+12
* | Don't call pre_ping for fresh connectionMike Bayer2020-02-261-0/+8
|/
* Remove needless clauseelement check for batchMike Bayer2020-02-241-1/+4
* Result initial introductionMike Bayer2020-02-2113-105/+375
* Deprecate connection branchingMike Bayer2020-02-211-0/+8
* doc updates to 2.0 migration documentMike Bayer2020-02-211-45/+68
* Merge "Pass DDLCompiler IdentifierPreparer to visit_ENUM"mike bayer2020-02-171-0/+11
|\
| * Pass DDLCompiler IdentifierPreparer to visit_ENUMMike Bayer2020-02-171-0/+11
* | Merge "Create initial future package, RemovedIn20Warning"mike bayer2020-02-176-15/+1099
|\ \
| * | Create initial future package, RemovedIn20WarningMike Bayer2020-02-126-15/+1099
* | | Merge "Begin to disallow back_populates with viewonly=True"mike bayer2020-02-171-0/+11
|\ \ \ | |_|/ |/| |
| * | Begin to disallow back_populates with viewonly=TrueMike Bayer2020-02-111-0/+11
* | | Improve ResultProxy/Row documentation before the API changeMike Bayer2020-02-132-15/+22
|/ /
* | Fix handling of None as parameter for a datetimeoffset columnGord Thompson2020-02-101-0/+10
* | Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-082-4/+4
* | Vendor inspect.formatannotationMike Bayer2020-02-071-0/+9
|/
* Merge "MSSQL 2014 OFFSET/FETCH syntax support"mike bayer2020-02-071-0/+8
|\
| * MSSQL 2014 OFFSET/FETCH syntax supportElkin2020-02-071-0/+8
* | Merge remote-tracking branch 'origin/pr/5105'Mike Bayer2020-02-061-1/+1
|\ \ | |/ |/|
| * Update basic_relationships.rstrandallk2020-01-191-1/+1
* | Add second section detailing cascade_backrefs to backref sectionMike Bayer2020-02-041-0/+51
* | Merge "Warn for runid changing in load events; add restore_load_context flag"mike bayer2020-01-311-0/+18
|\ \
| * | Warn for runid changing in load events; add restore_load_context flagMike Bayer2020-01-311-0/+18
* | | Merge "Raise for unexpected polymorphic identity"mike bayer2020-01-302-0/+127
|\ \ \ | |/ / |/| |
| * | Raise for unexpected polymorphic identityMike Bayer2020-01-292-0/+127
* | | Accommodate for base class when adjusting path for with_polymorphicMike Bayer2020-01-281-0/+12
|/ /
* | Deprecate empty or_() and and_()Federico Caselli2020-01-251-0/+12
* | Merge "Add keywords to MutableList.sort()"mike bayer2020-01-241-0/+7
|\ \
| * | Add keywords to MutableList.sort()Mike Bayer2020-01-231-0/+7
* | | Merge "InstanceState default path is RootRegistry, not tuple"mike bayer2020-01-231-0/+16
|\ \ \
| * | | InstanceState default path is RootRegistry, not tupleMike Bayer2020-01-221-0/+16
| |/ /
* | | Merge "Query linter option"mike bayer2020-01-222-0/+148
|\ \ \ | |/ / |/| |
| * | Query linter optionAlessio Bogon2020-01-222-0/+148
* | | cherry-pick changelog update for 1.3.14Mike Bayer2020-01-221-0/+4
* | | cherry-pick changelog from 1.3.13Mike Bayer2020-01-2215-155/+169
|/ /
* | Adjust natural path to relationship's base mapper for aliased class alsoMike Bayer2020-01-201-0/+10
|/
* Improve regex parsing of CHECK constraints for PostgreSQL.Gord Thompson2020-01-181-0/+7
* Merge "apply asbool reduction to the onclause in join()"mike bayer2020-01-181-0/+8
|\