Skip to content

Commit f7e124b

Browse files
committed
Updat devel docs
1 parent 8864344 commit f7e124b

File tree

476 files changed

+31865
-23494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

476 files changed

+31865
-23494
lines changed

devel/Authors.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
VERSION: '3.2.0a0',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
21-
HAS_SOURCE: true
21+
HAS_SOURCE: true,
22+
SOURCELINK_SUFFIX: '.txt'
2223
};
2324
</script>
2425
<script type="text/javascript" src="_static/jquery.js"></script>
@@ -27,7 +28,6 @@
2728
<script type="text/javascript" src="_static/bizstyle.js"></script>
2829
<link rel="index" title="Index" href="genindex.html" />
2930
<link rel="search" title="Search" href="search.html" />
30-
<link rel="top" title="SQLObject 3.2.0a0 documentation" href="index.html" />
3131
<link rel="next" title="TODO" href="TODO.html" />
3232
<link rel="prev" title="SQLObject Developer Guide" href="DeveloperGuide.html" />
3333
<meta name="viewport" content="width=device-width,initial-scale=1.0">
@@ -65,7 +65,7 @@ <h4>Next topic</h4>
6565
<div role="note" aria-label="source link">
6666
<h3>This Page</h3>
6767
<ul class="this-page-menu">
68-
<li><a href="_sources/Authors.txt"
68+
<li><a href="_sources/Authors.rst.txt"
6969
rel="nofollow">Show Source</a></li>
7070
</ul>
7171
</div>
@@ -152,7 +152,7 @@ <h3>Navigation</h3>
152152
</div>
153153
<div class="footer" role="contentinfo">
154154
&#169; Copyright 2004-2017, Ian Bicking and contributors.
155-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8.
155+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
156156
</div>
157157
</body>
158158
</html>

devel/DeveloperGuide.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
VERSION: '3.2.0a0',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
21-
HAS_SOURCE: true
21+
HAS_SOURCE: true,
22+
SOURCELINK_SUFFIX: '.txt'
2223
};
2324
</script>
2425
<script type="text/javascript" src="_static/jquery.js"></script>
@@ -27,7 +28,6 @@
2728
<script type="text/javascript" src="_static/bizstyle.js"></script>
2829
<link rel="index" title="Index" href="genindex.html" />
2930
<link rel="search" title="Search" href="search.html" />
30-
<link rel="top" title="SQLObject 3.2.0a0 documentation" href="index.html" />
3131
<link rel="next" title="Authors" href="Authors.html" />
3232
<link rel="prev" title="Views and SQLObjects" href="Views.html" />
3333
<meta name="viewport" content="width=device-width,initial-scale=1.0">
@@ -80,7 +80,7 @@ <h4>Next topic</h4>
8080
<div role="note" aria-label="source link">
8181
<h3>This Page</h3>
8282
<ul class="this-page-menu">
83-
<li><a href="_sources/DeveloperGuide.txt"
83+
<li><a href="_sources/DeveloperGuide.rst.txt"
8484
rel="nofollow">Show Source</a></li>
8585
</ul>
8686
</div>
@@ -383,7 +383,7 @@ <h3>Navigation</h3>
383383
</div>
384384
<div class="footer" role="contentinfo">
385385
&#169; Copyright 2004-2017, Ian Bicking and contributors.
386-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8.
386+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
387387
</div>
388388
</body>
389389
</html>

