~ubuntu-branches/debian/sid/sqlalchemy/sid

« back to all changes in this revision

Viewing changes to doc/_sources/core/expression_api.txt

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2014-06-27 20:17:13 UTC
  • mfrom: (1.4.28)
  • Revision ID: package-import@ubuntu.com-20140627201713-g6p1kq8q1qenztrv
Tags: 0.9.6-1
* New upstream release
* Remove Python 3.X build tag files, thanks to Matthias Urlichs for the
  patch (closes: #747852)
* python-fdb isn't in the Debian archive yet so default dialect for firebird://
  URLs is changed to obsolete kinterbasdb, thanks to Russell Stuart for the
  patch (closes: #752145)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. _expression_api_toplevel:
2
 
 
3
 
SQL Statements and Expressions API
4
 
==================================
5
 
 
6
 
.. module:: sqlalchemy.sql.expression
7
 
 
8
 
This section presents the API reference for the SQL Expression Language.  For a full introduction to its usage,
9
 
see :ref:`sqlexpression_toplevel`.
10
 
 
11
 
 
12
 
.. toctree::
13
 
    :maxdepth: 1
14
 
 
15
 
    sqlelement
16
 
    selectable
17
 
    dml
18
 
    functions
19
 
    types
20