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

« back to all changes in this revision

Viewing changes to doc/dialects/sybase.html

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski, Jakub Wilk, Piotr Ożarowski
  • Date: 2013-07-06 20:53:52 UTC
  • mfrom: (1.4.23) (16.1.17 experimental)
  • Revision ID: package-import@ubuntu.com-20130706205352-ryppl1eto3illd79
Tags: 0.8.2-1
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Piotr Ożarowski ]
* New upstream release
* Upload to unstable
* Build depend on python3-all instead of -dev, extensions are not built for
  Python 3.X 

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    
11
11
                Sybase
12
12
             — 
13
 
    SQLAlchemy 0.7 Documentation
 
13
    SQLAlchemy 0.8 Documentation
14
14
 
15
15
        </title>
16
16
        
20
20
    <script type="text/javascript">
21
21
      var DOCUMENTATION_OPTIONS = {
22
22
          URL_ROOT:    '../',
23
 
          VERSION:     '0.7.9',
 
23
          VERSION:     '0.8.2',
24
24
          COLLAPSE_MODINDEX: false,
25
25
          FILE_SUFFIX: '.html'
26
26
      };
32
32
    <link rel="index" title="Index" href="../genindex.html" />
33
33
    <link rel="search" title="Search" href="../search.html" />
34
34
        <link rel="copyright" title="Copyright" href="../copyright.html" />
35
 
    <link rel="top" title="SQLAlchemy 0.7 Documentation" href="../index.html" />
 
35
    <link rel="top" title="SQLAlchemy 0.8 Documentation" href="../index.html" />
36
36
        <link rel="up" title="Dialects" href="index.html" />
 
37
        <link rel="next" title="Changes and Migration" href="../changelog/index.html" />
37
38
        <link rel="prev" title="SQLite" href="sqlite.html" />
38
39
 
39
40
    </head>
54
55
 
55
56
 
56
57
<div id="docs-header">
57
 
    <h1>SQLAlchemy 0.7 Documentation</h1>
 
58
    <h1>SQLAlchemy 0.8 Documentation</h1>
58
59
 
59
60
    <div id="docs-search">
60
61
    Search:
66
67
    </div>
67
68
 
68
69
    <div id="docs-version-header">
69
 
        Release: <span class="version-num">0.7.9</span> | Release Date: October 1, 2012
 
70
        Release: <span class="version-num">0.8.2</span> | Release Date: July 3, 2013
70
71
 
71
72
 
72
73
    </div>
79
80
            <li>Prev:
80
81
            <a href="sqlite.html" title="previous chapter">SQLite</a>
81
82
            </li>
 
83
            <li>Next:
 
84
            <a href="../changelog/index.html" title="next chapter">Changes and Migration</a>
 
85
            </li>
82
86
 
83
87
        <li>
84
88
            <a href="../contents.html">Table of Contents</a> |
89
93
    </div>
90
94
 
91
95
    <div id="docs-navigation-banner">
92
 
        <a href="../index.html">SQLAlchemy 0.7 Documentation</a>
 
96
        <a href="../index.html">SQLAlchemy 0.8 Documentation</a>
93
97
                » <a href="index.html" title="Dialects">Dialects</a>
94
98
        » 
95
99
                Sybase
110
114
    <h3><a href="../index.html">Table of Contents</a></h3>
111
115
    <ul>
112
116
<li><a class="reference internal" href="#">Sybase</a><ul>
113
 
<li><a class="reference internal" href="#module-sqlalchemy.dialects.sybase.pysybase">python-sybase notes</a><ul>
 
117
<li><a class="reference internal" href="#dialect-sybase">Support for the Sybase database.</a></li>
 
118
<li><a class="reference internal" href="#module-sqlalchemy.dialects.sybase.pysybase">python-sybase</a><ul>
 
119
<li><a class="reference internal" href="#dialect-sybase-pysybase-url">DBAPI</a></li>
 
120
<li><a class="reference internal" href="#dialect-sybase-pysybase-connect">Connecting</a></li>
114
121
<li><a class="reference internal" href="#unicode-support">Unicode Support</a></li>
115
122
</ul>
116
123
</li>
117
 
<li><a class="reference internal" href="#module-sqlalchemy.dialects.sybase.pyodbc">pyodbc notes</a><ul>
 
124
<li><a class="reference internal" href="#module-sqlalchemy.dialects.sybase.pyodbc">pyodbc</a><ul>
 
125
<li><a class="reference internal" href="#dialect-sybase-pyodbc-url">DBAPI</a></li>
 
126
<li><a class="reference internal" href="#dialect-sybase-pyodbc-connect">Connecting</a></li>
118
127
<li><a class="reference internal" href="#id1">Unicode Support</a></li>
119
128
</ul>
120
129
</li>
121
 