devel/FAQ.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
VERSION: '3.2.0a0',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
21-
HAS_SOURCE: true
21+
HAS_SOURCE: true,
22+
SOURCELINK_SUFFIX: '.txt'
2223
};
2324
</script>
2425
<script type="text/javascript" src="_static/jquery.js"></script>
@@ -27,7 +28,6 @@
2728
<script type="text/javascript" src="_static/bizstyle.js"></script>
2829
<link rel="index" title="Index" href="genindex.html" />
2930
<link rel="search" title="Search" href="search.html" />
30-
<link rel="top" title="SQLObject 3.2.0a0 documentation" href="index.html" />
3131
<link rel="next" title="SQLBuilder" href="SQLBuilder.html" />
3232
<link rel="prev" title="SQLObject" href="SQLObject.html" />
3333
<meta name="viewport" content="width=device-width,initial-scale=1.0">
@@ -96,7 +96,7 @@ <h4>Next topic</h4>
9696
<div role="note" aria-label="source link">
9797
<h3>This Page</h3>
9898
<ul class="this-page-menu">
99-
<li><a href="_sources/FAQ.txt"
99+
<li><a href="_sources/FAQ.rst.txt"
100100
rel="nofollow">Show Source</a></li>
101101
</ul>
102102
</div>
@@ -160,7 +160,8 @@ <h2><a class="toc-backref" href="#id2">SQLExpression</a><a class="headerlink" hr
160160
<cite>sqlbuilder.SQLExpression</cite>. SQLExpression is a special class that overrides
161161
almost all Python magic methods and upon any operation instead of
162162
evaluating it constructs another instance of SQLExpression that remembers
163-
what operation it has to do. Similar to a symbolic algebra. Example:</p>
163+
what operation it has to do. This is similar to a symbolic algebra.
164+
Example:</p>
164165
<blockquote>
165166
<div>SQLExpression(&#8220;foo&#8221;) &gt; 30</div></blockquote>
166167
<p>produces SQLExpression(&#8220;foo&#8221;, &#8220;&gt;&#8221;, 30) (well, it really produces
@@ -175,7 +176,7 @@ <h3><a class="toc-backref" href="#id3">How does the select(...) method know what
175176
<p>The longer but more detailed and correct explanation is that select()
176177
produces an instance of <a class="reference external" href="SelectResults.html">SelectResults</a> class that upon being iterated over
177178
produces an instance of Iteration class that upon calling its next()
178-
method (it is iterator!) construct the SQL query string, passes it to the
179+
method (it is iterator!) constructs the SQL query string, passes it to the
179180
backend, fetches the results, wraps every row as SQLObject instance and
180181
passes them back to the user.</p>
181182
<p>For the details of the implementation see sqlobject/main.py for SQLObject,
@@ -704,7 +705,7 @@ <h3>Navigation</h3>
704705
</div>
705706
<div class="footer" role="contentinfo">
706707
&#169; Copyright 2004-2017, Ian Bicking and contributors.
707-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8.
708+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
708709
</div>
709710
</body>
710711
</html>

devel/Inheritance.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
VERSION: '3.2.0a0',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
21-
HAS_SOURCE: true
21+
HAS_SOURCE: true,
22+
SOURCELINK_SUFFIX: '.txt'
2223
};
2324
</script>
2425
<script type="text/javascript" src="_static/jquery.js"></script>
@@ -27,7 +28,6 @@
2728
<script type="text/javascript" src="_static/bizstyle.js"></script>
2829
<link rel="index" title="Index" href="genindex.html" />
2930
<link rel="search" title="Search" href="search.html" />
30-
<link rel="top" title="SQLObject 3.2.0a0 documentation" href="index.html" />
3131
<link rel="next" title="Versioning" href="Versioning.html" />
3232
<link rel="prev" title="The sqlobject-admin Tool" href="sqlobject-admin.html" />
3333
<meta name="viewport" content="width=device-width,initial-scale=1.0">
@@ -75,7 +75,7 @@ <h4>Next topic</h4>
7575
<div role="note" aria-label="source link">
7676
<h3>This Page</h3>
7777
<ul class="this-page-menu">
78-
<li><a href="_sources/Inheritance.txt"
78+
<li><a href="_sources/Inheritance.rst.txt"
7979
rel="nofollow">Show Source</a></li>
8080
</ul>
8181
</div>
@@ -447,7 +447,7 @@ <h3>Navigation</h3>
447447
</div>
448448
<div class="footer" role="contentinfo">
449449
&#169; Copyright 2004-2017, Ian Bicking and contributors.
450-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8.
450+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
451451
</div>
452452
</body>
453453
</html>

devel/News.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
VERSION: '3.2.0a0',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
21-
HAS_SOURCE: true
21+
HAS_SOURCE: true,
22+
SOURCELINK_SUFFIX: '.txt'
2223
};
2324
</script>
2425
<script type="text/javascript" src="_static/jquery.js"></script>
@@ -27,7 +28,6 @@
2728
<script type="text/javascript" src="_static/bizstyle.js"></script>
2829
<link rel="index" title="Index" href="genindex.html" />
2930
<link rel="search" title="Search" href="search.html" />
30-
<link rel="top" title="SQLObject 3.2.0a0 documentation" href="index.html" />
3131
<link rel="next" title="SQLObject and Python 3" href="Python3.html" />
3232
<link rel="prev" title="SQLObject Links" href="links.html" />
3333
<meta name="viewport" content="width=device-width,initial-scale=1.0">
@@ -94,7 +94,7 @@ <h4>Next topic</h4>
9494
<div role="note" aria-label="source link">
9595
<h3>This Page</h3>
9696
<ul class="this-page-menu">
97-
<li><a href="_sources/News.txt"
97+
<li><a href="_sources/News.rst.txt"
9898
rel="nofollow">Show Source</a></li>
9999
</ul>
100100
</div>
@@ -161,17 +161,19 @@ <h3>Minor features<a class="headerlink" href="#minor-features" title="Permalink
161161
<li>Add <code class="docutils literal"><span class="pre">driver</span></code> keyword for FirebirdConnection. Allowed values are &#8216;fdb&#8217;,
162162
&#8216;kinterbasdb&#8217; and &#8216;pyfirebirdsql&#8217;. Default is to test &#8216;fdb&#8217; and
163163
&#8216;kinterbasdb&#8217; in that order. pyfirebirdsql is supported but has problems.</li>
164-
<li>Add <code class="docutils literal"><span class="pre">driver</span></code> keyword for MySQLConnection. Allowed value are &#8216;mysqldb&#8217;,
164+
<li>Add <code class="docutils literal"><span class="pre">driver</span></code> keyword for MySQLConnection. Allowed values are &#8216;mysqldb&#8217;,
165165
&#8216;connector&#8217;, &#8216;oursql&#8217; and &#8216;pymysql&#8217;. Default is to test for mysqldb only.</li>
166166
<li>Add support for <a class="reference external" href="https://pypi.python.org/pypi/mysql-connector">MySQL Connector</a> (pure python; <a class="reference external" href="https://dev.mysql.com/doc/connector-python/en/">binary
167167
packages</a> are not at
168168
PyPI and hence are hard to install and test).</li>
169169
<li>Add support for <a class="reference external" href="https://github.com/python-oursql/oursql">oursql</a> MySQL
170-
driver (Python 2.6 and 2.7 until oursql fixes python 3 compatibility).</li>
170+
driver (only Python 2.6 and 2.7 until oursql author fixes Python 3
171+
compatibility).</li>
171172
<li>Add support for <a class="reference external" href="https://github.com/PyMySQL/PyMySQL/">PyMySQL</a> - pure
172173
python mysql interface).</li>
173174
<li>Add parameter <code class="docutils literal"><span class="pre">timeout</span></code> for MSSQLConnection (usable only with pymssql
174175
driver); timeouts are in seconds.</li>
176+
<li>Remove deprecated ez_setup.py.</li>
175177
</ul>
176178
</div>
177179
<div class="section" id="drivers-work-in-progress">
@@ -194,7 +196,7 @@ <h3>Bug fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this he
194196
value.</li>
195197
<li>Fix MSSQLConnection and SybaseConnection: insert default values into a table
196198
with just one IDENTITY column.</li>
197-
<li>Remove excessive NULLs for MSSQL/Sybase.</li>
199+
<li>Remove excessive NULLs from <code class="docutils literal"><span class="pre">CREATE</span> <span class="pre">TABLE</span></code> for MSSQL/Sybase.</li>
198200
<li>Fix concatenation operator for MSSQL/Sybase (it&#8217;s <code class="docutils literal"><span class="pre">+</span></code>, not <code class="docutils literal"><span class="pre">||</span></code>).</li>
199201
<li>Fix MSSQLConnection.server_version() under Py3 (decode version to str).</li>
200202
</ul>
@@ -219,8 +221,8 @@ <h3>Tests<a class="headerlink" href="#tests" title="Permalink to this headline">
219221
<li>Drop <code class="docutils literal"><span class="pre">Circle</span> <span class="pre">CI</span></code>.</li>
220222
<li>Run at Travis CI tests with Firebird backend (server version 2.5; drivers fdb
221223
and firebirdsql). There are problems with tests.</li>
222-
<li>Add AppVeyor for windows testing. Run tests with MS SQL, Postgres and
223-
SQLite. There are problems with MS SQL.</li>
224+
<li>Run tests at AppVeyor for windows testing. Run tests with MS SQL, Postgres
225+
and SQLite. There are problems with MS SQL.</li>
224226
</ul>
225227
</div>
226228
</div>
@@ -324,7 +326,7 @@ <h3>Navigation</h3>
324326
</div>
325327
<div class="footer" role="contentinfo">
326328
&#169; Copyright 2004-2017, Ian Bicking and contributors.
327-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8.
329+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
328330
</div>
329331
</body>
330332
</html>

devel/News1.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
VERSION: '3.2.0a0',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
21-
HAS_SOURCE: true
21+
HAS_SOURCE: true,
22+
SOURCELINK_SUFFIX: '.txt'
2223
};
2324
</script>
2425
<script type="text/javascript" src="_static/jquery.js"></script>
@@ -27,7 +28,6 @@
2728
<script type="text/javascript" src="_static/bizstyle.js"></script>
2829
<link rel="index" title="Index" href="genindex.html" />
2930
<link rel="search" title="Search" href="search.html" />
30-
<link rel="top" title="SQLObject 3.2.0a0 documentation" href="index.html" />
3131
<meta name="viewport" content="width=device-width,initial-scale=1.0">
3232
<!--[if lt IE 9]>
3333
<script type="text/javascript" src="_static/css3-mediaqueries.js"></script>
@@ -107,7 +107,7 @@ <h3><a href="index.html">Table Of Contents</a></h3>
107107
<div role="note" aria-label="source link">
108108
<h3>This Page</h3>
109109
<ul class="this-page-menu">
110-
<li><a href="_sources/News1.txt"
110+
<li><a href="_sources/News1.rst.txt"
111111
rel="nofollow">Show Source</a></li>
112112
</ul>
113113
</div>
@@ -611,7 +611,7 @@ <h3>Navigation</h3>
611611
</div>
612612
<div class="footer" role="contentinfo">
613613
&#169; Copyright 2004-2017, Ian Bicking and contributors.
614-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8.
614+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
615615
</div>
616616
</body>
617617
</html>

