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

« back to all changes in this revision

Viewing changes to doc/core/index.html

  • 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:
32
32
    <script type="text/javascript">
33
33
      var DOCUMENTATION_OPTIONS = {
34
34
          URL_ROOT:    '../',
35
 
          VERSION:     '0.9.4',
 
35
          VERSION:     '0.9.6',
36
36
          COLLAPSE_MODINDEX: false,
37
37
          FILE_SUFFIX: '.html'
38
38
      };
44
44
        <script type="text/javascript" src="../_static/doctools.js"></script>
45
45
    <!-- end iterate through sphinx environment script_files -->
46
46
 
 
47
    <script type="text/javascript" src="../_static/detectmobile.js"></script>
47
48
    <script type="text/javascript" src="../_static/init.js"></script>
48
49
    <link rel="index" title="Index" href="../genindex.html" />
49
50
    <link rel="search" title="Search" href="../search.html" />
68
69
 
69
70
 
70
71
 
 
72
 
71
73
<div id="docs-container">
72
74
 
73
75
 
74
76
 
75
77
 
 
78
 
 
79
<div id="docs-top-navigation-container" class="body-background">
76
80
<div id="docs-header">
 
81
    <div id="docs-version-header">
 
82
        Release: <span class="version-num">0.9.6</span> | Release Date: June 23, 2014
 
83
    </div>
 
84
 
77
85
    <h1>SQLAlchemy 0.9 Documentation</h1>
78
86
 
79
 
    <div id="docs-search">
80
 
    Search:
81
 
    <form class="search" action="../search.html" method="get">
82
 
      <input type="text" name="q" size="18" /> <input type="submit" value="Search" />
83
 
      <input type="hidden" name="check_keywords" value="yes" />
84
 
      <input type="hidden" name="area" value="default" />
85
 
    </form>
86
 
    </div>
87
 
 
88
 
    <div id="docs-version-header">
89
 
        Release: <span class="version-num">0.9.4</span> | Release Date: March 28, 2014
90
 
 
91
 
 
92
 
    </div>
93
 
 
94
 
</div>
95
 
 
96
 
<div id="docs-top-navigation">
97
 
    <div id="docs-top-page-control" class="docs-navigation-links">
 
87
</div>
 
88
</div>
 
89
 
 
90
<div id="docs-body-container">
 
91
 
 
92
    <div id="fixed-sidebar" class="withsidebar">
 
93
 
 
94
 
 
95
        <div id="docs-sidebar-popout">
 
96
            <h3><a href="../index.html">SQLAlchemy 0.9 Documentation</a></h3>
 
97
 
 
98
            <p id="sidebar-paginate">
 
99
                    <a href="../index.html" title="SQLAlchemy 0.9 Documentation">Up</a> |
 
100
 
 
101
                    <a href="../orm/internals.html" title="ORM Internals">Prev</a> |
 
102
                    <a href="tutorial.html" title="SQL Expression Language Tutorial">Next</a>
 
103
            </p>
 
104
 
 
105
            <p id="sidebar-topnav">
 
106
                <a href="../index.html">Contents</a> |
 
107
                <a href="../genindex.html">Index</a>
 
108
            </p>
 
109
 
 
110
            <div id="sidebar-search">
 
111
                <form class="search" action="../search.html" method="get">
 
112
                  <input type="text" name="q" size="12" /> <input type="submit" value="Search" />
 
113
                  <input type="hidden" name="check_keywords" value="yes" />
 
114
                  <input type="hidden" name="area" value="default" />
 
115
                </form>
 
116
            </div>
 
117
 
 
118
        </div>
 
119
 
 
120
        <div id="docs-sidebar">
 
121
 
 
122
        <h3><a href="#">            
 
123
                SQLAlchemy Core
 
124
            
 
125
        </a></h3>
98
126
        <ul>
99
 
            <li>Prev:
100
 
            <a href="../orm/internals.html" title="previous chapter">ORM Internals</a>
101
 
            </li>
102
 
            <li>Next:
103
 
            <a href="tutorial.html" title="next chapter">SQL Expression Language Tutorial</a>
104
 
            </li>
105
 
 
106
 
        <li>
107
 
            <a href="../contents.html">Table of Contents</a> |
108
 
            <a href="../genindex.html">Index</a>
109
 
            | <a href="../_sources/core/index.txt">view source
110
 
        </li>
111
 
        </ul>
112
 
    </div>
113
 
 
114
 
    <div id="docs-navigation-banner">
115
 
        <a href="../index.html">SQLAlchemy 0.9 Documentation</a>
116
 
        » 
117
 
                SQLAlchemy Core
118
 
            
119
 
 
120
 
        <h2>
121
 
            
122
 
                SQLAlchemy Core
123
 
            
124
 
        </h2>
125
 
    </div>
126
 
 
127
 
</div>
128
 
 
129
 
<div id="docs-body-container">
130
 
 
131
 
    <div id="docs-sidebar">
132
 
    <h3><a href="../index.html">Table of Contents</a></h3>
133
 
    <ul>
134
127
<li><a class="reference internal" href="#">SQLAlchemy Core</a><ul>
135
128
</ul>
136
129
</li>
137
130
</ul>
138
131
 
139
132
 
140
 
    <h4>Previous Topic</h4>
141
 
    <p>
142
 
    <a href="../orm/internals.html" title="previous chapter">ORM Internals</a>
143
 
    </p>
144
 
    <h4>Next Topic</h4>
145
 
    <p>
146
 
    <a href="tutorial.html" title="next chapter">SQL Expression Language Tutorial</a>
147
 
    </p>
148
 
 
149
 
 
150
 
    <h4>Quick Search</h4>
151
 
    <p>
152
 
    <form class="search" action="../search.html" method="get">
153
 
      <input type="text" name="q" size="18" /> <input type="submit" value="Search" />
154
 
      <input type="hidden" name="check_keywords" value="yes" />
155
 
      <input type="hidden" name="area" value="default" />
156
 
    </form>
157
 
    </p>
 
133
 
 
134
 
 
135
        </div>
158
136
 
159
137
    </div>
160
138
 
 
139
    
 
140
 
161
141
    <div id="docs-body" class="withsidebar" >
162
142
        
163
143
<div class="section" id="sqlalchemy-core">