summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in example code.pr/84Daniel Smith2014-04-101-1/+1
* - Added new utility function :func:`.make_transient_to_detached` which canMike Bayer2014-04-092-0/+12
* repair erroneous whitespace in autodoc directives, preventing members fromMike Bayer2014-04-061-8/+0
* - Restored the import for :class:`.Function` to the ``sqlalchemy.sql.expressi...Mike Bayer2014-04-051-0/+6
* - add some docs for the instancestate linkage to the inspection systemMike Bayer2014-04-041-0/+22
* - Fixes to the newly enhanced boolean coercion in :ticket:`2804` whereMike Bayer2014-04-011-0/+10
* - Added new flag :paramref:`.expression.between.symmetric`, when set to TrueMike Bayer2014-03-301-0/+13
* - fix mapper refMike Bayer2014-03-282-4/+1
* 0.9.4rel_0_9_4Mike Bayer2014-03-283-2/+4
* - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. DefaultsMike Bayer2014-03-281-0/+15
* - revert part of c01558ae7f4a for now as we also test that a DELETE of two rowsMike Bayer2014-03-281-7/+3
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-0/+22
* - Added support to automap for the case where a relationship shouldMike Bayer2014-03-281-0/+9
* - Fixed a very old behavior where the lazy load emitted for a one-to-manyMike Bayer2014-03-271-0/+19
* - Improved the check for "how to join from A to B" such that whenMike Bayer2014-03-271-0/+11
* - Tweaked the settings for mysql-connector-python; in Py2K, theMike Bayer2014-03-271-0/+11
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-251-0/+12
* - fix some doctest failures (though some remain, as it's not easy to get doctestMike Bayer2014-03-241-4/+4
* - Added some new event mechanics for dialect-level events; the initialMike Bayer2014-03-242-0/+12
* - Fixed regression from 0.8.3 as a result of :ticket:`2818`Mike Bayer2014-03-221-0/+9
* - An event listener can now be associated with a :class:`.Engine`,Mike Bayer2014-03-221-0/+13
* - Fixed a few errant ``u''`` strings that would prevent tests from passingMike Bayer2014-03-221-0/+7
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-221-0/+15
* - Added new datatype :class:`.oracle.DATE`, which is a subclass ofMike Bayer2014-03-222-8/+25
* - Adjusted ``setup.py`` file to support the possible futureMike Bayer2014-03-222-12/+37
* changelog to fix #2988Mike Bayer2014-03-221-0/+10
* Fix tag typo in changelog_09pr/81Tony Narlock2014-03-211-1/+1
* - reword the paragraph which talks about web framework integration for sessions:Mike Bayer2014-03-201-10/+7
* - The :meth:`.ConnectionEvents.after_cursor_execute` event is nowMike Bayer2014-03-191-0/+14
* - Fixed bug in mutable extension as well asMike Bayer2014-03-191-0/+9
* Merge branch 'ca/dev/add_is_and_isnot_to_tutorial' of https://github.com/char...Mike Bayer2014-03-171-0/+6
|\
| * Add is_ and isnot filter to the tutorialpr/80Charles-Axel Dein2014-03-151-0/+6
* | - Improved an error message which would occur if a query() were madeMike Bayer2014-03-171-0/+10
* | typoMike Bayer2014-03-161-1/+1
* | - Added support for the not-quite-yet-documented ``insert=True``Mike Bayer2014-03-161-0/+6
* | - fairly epic rework of the cascade documentationMike Bayer2014-03-154-112/+323
|/
* - Added support for literal rendering of boolean values, e.g.Mike Bayer2014-03-131-0/+6
* - Added a new feature :func:`.schema.conv`, the purpose of which is toMike Bayer2014-03-122-0/+10
* :paramref:`.MetaData.naming_convention` feature will now alsoMike Bayer2014-03-121-0/+8
* - Fixed bug in new :paramref:`.MetaData.naming_convention` featureMike Bayer2014-03-121-0/+11
* add a string example for self-refenretial many-to-manyMike Bayer2014-03-111-0/+18
* - A warning is emitted if the :meth:`.MapperEvents.before_configured`Mike Bayer2014-03-111-0/+8
* - Added a new keyword argument ``once=True`` to :func:`.event.listen`Mike Bayer2014-03-111-1/+8
* Fixes argument number in docspr/79Noufal Ibrahim2014-03-111-1/+1
* - changelog for pullreq github:74Mike Bayer2014-03-051-0/+13
* - Fixed small issue in :class:`.SingletonThreadPool` where the currentMike Bayer2014-03-051-0/+7
* - Fixed bug in association proxy where assigning an empty sliceMike Bayer2014-03-041-0/+6
* add a seealso hereMike Bayer2014-03-042-0/+6
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-0/+28
* - Fixed some test/feature failures occurring in Python 3.4,Mike Bayer2014-03-021-0/+8