summaryrefslogtreecommitdiff
path: root/doc/build/content/ormtutorial.txt
Commit message (Expand)AuthorAgeFilesLines
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-1189/+0
* Doing my part-time editorial duties. Normalized session references and fixed ...Michael Trier2008-11-121-2/+2
* added info on named tuplesMike Bayer2008-08-121-0/+28
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-0/+7
* added string argument resolution to relation() in conjunction with declarativ...Mike Bayer2008-05-261-3/+12
* Query.one() raises either NoResultFound or MultipleResultsFound, [ticket:1034]Jason Kirtland2008-05-141-1/+13
* added blurb on session.rollback()Mike Bayer2008-05-101-0/+54
* - removed all the order by's that no longer apply.Mike Bayer2008-05-101-34/+34
* Fix typo in the ORM tutorialLele Gaifax2008-05-101-1/+1
* added query.subquery() as shorthand for query.statement.alias()Mike Bayer2008-05-091-3/+3
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-524/+460
* more editsrel_0_4_4Mike Bayer2008-03-121-2/+4
* fix a typo....Mike Bayer2008-03-111-1/+1
* updated SQL output, fixed String/Text typeMike Bayer2008-03-111-15/+16
* - a new super-small "declarative" extension has been added,Mike Bayer2008-03-101-0/+7
* - doc edits- thanks asmodai! [ticket:906]Jason Kirtland2008-02-051-12/+12
* - select().as_scalar() will raise an exception if the select does not haveMike Bayer2007-12-181-4/+2
* fix...Mike Bayer2007-12-091-2/+2
* changed the anonymous numbering scheme to be more appealingMike Bayer2007-12-081-4/+4
* corrected for current output...Mike Bayer2007-12-081-2/+2
* added a mention about `eagerload_all()` [ticket:897]Mike Bayer2007-12-081-0/+10
* doctest fixupsrel_0_4_1Mike Bayer2007-11-181-3/+3
* - identified some cases where Alias needs to be cloned; but still cant cloneMike Bayer2007-11-081-8/+10
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-3/+3
* - much more query verbiageMike Bayer2007-10-151-81/+185
* documenting PropComparator behavior in orm tutorialMike Bayer2007-10-141-1/+89
* - some docstrings for select()Mike Bayer2007-09-261-23/+23
* some editsMike Bayer2007-08-091-0/+2
* editsMike Bayer2007-08-071-9/+10
* - docsMike Bayer2007-08-061-1/+7
* - draft sqlexpression tutorialMike Bayer2007-08-061-8/+3
* work in progressMike Bayer2007-08-051-1/+1
* editsMike Bayer2007-08-031-14/+12
* more editsMike Bayer2007-08-031-5/+6
* edits, html escapingMike Bayer2007-08-031-7/+16
* docsMike Bayer2007-08-021-7/+180
* - fixed autoflush with count(), aggregatesMike Bayer2007-08-021-0/+746