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 6a4acc1

Browse files
committed
Update docs for releases 2.2.0b2 and 3.0.0a2
1 parent de071f2 commit 6a4acc1

File tree

90 files changed

+4482
-4814
lines changed

Some content is hidden

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

90 files changed

+4482
-4814
lines changed

‎Authors.html‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ <h1 class="pudge-member-page-heading">Authors</h1>
6060
<li>Andrew Trusty &lt;atrusty at gatech.edu></li>
6161
<li>Ian Cordasco &lt;graffatcolmingov at gmail.com></li>
6262
<li>Gregor Horvath &lt;gh at gregor-horvath.com></li>
63+
<li>Nathan Edwards &lt;nje5 at georgetown.edu></li>
6364
<li>Oleg Broytman &lt;<a href="mailto:phd@phdru.name" class="reference external">phd@phdru.name</a>></li>
6465
</ul>
6566
<a href="http://sourceforge.net/projects/sqlobject" class="reference external image-reference"><img src="http://sflogo.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>

‎News.html‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ <h2>Features &amp; Interface</h2>
143143
<li>Add function col.use_microseconds(True/False). Default is to use
144144
microseconds (True).</li>
145145
<li>For MSSQL use datetime2(6) and time(6) columns.</li>
146+
<li>Columns for ForeignKey are created using idType of the referenced
147+
table.</li>
146148
</ul>
147149
</div>
148150
<div class="section" id="minor-features">
@@ -164,6 +166,8 @@ <h2>Bugfixes</h2>
164166
<h2>Tests</h2>
165167
<ul class="simple">
166168
<li>Speedup SQLite connections in tests -- merged from <a href="#sqlobject-1-7-6" class="reference internal">SQLObject 1.7.6</a>.</li>
169+
<li>Added new test helper setupCyclicClasses to setup classes with mutual
170+
references.</li>
167171
</ul>
168172
</div>
169173
</div>

‎class-sqlobject.col.BLOBCol.html‎

Lines changed: 2 additions & 2 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=1621&amp;l=1623#1621" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1659&amp;l=1661#1659" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,7 +101,7 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1621&amp;l=1623#1621" title="sqlobject/col.py:1621">the source</a>
104+
<a href="sqlobject/col.py.html?f=1659&amp;l=1661#1659" title="sqlobject/col.py:1659">the source</a>
105105
for more information.
106106
</small>
107107
</p>

‎class-sqlobject.col.CurrencyCol.html‎

Lines changed: 2 additions & 2 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=1495&amp;l=1497#1495" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1533&amp;l=1535#1533" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,7 +101,7 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1495&amp;l=1497#1495" title="sqlobject/col.py:1495">the source</a>
104+
<a href="sqlobject/col.py.html?f=1533&amp;l=1535#1533" title="sqlobject/col.py:1533">the source</a>
105105
for more information.
106106
</small>
107107
</p>

‎class-sqlobject.col.DateCol.html‎

Lines changed: 2 additions & 2 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=1312&amp;l=1314#1312" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1350&amp;l=1352#1350" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,7 +101,7 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1312&amp;l=1314#1312" title="sqlobject/col.py:1312">the source</a>
104+
<a href="sqlobject/col.py.html?f=1350&amp;l=1352#1350" title="sqlobject/col.py:1350">the source</a>
105105
for more information.
106106
</small>
107107
</p>

‎class-sqlobject.col.DateTimeCol.html‎

Lines changed: 3 additions & 3 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=1242&amp;l=1254#1242" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1280&amp;l=1292#1280" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,15 +101,15 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
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=1244&amp;l=1254#1244" title="View Source">...</a>
104+
<a href="sqlobject/col.py.html?f=1282&amp;l=1292#1282" 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=1242&amp;l=1254#1242" title="sqlobject/col.py:1242">the source</a>
112+
<a href="sqlobject/col.py.html?f=1280&amp;l=1292#1280" title="sqlobject/col.py:1280">the source</a>
113113
for more information.
114114
</small>
115115
</p>

‎class-sqlobject.col.DecimalCol.html‎

Lines changed: 2 additions & 2 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=1485&amp;l=1487#1485" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1523&amp;l=1525#1523" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,7 +101,7 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1485&amp;l=1487#1485" title="sqlobject/col.py:1485">the source</a>
104+
<a href="sqlobject/col.py.html?f=1523&amp;l=1525#1523" title="sqlobject/col.py:1523">the source</a>
105105
for more information.
106106
</small>
107107
</p>

‎class-sqlobject.col.DecimalStringCol.html‎

Lines changed: 2 additions & 2 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=1544&amp;l=1546#1544" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1582&amp;l=1584#1582" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,7 +101,7 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1544&amp;l=1546#1544" title="sqlobject/col.py:1544">the source</a>
104+
<a href="sqlobject/col.py.html?f=1582&amp;l=1584#1582" title="sqlobject/col.py:1582">the source</a>
105105
for more information.
106106
</small>
107107
</p>

‎class-sqlobject.col.EnumCol.html‎

Lines changed: 2 additions & 2 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=1057&amp;l=1059#1057" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1095&amp;l=1097#1095" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,7 +101,7 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1057&amp;l=1059#1057" title="sqlobject/col.py:1057">the source</a>
104+
<a href="sqlobject/col.py.html?f=1095&amp;l=1097#1095" title="sqlobject/col.py:1095">the source</a>
105105
for more information.
106106
</small>
107107
</p>

‎class-sqlobject.col.ForeignKey.html‎

Lines changed: 3 additions & 3 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=977&amp;l=983#977" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1015&amp;l=1021#1015" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -93,15 +93,15 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
9393
<a name="__init__"></a>
9494
<h4 class="pudge-member-name"><span class="prefix">f</span>
9595
<tt><a href="class-sqlobject.col.ForeignKey.html#__init__" class="pudge-obj-link">__init__</a>(self, foreignKey=None, **kw)</tt>
96-
<a href="sqlobject/col.py.html?f=981&amp;l=983#981" title="View Source">...</a>
96+
<a href="sqlobject/col.py.html?f=1019&amp;l=1021#1019" 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=977&amp;l=983#977" title="sqlobject/col.py:977">the source</a>
104+
<a href="sqlobject/col.py.html?f=1015&amp;l=1021#1015" title="sqlobject/col.py:1015">the source</a>
105105
for more information.
106106
</small>
107107
</p>

0 commit comments

Comments
(0)

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