<li><a class="reference internal" href="#module-sqlalchemy.dialects.sybase.mxodbc">mxodbc notes</a></li>
 
130
<li><a class="reference internal" href="#module-sqlalchemy.dialects.sybase.mxodbc">mxodbc</a><ul>
 
131
<li><a class="reference internal" href="#dialect-sybase-mxodbc-url">DBAPI</a></li>
 
132
<li><a class="reference internal" href="#dialect-sybase-mxodbc-connect">Connecting</a></li>
 
133
</ul>
 
134
</li>
122
135
</ul>
123
136
</li>
124
137
</ul>
128
141
    <p>
129
142
    <a href="sqlite.html" title="previous chapter">SQLite</a>
130
143
    </p>
 
144
    <h4>Next Topic</h4>
 
145
    <p>
 
146
    <a href="../changelog/index.html" title="next chapter">Changes and Migration</a>
 
147
    </p>
131
148
 
132
149
 
133
150
    <h4>Quick Search</h4>
145
162
        
146
163
<div class="section" id="module-sqlalchemy.dialects.sybase.base">
147
164
<span id="sybase"></span><span id="sybase-toplevel"></span><h1>Sybase<a class="headerlink" href="#module-sqlalchemy.dialects.sybase.base" title="Permalink to this headline">¶</a></h1>
148
 
<p>Support for Sybase Adaptive Server Enterprise (ASE).</p>
 
165
<div class="section" id="dialect-sybase">
 
166
<p>Support for the Sybase database.</p>
 
167
<h2>DBAPI Support<a class="headerlink" href="#dialect-sybase" title="Permalink to this headline">¶</a></h2>
 
168
<p>The following dialect/DBAPI options are available.  Please refer to individual DBAPI sections for connect information.<ul class="simple">
 
169
<li><a class="reference external" href="#module-sqlalchemy.dialects.sybase.pysybase">Python-Sybase</a></li>
 
170
<li><a class="reference external" href="#module-sqlalchemy.dialects.sybase.pyodbc">PyODBC</a></li>
 
171
<li><a class="reference external" href="#module-sqlalchemy.dialects.sybase.mxodbc">mxODBC</a></li>
 
172
</ul>
 
173
</p>
 
174
</div>
149
175
<div class="admonition note">
150
176
<p class="first admonition-title">Note</p>
151
177
<p class="last">The Sybase dialect functions on current SQLAlchemy versions
152
178
but is not regularly tested, and may have many issues and
153
 
caveats not currently handled.   In particular, the table
154
 
and database reflection features are not implemented.</p>
 
179
caveats not currently handled.</p>
155
180
</div>
156
181
<div class="section" id="module-sqlalchemy.dialects.sybase.pysybase">
157
 
<span id="python-sybase-notes"></span><h2>python-sybase notes<a class="headerlink" href="#module-sqlalchemy.dialects.sybase.pysybase" title="Permalink to this headline">¶</a></h2>
158
 
<p>Support for Sybase via the python-sybase driver.</p>
159
 
<p><a class="reference external" href="http://python-sybase.sourceforge.net/">http://python-sybase.sourceforge.net/</a></p>
160
 
<p>Connect strings are of the form:</p>
161
 
<div class="highlight-python"><pre>sybase+pysybase://&lt;username&gt;:&lt;password&gt;@&lt;dsn&gt;/[database name]</pre>
 
182
<span id="python-sybase"></span><h2>python-sybase<a class="headerlink" href="#module-sqlalchemy.dialects.sybase.pysybase" title="Permalink to this headline">¶</a></h2>
 
183
<p>Support for the Sybase database via the Python-Sybase driver.</p>
 
184
<div class="section" id="dialect-sybase-pysybase-url">
 
185
<h3>DBAPI<a class="headerlink" href="#dialect-sybase-pysybase-url" title="Permalink to this headline">¶</a></h3>
 
186
<p>Documentation and download information (if applicable) for Python-Sybase is available at:
 
187
<a class="reference external" href="http://python-sybase.sourceforge.net/">http://python-sybase.sourceforge.net/</a></p>
 
188
</div>
 
189
<div class="section" id="dialect-sybase-pysybase-connect">
 
190
<h3>Connecting<a class="headerlink" href="#dialect-sybase-pysybase-connect" title="Permalink to this headline">¶</a></h3>
 
191
<p>Connect String:<div class="highlight-python"><pre>sybase+pysybase://&lt;username&gt;:&lt;password&gt;@&lt;dsn&gt;/[database name]</pre>
 
192
</div>
 
193
</p>
162
194
</div>
163
195
<div class="section" id="unicode-support">
164
196
<h3>Unicode Support<a class="headerlink" href="#unicode-support" title="Permalink to this headline">¶</a></h3>
167
199
</div>
168
200
</div>
169
201
<div class="section" id="module-sqlalchemy.dialects.sybase.pyodbc">
170
 
