~ubuntu-branches/debian/jessie/sqlalchemy/jessie

« back to all changes in this revision

Viewing changes to doc/_sources/orm/tutorial.txt

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2013-10-28 22:29:40 UTC
  • mfrom: (1.4.24)
  • Revision ID: package-import@ubuntu.com-20131028222940-wvyqffl4g617caun
Tags: 0.8.3-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
880
880
    ('%ed', 99)
881
881
    {stop}No row was found for one()
882
882
 
 
883
.. _orm_tutorial_literal_sql:
 
884
 
883
885
Using Literal SQL
884
886
-----------------
885
887