devel/News2.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
VERSION: '3.2.0a0',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
21-
HAS_SOURCE: true
21+
HAS_SOURCE: true,
22+
SOURCELINK_SUFFIX: '.txt'
2223
};
2324
</script>
2425
<script type="text/javascript" src="_static/jquery.js"></script>
@@ -27,7 +28,6 @@
2728
<script type="text/javascript" src="_static/bizstyle.js"></script>
2829
<link rel="index" title="Index" href="genindex.html" />
2930
<link rel="search" title="Search" href="search.html" />
30-
<link rel="top" title="SQLObject 3.2.0a0 documentation" href="index.html" />
3131
<meta name="viewport" content="width=device-width,initial-scale=1.0">
3232
<!--[if lt IE 9]>
3333
<script type="text/javascript" src="_static/css3-mediaqueries.js"></script>
@@ -137,7 +137,7 @@ <h3><a href="index.html">Table Of Contents</a></h3>
137137
<div role="note" aria-label="source link">
138138
<h3>This Page</h3>
139139
<ul class="this-page-menu">
140-
<li><a href="_sources/News2.txt"
140+
<li><a href="_sources/News2.rst.txt"
141141
rel="nofollow">Show Source</a></li>
142142
</ul>
143143
</div>
@@ -758,7 +758,7 @@ <h3>Navigation</h3>
758758
</div>
759759
<div class="footer" role="contentinfo">
760760
&#169; Copyright 2004-2017, Ian Bicking and contributors.
761-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8.
761+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
762762
</div>
763763
</body>
764764
</html>