<span id="pyodbc-notes"></span><h2>pyodbc notes<a class="headerlink" href="#module-sqlalchemy.dialects.sybase.pyodbc" title="Permalink to this headline">¶</a></h2>
171
 
<p>Support for Sybase via pyodbc.</p>
172
 
<p><a class="reference external" href="http://pypi.python.org/pypi/pyodbc/">http://pypi.python.org/pypi/pyodbc/</a></p>
173
 
<p>Connect strings are of the form:</p>
174
 
<div class="highlight-python"><pre>sybase+pyodbc://&lt;username&gt;:&lt;password&gt;@&lt;dsn&gt;/
175
 
sybase+pyodbc://&lt;username&gt;:&lt;password&gt;@&lt;host&gt;/&lt;database&gt;</pre>
 
202
<span id="pyodbc"></span><h2>pyodbc<a class="headerlink" href="#module-sqlalchemy.dialects.sybase.pyodbc" title="Permalink to this headline">¶</a></h2>
 
203
<p>Support for the Sybase database via the PyODBC driver.</p>
 
204
<div class="section" id="dialect-sybase-pyodbc-url">
 
205
<h3>DBAPI<a class="headerlink" href="#dialect-sybase-pyodbc-url" title="Permalink to this headline">¶</a></h3>
 
206
<p>Documentation and download information (if applicable) for PyODBC is available at:
 
207
<a class="reference external" href="http://pypi.python.org/pypi/pyodbc/">http://pypi.python.org/pypi/pyodbc/</a></p>
 
208
</div>
 
209
<div class="section" id="dialect-sybase-pyodbc-connect">
 
210
<h3>Connecting<a class="headerlink" href="#dialect-sybase-pyodbc-connect" title="Permalink to this headline">¶</a></h3>
 
211
<p>Connect String:<div class="highlight-python"><pre>sybase+pyodbc://&lt;username&gt;:&lt;password&gt;@&lt;dsnname&gt;[/&lt;database&gt;]</pre>
 
212
</div>
 
213
</p>
176
214
</div>
177
215
<div class="section" id="id1">
178
216
<h3>Unicode Support<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
192
230
</div>
193
231
</div>
194
232
<div class="section" id="module-sqlalchemy.dialects.sybase.mxodbc">
195
 
<span id="mxodbc-notes"></span><h2>mxodbc notes<a class="headerlink" href="#module-sqlalchemy.dialects.sybase.mxodbc" title="Permalink to this headline">¶</a></h2>
196
 
<p>Support for Sybase via mxodbc.</p>
197
 
<p>This dialect is a stub only and is likely non functional at this time.</p>
 
233
<span id="mxodbc"></span><h2>mxodbc<a class="headerlink" href="#module-sqlalchemy.dialects.sybase.mxodbc" title="Permalink to this headline">¶</a></h2>
 
234
<p>Support for the Sybase database via the mxODBC driver.</p>
 
235
<div class="section" id="dialect-sybase-mxodbc-url">
 
236
<h3>DBAPI<a class="headerlink" href="#dialect-sybase-mxodbc-url" title="Permalink to this headline">¶</a></h3>
 
237
<p>Documentation and download information (if applicable) for mxODBC is available at:
 
238
<a class="reference external" href="http://www.egenix.com/">http://www.egenix.com/</a></p>
 
239
</div>
 
240
<div class="section" id="dialect-sybase-mxodbc-connect">
 
241
<h3>Connecting<a class="headerlink" href="#dialect-sybase-mxodbc-connect" title="Permalink to this headline">¶</a></h3>
 
242
<p>Connect String:<div class="highlight-python"><pre>sybase+mxodbc://&lt;username&gt;:&lt;password&gt;@&lt;dsnname&gt;</pre>
 
243
</div>
 
244
</p>
 
245
</div>
 
246
<div class="admonition note">
 
247
<p class="first admonition-title">Note</p>
 
248
<p class="last">This dialect is a stub only and is likely non functional at this time.</p>
 
249
</div>
198
250
</div>
199
251
</div>
200
252
 
205
257
<div id="docs-bottom-navigation" class="docs-navigation-links">
206
258
        Previous:
207
259
        <a href="sqlite.html" title="previous chapter">SQLite</a>
 
260
        Next:
 
261
        <a href="../changelog/index.html" title="next chapter">Changes and Migration</a>
208
262
 
209
263
    <div id="docs-copyright">
210
 
        &copy; <a href="../copyright.html">Copyright</a> 2007-2012, the SQLAlchemy authors and contributors.
 
264
        &copy; <a href="../copyright.html">Copyright</a> 2007-2013, the SQLAlchemy authors and contributors.
211
265
        Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
212
266
    </div>
213
267
</div>