| Commit message (Expand) | Author | Age | Files | Lines |
| * | Minor grammar fix for capitalisation in session docspr/197 | David\ Beitey | 2015-08-28 | 1 | -1/+1 |
| * | - reword and update documentation on passive_updates=False; as virtually | Mike Bayer | 2015-08-27 | 1 | -35/+87 |
| * | - work to bridge between core/ORM tutorials regarding the text() construct | Mike Bayer | 2015-07-26 | 1 | -5/+3 |
| * | - remove "completely raw", whatever that is | Mike Bayer | 2015-07-26 | 1 | -21/+16 |
| * | - typo | Mike Bayer | 2015-07-26 | 1 | -1/+1 |
| * | - add an example of text.columns | Mike Bayer | 2015-07-26 | 1 | -4/+19 |
| * | - Organize the tree for 1.1 | Mike Bayer | 2015-07-24 | 1 | -2/+2 |
| * | - fix the link here fixes 3473 | Mike Bayer | 2015-07-03 | 1 | -1/+1 |
| * | - edits to this section | Mike Bayer | 2015-06-22 | 1 | -1/+1 |
| * | - add a new FAQ on re-reading of data within a transaction, since | Mike Bayer | 2015-06-22 | 1 | -3/+9 |
| * | - add a comment, also I think we want to expire before we do the | Mike Bayer | 2015-06-09 | 1 | -1/+6 |
| * | Expire session in testing transaction handlingpr/180 | Charles-Axel Dein | 2015-06-08 | 1 | -1/+3 |
| * | Fix typo in directivepr/177 | Éric Araujo | 2015-05-29 | 1 | -2/+1 |
| * | Correcting typo in introspectionpr/173 | Pierre Rochard | 2015-05-17 | 1 | -1/+1 |
| * | Fix typospr/165 | Ernest Walzel | 2015-03-26 | 1 | -1/+1 |
| * | - tweaks regarding the use_alter update | Mike Bayer | 2015-03-13 | 1 | -4/+2 |
| * | - add the fact that we can cache the sql naively as well | Mike Bayer | 2015-03-12 | 1 | -5/+33 |
| * | - add a rationale section | Mike Bayer | 2015-03-12 | 1 | -0/+141 |
| * | - Added a new extension suite :mod:`sqlalchemy.ext.baked`. This | Mike Bayer | 2015-03-11 | 2 | -0/+208 |
| * | - Added a new event suite :class:`.QueryEvents`. The | Mike Bayer | 2015-03-10 | 1 | -1/+7 |
| * | - A warning is emitted if the ``isolation_level`` parameter is used | Mike Bayer | 2015-02-04 | 1 | -0/+143 |
| * | - fix link to non_primary flag | Mike Bayer | 2015-01-27 | 1 | -24/+40 |
| * | - add new section to ORM referring to runtime inspection API, | Mike Bayer | 2015-01-14 | 1 | -0/+49 |
| * | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -0/+25 |
| * | - make a new page that introduces mapping a little better for the | Mike Bayer | 2015-01-05 | 4 | -69/+126 |
| * | - fix links for loading, add a redirect page | Mike Bayer | 2014-12-27 | 1 | -0/+3 |
| * | - remove private superclasses from docs in favor of fixing | Mike Bayer | 2014-12-27 | 1 | -1/+0 |
| * | corrections | Mike Bayer | 2014-12-27 | 1 | -0/+3 |
| * | - corrections | Mike Bayer | 2014-12-27 | 9 | -6/+16 |
| * | - create a new section on "custom load rules", to help with edge | Mike Bayer | 2014-12-19 | 1 | -0/+76 |
| * | - classical is really not the most important topic here | Mike Bayer | 2014-12-17 | 1 | -1/+1 |
| * | - squash-merge the improve_toc branch, which moves all the Sphinx styling | Mike Bayer | 2014-12-17 | 41 | -6200/+7685 |
| * | - rework the migration doc sections | Mike Bayer | 2014-12-14 | 1 | -4/+4 |
| * | - A new series of :class:`.Session` methods which provide hooks | Mike Bayer | 2014-12-08 | 1 | -3/+89 |
| * | start docs... | Mike Bayer | 2014-12-07 | 1 | -0/+55 |
| * | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-12-07 | 2 | -1/+22 |
| |\ |
|
| | * | - Updated the :ref:`examples_versioned_history` example such that | Mike Bayer | 2014-11-26 | 1 | -0/+2 |
| | * | - The :meth:`.PropComparator.of_type` modifier has been | Mike Bayer | 2014-11-24 | 1 | -1/+20 |
| * | | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-11-06 | 5 | -4/+171 |
| |\ \
| |/ |
|
| | * | - edits to the subqueryload ordering merge | Mike Bayer | 2014-11-05 | 2 | -11/+23 |
| | * | Merge branch 'subqueryload_order' of https://bitbucket.org/univerio/sqlalchem... | Mike Bayer | 2014-11-05 | 2 | -0/+21 |
| | |\ |
|
| | | * | Added documentation about interaction between `subqueryload` and LIMIT/OFFSET. | Jack Zhou | 2014-08-07 | 2 | -0/+21 |
| | * | | - A warning is emitted in the case of multiple relationships thatticket_3230 | Mike Bayer | 2014-10-19 | 1 | -4/+131 |
| | * | | - add explicit warning re: polymorphic_on, cascading is not supported | Mike Bayer | 2014-09-26 | 1 | -0/+6 |
| | * | | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 1 | -0/+1 |
| * | | | - try to finish up the performance example for now | Mike Bayer | 2014-09-06 | 1 | -0/+7 |
| |/ / |
|
| * | | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -0/+5 |
| * | | - more updates to text docs, literal_column, column etc. in prep | Mike Bayer | 2014-09-01 | 1 | -10/+6 |
| * | | - walk back these literal SQL lectures into something much more succinct. | Mike Bayer | 2014-08-31 | 1 | -85/+10 |
| * | | - start encouraging the use of text() for injection of string-based SQL | Mike Bayer | 2014-08-31 | 1 | -8/+10 |