devel/News3.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
VERSION: '3.2.0a0',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
21-
HAS_SOURCE: true
21+
HAS_SOURCE: true,
22+
SOURCELINK_SUFFIX: '.txt'
2223
};
2324
</script>
2425
<script type="text/javascript" src="_static/jquery.js"></script>
@@ -27,7 +28,6 @@
2728
<script type="text/javascript" src="_static/bizstyle.js"></script>
2829
<link rel="index" title="Index" href="genindex.html" />
2930
<link rel="search" title="Search" href="search.html" />
30-
<link rel="top" title="SQLObject 3.2.0a0 documentation" href="index.html" />
3131
<meta name="viewport" content="width=device-width,initial-scale=1.0">
3232
<!--[if lt IE 9]>
3333
<script type="text/javascript" src="_static/css3-mediaqueries.js"></script>
@@ -95,7 +95,7 @@ <h3><a href="index.html">Table Of Contents</a></h3>
9595
<div role="note" aria-label="source link">
9696
<h3>This Page</h3>
9797
<ul class="this-page-menu">
98-
<li><a href="_sources/News3.txt"
98+
<li><a href="_sources/News3.rst.txt"
9999
rel="nofollow">Show Source</a></li>
100100
</ul>
101101
</div>
@@ -515,7 +515,7 @@ <h3>Navigation</h3>
515515
</div>
516516
<div class="footer" role="contentinfo">
517517
&#169; Copyright 2004-2017, Ian Bicking and contributors.
518-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8.
518+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
519519
</div>
520520
</body>
521521
</html>

