summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Added EXASolution dialect to documentationpr/138Jan2014-09-161-0/+1
* doc fixesMike Bayer2014-05-012-1/+2
* - Fixed bug where the combination of "limit" rendering asMike Bayer2014-04-301-0/+10
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-2625-106/+106
* - add a note about versioning only applying to flushesMike Bayer2014-04-251-0/+10
* - document that joinedload/eagerload work with of_type() + with_polymoprhic()Mike Bayer2014-04-231-3/+19
* - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-192-0/+55
* - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-191-0/+10
* - Revised the query used to determine the current default schema nameMike Bayer2014-04-171-0/+10
* - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method whereMike Bayer2014-04-151-0/+8
* changelogMike Bayer2014-04-141-0/+9
* - Added a new "disconnect" message "connection has been closed unexpectedly".Mike Bayer2014-04-111-0/+12
* Merge pull request #84 from Daniel-B-Smith/mastermike bayer2014-04-111-1/+1
|\
| * Fixed bug in example code.pr/84Daniel Smith2014-04-101-1/+1
* | - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>"Mike Bayer2014-04-101-0/+8
|/
* - 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
|/