Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 48eb950

Browse files
committed
Update devel docs - UuidCol
1 parent 862b9a6 commit 48eb950

File tree

69 files changed

+4789
-4653
lines changed

Some content is hidden

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

69 files changed

+4789
-4653
lines changed

‎devel/Authors.html‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ <h1 class="pudge-member-page-heading">Authors</h1>
6262
<li>Lukasz Dobrzanski &lt;lukasz.m.dobrzanski at gmail.com></li>
6363
<li>Gregor Horvath &lt;gh at gregor-horvath.com></li>
6464
<li>Nathan Edwards &lt;nje5 at georgetown.edu></li>
65+
<li>Lutz Steinborn &lt;l.steinborn at 4c-gmbh.de></li>
6566
<li>Oleg Broytman &lt;<a href="mailto:phd@phdru.name" class="reference external">phd@phdru.name</a>></li>
6667
</ul>
6768
<a href="https://sourceforge.net/projects/sqlobject" class="reference external image-reference"><img src="https://sourceforge.net/sflogo.php?group_id=74338&amp;type=10" alt="Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads" style="width: 80px; height: 15px;" class="noborder align-center"></a>

‎devel/News.html‎

Lines changed: 128 additions & 107 deletions
Large diffs are not rendered by default.

‎devel/SQLObject.html‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,13 @@ <h3><a href="#id35" class="toc-backref">Column Types</a></h3>
12361236
MyTable.select((MyTable.q.name + MyTable.q.surname) == u'value'.encode(dbEncoding))
12371237
</pre>
12381238
</dd>
1239+
<dt><cite>UuidCol</cite>:</dt>
1240+
<dd>A column for UUID. On Postgres uses 'UUID' data type, on all other</dd>
12391241
</dl>
1242+
<div class="system-message">
1243+
<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">docs/SQLObject.txt</tt>, line 1274)</p>
1244+
Definition list ends without a blank line; unexpected unindent.</div>
1245+
<p>backends uses VARCHAR(36).</p>
12401246
</div>
12411247
</div>
12421248
<div class="section" id="relationships-between-classes-tables">

‎devel/class-sqlobject.col.BLOBCol.html‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=1810&amp;l=1812#1810" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1850&amp;l=1852#1850" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -85,23 +85,23 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
8585
<a name="__init__"></a>
8686
<h4 class="pudge-member-name"><span class="prefix">f</span>
8787
<tt><a href="class-sqlobject.col.BLOBCol.html#__init__" class="pudge-obj-link">__init__</a>(self, name=None, **kw)</tt>
88-
<a href="sqlobject/col.py.html?f=443&amp;l=449#443" title="View Source">...</a>
88+
<a href="sqlobject/col.py.html?f=444&amp;l=450#444" title="View Source">...</a>
8989
</h4>
9090
<div class="pudge-section rst">
9191
</div>
9292
</div><div class="pudge-member routine ">
9393
<a name="withClass"></a>
9494
<h4 class="pudge-member-name"><span class="prefix">f</span>
9595
<tt><a href="class-sqlobject.col.BLOBCol.html#withClass" class="pudge-obj-link">withClass</a>(self, soClass)</tt>
96-
<a href="sqlobject/col.py.html?f=461&amp;l=467#461" title="View Source">...</a>
96+
<a href="sqlobject/col.py.html?f=462&amp;l=468#462" title="View Source">...</a>
9797
</h4>
9898
<div class="pudge-section rst">
9999
</div>
100100
</div>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1810&amp;l=1812#1810" title="sqlobject/col.py:1810">the source</a>
104+
<a href="sqlobject/col.py.html?f=1850&amp;l=1852#1850" title="sqlobject/col.py:1850">the source</a>
105105
for more information.
106106
</small>
107107
</p>

‎devel/class-sqlobject.col.BigIntCol.html‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=776&amp;l=778#776" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=816&amp;l=818#816" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -85,23 +85,23 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
8585
<a name="__init__"></a>
8686
<h4 class="pudge-member-name"><span class="prefix">f</span>
8787
<tt><a href="class-sqlobject.col.BigIntCol.html#__init__" class="pudge-obj-link">__init__</a>(self, name=None, **kw)</tt>
88-
<a href="sqlobject/col.py.html?f=443&amp;l=449#443" title="View Source">...</a>
88+
<a href="sqlobject/col.py.html?f=444&amp;l=450#444" title="View Source">...</a>
8989
</h4>
9090
<div class="pudge-section rst">
9191
</div>
9292
</div><div class="pudge-member routine ">
9393
<a name="withClass"></a>
9494
<h4 class="pudge-member-name"><span class="prefix">f</span>
9595
<tt><a href="class-sqlobject.col.BigIntCol.html#withClass" class="pudge-obj-link">withClass</a>(self, soClass)</tt>
96-
<a href="sqlobject/col.py.html?f=461&amp;l=467#461" title="View Source">...</a>
96+
<a href="sqlobject/col.py.html?f=462&amp;l=468#462" title="View Source">...</a>
9797
</h4>
9898
<div class="pudge-section rst">
9999
</div>
100100
</div>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=776&amp;l=778#776" title="sqlobject/col.py:776">the source</a>
104+
<a href="sqlobject/col.py.html?f=816&amp;l=818#816" title="sqlobject/col.py:816">the source</a>
105105
for more information.
106106
</small>
107107
</p>