devel/News4.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
VERSION: '3.2.0a0',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
21-
HAS_SOURCE: true
21+
HAS_SOURCE: true,
22+
SOURCELINK_SUFFIX: '.txt'
2223
};
2324
</script>
2425
<script type="text/javascript" src="_static/jquery.js"></script>
@@ -27,7 +28,6 @@
2728
<script type="text/javascript" src="_static/bizstyle.js"></script>
2829
<link rel="index" title="Index" href="genindex.html" />
2930
<link rel="search" title="Search" href="search.html" />
30-
<link rel="top" title="SQLObject 3.2.0a0 documentation" href="index.html" />
3131
<meta name="viewport" content="width=device-width,initial-scale=1.0">
3232
<!--[if lt IE 9]>
3333
<script type="text/javascript" src="_static/css3-mediaqueries.js"></script>
@@ -96,7 +96,7 @@ <h3><a href="index.html">Table Of Contents</a></h3>
9696
<div role="note" aria-label="source link">
9797
<h3>This Page</h3>
9898
<ul class="this-page-menu">
99-
<li><a href="_sources/News4.txt"
99+
<li><a href="_sources/News4.rst.txt"
100100
rel="nofollow">Show Source</a></li>
101101
</ul>
102102
</div>
@@ -471,7 +471,7 @@ <h3>Navigation</h3>
471471
</div>
472472
<div class="footer" role="contentinfo">
473473
&#169; Copyright 2004-2017, Ian Bicking and contributors.
474-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8.
474+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
475475
</div>
476476
</body>
477477
</html>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy