summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - disable the scrolling layout, anchors for code/params are not working,Mike Bayer2014-05-291-1/+2
* - Fixed a few edge cases which arise in the so-called "row switch"Mike Bayer2014-05-281-0/+15
* - a rework of doc layout and nav:Mike Bayer2014-05-286-79/+169
* - Fixed bug in INSERT..FROM SELECT construct where selecting from aMike Bayer2014-05-251-0/+8
* - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, whichMike Bayer2014-05-251-0/+10
* - Fixed bug in subquery eager loading where a long chain ofMike Bayer2014-05-251-0/+11
* - Fixed bug in SQLite join rewriting where anonymized column namesMike Bayer2014-05-251-0/+9
* - indicate all 0.9.5 issues as from 1.0.0 backported to 0.9.5Mike Bayer2014-05-241-0/+12
* - Fixed bug where the :meth:`.Operators.__and__`,Mike Bayer2014-05-241-0/+10
* - hyperlink all the column operators listed in the ORM tutorial common filter...Mike Bayer2014-05-241-11/+15
* - document the compiler_kwargs accessorMike Bayer2014-05-231-0/+101
* - changelog for #2785Mike Bayer2014-05-161-0/+11
* typoMike Bayer2014-05-161-1/+1
* - add lots more to the profiling sectionMike Bayer2014-05-161-340/+497
* - Fixed bug in mutable extension where :class:`.MutableDict` did notMike Bayer2014-05-141-0/+8
* - add a new FAQ section "performance", put the profiling article there,Mike Bayer2014-05-121-135/+249
* changelog for pullreq bitbucket:15Mike Bayer2014-05-121-0/+9
* Merge pull request #91 from smurfix/de_apostroph_ifymike bayer2014-05-118-12/+12
|\
| * Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-118-12/+12
* | - Fixed ORM bug where the :func:`.class_mapper` function would maskMike Bayer2014-05-101-0/+10
* | - Fixed some "double invalidate" situations were detected whereMike Bayer2014-05-101-0/+22
|/
* - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete`Mike Bayer2014-05-081-0/+10
* 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