summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Update SQLAlchemy-Migrate link to the new repopr/225Jeff Widman2015-12-241-1/+1
* - Fixed an assertion that would raise somewhat inappropriatelyMike Bayer2015-12-231-0/+10
* - release date for 1.0.11Mike Bayer2015-12-221-0/+1
* - An adjustment to the regular expression used to parse MySQL views,Mike Bayer2015-12-221-0/+10
* - changelog for pullreq github:222Mike Bayer2015-12-221-0/+9
* - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`,Mike Bayer2015-12-171-0/+8
* Make docs listing of param order for event.listen match the codepr/224Jeff Widman2015-12-171-3/+3
* some spelling fixesjonathan vanasco2015-12-161-1/+1
* - Fixed bug in baked loader system where the systemwide monkeypatchMike Bayer2015-12-151-0/+11
* - hyperlink default-related parametersMike Bayer2015-12-151-10/+10
* - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` whereMike Bayer2015-12-151-0/+10
* - a few tweaks to allow "server_defaults" to be a little more linkable;Mike Bayer2015-12-142-5/+2
* - Fixed bug where :meth:`.Session.bulk_update_mappings` and relatedMike Bayer2015-12-141-0/+11
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-141-0/+21
* - Fixed bug where use of the :meth:`.Query.select_from` method wouldMike Bayer2015-12-121-0/+12
* 1.0.10Mike Bayer2015-12-111-0/+1
* - Added support for the ``dict.pop()`` and ``dict.popitem()`` methodsMike Bayer2015-12-111-0/+8
* - convert ORM tutorial and basic_relationships to favorMike Bayer2015-12-102-38/+123
* - The ORM and Core tutorials, which have always been in doctest format,Mike Bayer2015-12-104-275/+203
* - Fixed issue within the :meth:`.Insert.from_select` construct wherebyMike Bayer2015-12-091-0/+14
* - fix changelog for #3602Mike Bayer2015-12-081-1/+1
* - Fixed bug in MySQL reflection where the "fractional sections portion"Mike Bayer2015-12-071-0/+11
* - The :meth:`.Session.merge` method now tracks pending objects byMike Bayer2015-12-042-1/+68
* - Fixed issue where post_update on a many-to-one relationship wouldMike Bayer2015-12-021-0/+9
* - Fixed bug where CREATE TABLE with a no-column table, but a constraintMike Bayer2015-12-011-0/+10
* - Added the error "20006: Write to the server failed" to the listMike Bayer2015-11-301-0/+9
* - changelog for #3573, fixes #3573Mike Bayer2015-11-301-0/+11
* - changelog for pullreq github:215Mike Bayer2015-11-301-0/+9
* Merge remote-tracking branch 'origin/pr/217'Mike Bayer2015-11-301-1/+1
|\
| * Fix a typo in the disconnect handling code examplepr/217Hugh Cole-Baker2015-11-281-1/+1
* | Merge remote-tracking branch 'origin/pr/214'Mike Bayer2015-11-301-1/+1
|\ \
| * | Fix typo: wtihin --> withinpr/214Jeff Widman2015-11-161-1/+1
* | | - restore 'declarative' classifierMike Bayer2015-11-301-1/+1
* | | py2k: accept unicode literals on :func:`backref`, tooNils Philippsen2015-11-302-8/+10
* | | Merge remote-tracking branch 'origin/pr/212'Mike Bayer2015-11-301-1/+9
|\ \ \
| * | | py2k: accept unicode literals on :func:`backref`, toopr/212Nils Philippsen2015-11-251-1/+9
* | | | - update changelog for all the py3.5/3.6 related prs at onceMike Bayer2015-11-301-5/+6
* | | | - A descriptive ValueError is now raised in the event that SQL serverMike Bayer2015-11-301-0/+10
* | | | - update changelog to accommodate pr github:218Mike Bayer2015-11-301-2/+4
* | | | - changelog for pr github:210Mike Bayer2015-11-301-0/+8
* | | | - make inserted_primary_key a link and be more clear what happens hereMike Bayer2015-11-301-3/+7
* | | | - Fixed an issue in baked queries where the .get() method, used eitherMike Bayer2015-11-291-0/+12
* | | | - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-282-0/+64
| |_|/ |/| |
* | | - Fixed bug which is actually a regression that occurred betweenMike Bayer2015-11-251-0/+11
|/ /
* | - Fixed joinedload bug which would occur when a. the query includesMike Bayer2015-11-211-0/+15
* | - A rare case which occurs when a :meth:`.Session.rollback` fails in theMike Bayer2015-11-191-0/+15
* | - add documentation that describes, then proceeds to warn aboutMike Bayer2015-11-191-0/+44
* | - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL`Mike Bayer2015-11-191-0/+10
* | - rewrite the docs and add a test for the bake_queries=TrueMike Bayer2015-11-191-0/+8
* | - Added support for reflecting the source of materialized viewsMike Bayer2015-11-181-0/+8
|/