‎devel/class-sqlobject.col.BoolCol.html‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=827&amp;l=829#827" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=867&amp;l=869#867" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -85,23 +85,23 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
8585
<a name="__init__"></a>
8686
<h4 class="pudge-member-name"><span class="prefix">f</span>
8787
<tt><a href="class-sqlobject.col.BoolCol.html#__init__" class="pudge-obj-link">__init__</a>(self, name=None, **kw)</tt>
88-
<a href="sqlobject/col.py.html?f=443&amp;l=449#443" title="View Source">...</a>
88+
<a href="sqlobject/col.py.html?f=444&amp;l=450#444" title="View Source">...</a>
8989
</h4>
9090
<div class="pudge-section rst">
9191
</div>
9292
</div><div class="pudge-member routine ">
9393
<a name="withClass"></a>
9494
<h4 class="pudge-member-name"><span class="prefix">f</span>
9595
<tt><a href="class-sqlobject.col.BoolCol.html#withClass" class="pudge-obj-link">withClass</a>(self, soClass)</tt>
96-
<a href="sqlobject/col.py.html?f=461&amp;l=467#461" title="View Source">...</a>
96+
<a href="sqlobject/col.py.html?f=462&amp;l=468#462" title="View Source">...</a>
9797
</h4>
9898
<div class="pudge-section rst">
9999
</div>
100100
</div>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=827&amp;l=829#827" title="sqlobject/col.py:827">the source</a>
104+
<a href="sqlobject/col.py.html?f=867&amp;l=869#867" title="sqlobject/col.py:867">the source</a>
105105
for more information.
106106
</small>
107107
</p>

‎devel/class-sqlobject.col.Col.html‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=439&amp;l=478#439" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=440&amp;l=479#440" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -85,23 +85,23 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
8585
<a name="__init__"></a>
8686
<h4 class="pudge-member-name"><span class="prefix">f</span>
8787
<tt><a href="class-sqlobject.col.Col.html#__init__" class="pudge-obj-link">__init__</a>(self, name=None, **kw)</tt>
88-
<a href="sqlobject/col.py.html?f=443&amp;l=449#443" title="View Source">...</a>
88+
<a href="sqlobject/col.py.html?f=444&amp;l=450#444" title="View Source">...</a>
8989
</h4>
9090
<div class="pudge-section rst">
9191
</div>
9292
</div><div class="pudge-member routine ">
9393
<a name="withClass"></a>
9494
<h4 class="pudge-member-name"><span class="prefix">f</span>
9595
<tt><a href="class-sqlobject.col.Col.html#withClass" class="pudge-obj-link">withClass</a>(self, soClass)</tt>
96-
<a href="sqlobject/col.py.html?f=461&amp;l=467#461" title="View Source">...</a>
96+
<a href="sqlobject/col.py.html?f=462&amp;l=468#462" title="View Source">...</a>
9797
</h4>
9898
<div class="pudge-section rst">
9999
</div>
100100
</div>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=439&amp;l=478#439" title="sqlobject/col.py:439">the source</a>
104+
<a href="sqlobject/col.py.html?f=440&amp;l=479#440" title="sqlobject/col.py:440">the source</a>
105105
for more information.
106106
</small>
107107
</p>

‎devel/class-sqlobject.col.CurrencyCol.html‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=1667&amp;l=1669#1667" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1707&amp;l=1709#1707" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -85,23 +85,23 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
8585
<a name="__init__"></a>
8686
<h4 class="pudge-member-name"><span class="prefix">f</span>
8787
<tt><a href="class-sqlobject.col.CurrencyCol.html#__init__" class="pudge-obj-link">__init__</a>(self, name=None, **kw)</tt>
88-
<a href="sqlobject/col.py.html?f=443&amp;l=449#443" title="View Source">...</a>
88+
<a href="sqlobject/col.py.html?f=444&amp;l=450#444" title="View Source">...</a>
8989
</h4>
9090
<div class="pudge-section rst">
9191
</div>
9292
</div><div class="pudge-member routine ">
9393
<a name="withClass"></a>
9494
<h4 class="pudge-member-name"><span class="prefix">f</span>
9595
<tt><a href="class-sqlobject.col.CurrencyCol.html#withClass" class="pudge-obj-link">withClass</a>(self, soClass)</tt>
96-
<a href="sqlobject/col.py.html?f=461&amp;l=467#461" title="View Source">...</a>
96+
<a href="sqlobject/col.py.html?f=462&amp;l=468#462" title="View Source">...</a>
9797
</h4>
9898
<div class="pudge-section rst">
9999
</div>
100100
</div>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1667&amp;l=1669#1667" title="sqlobject/col.py:1667">the source</a>
104+
<a href="sqlobject/col.py.html?f=1707&amp;l=1709#1707" title="sqlobject/col.py:1707">the source</a>
105105
for more information.
106106
</small>
107107
</p>

‎devel/class-sqlobject.col.DateCol.html‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=1470&amp;l=1472#1470" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1510&amp;l=1512#1510" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -85,23 +85,23 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
8585
<a name="__init__"></a>
8686
<h4 class="pudge-member-name"><span class="prefix">f</span>
8787
<tt><a href="class-sqlobject.col.DateCol.html#__init__" class="pudge-obj-link">__init__</a>(self, name=None, **kw)</tt>
88-
<a href="sqlobject/col.py.html?f=443&amp;l=449#443" title="View Source">...</a>
88+
<a href="sqlobject/col.py.html?f=444&amp;l=450#444" title="View Source">...</a>
8989
</h4>
9090
<div class="pudge-section rst">
9191
</div>
9292
</div><div class="pudge-member routine ">
9393
<a name="withClass"></a>
9494
<h4 class="pudge-member-name"><span class="prefix">f</span>
9595
<tt><a href="class-sqlobject.col.DateCol.html#withClass" class="pudge-obj-link">withClass</a>(self, soClass)</tt>
96-
<a href="sqlobject/col.py.html?f=461&amp;l=467#461" title="View Source">...</a>
96+
<a href="sqlobject/col.py.html?f=462&amp;l=468#462" title="View Source">...</a>
9797
</h4>
9898
<div class="pudge-section rst">
9999
</div>
100100
</div>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1470&amp;l=1472#1470" title="sqlobject/col.py:1470">the source</a>
104+
<a href="sqlobject/col.py.html?f=1510&amp;l=1512#1510" title="sqlobject/col.py:1510">the source</a>
105105
for more information.
106106
</small>
107107
</p>

‎devel/class-sqlobject.col.DateTimeCol.html‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=1391&amp;l=1404#1391" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1431&amp;l=1444#1431" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -85,31 +85,31 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
8585
<a name="__init__"></a>
8686
<h4 class="pudge-member-name"><span class="prefix">f</span>
8787
<tt><a href="class-sqlobject.col.DateTimeCol.html#__init__" class="pudge-obj-link">__init__</a>(self, name=None, **kw)</tt>
88-
<a href="sqlobject/col.py.html?f=443&amp;l=449#443" title="View Source">...</a>
88+
<a href="sqlobject/col.py.html?f=444&amp;l=450#444" title="View Source">...</a>
8989
</h4>
9090
<div class="pudge-section rst">
9191
</div>
9292
</div><div class="pudge-member routine ">
9393
<a name="withClass"></a>
9494
<h4 class="pudge-member-name"><span class="prefix">f</span>
9595
<tt><a href="class-sqlobject.col.DateTimeCol.html#withClass" class="pudge-obj-link">withClass</a>(self, soClass)</tt>
96-
<a href="sqlobject/col.py.html?f=461&amp;l=467#461" title="View Source">...</a>
96+
<a href="sqlobject/col.py.html?f=462&amp;l=468#462" title="View Source">...</a>
9797
</h4>
9898
<div class="pudge-section rst">
9999
</div>
100100
</div><div class="pudge-member routine ">
101101
<a name="now"></a>
102102
<h4 class="pudge-member-name"><span class="prefix">f</span>
103103
<tt><a href="class-sqlobject.col.DateTimeCol.html#now" class="pudge-obj-link">now</a>()</tt>
104-
<a href="sqlobject/col.py.html?f=1394&amp;l=1404#1394" title="View Source">...</a>
104+
<a href="sqlobject/col.py.html?f=1434&amp;l=1444#1434" title="View Source">...</a>
105105
</h4>
106106
<div class="pudge-section rst">
107107
</div>
108108
</div>
109109
<p>
110110
<small>
111111
See
112-
<a href="sqlobject/col.py.html?f=1391&amp;l=1404#1391" title="sqlobject/col.py:1391">the source</a>
112+
<a href="sqlobject/col.py.html?f=1431&amp;l=1444#1431" title="sqlobject/col.py:1431">the source</a>
113113
for more information.
114114
</small>
115115
</p>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /