File: News.html

package info (click to toggle)
sqlobject 3.1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,280 kB
  • ctags: 17,912
  • sloc: python: 16,713; sh: 18; makefile: 13
file content (149 lines) | stat: -rw-r--r-- 5,444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>News</title>
    <link href="layout.css" type="text/css" rel="stylesheet">
  </head>
  <body>
    <div id="page">
      <h1 class="doc-title"><a></a></h1>
      <div id="navcontainer">
		    <ul id="navlist">
          <li class="pagenav">
            <ul>
              <li class="page_item">
                <a href="index.html" title="Project Home / Index">SQLObject</a>
              </li>
              <li class="page_item">
                <a href="module-index.html" title="sqlobject package and module reference">Modules</a>
              </li>
              <li>
                <a href="community.html" title="Mailing List">Discuss</a>
              </li>
	      <li>
	        <a href="SQLObject.html">Documentation</a>
	      </li>
            </ul>
          </li>
        </ul>
      </div>
      <hr>
      <div id="content"><div class="rst-doc">
  <h1 class="pudge-member-page-heading">News</h1>
  <div class="contents topic" id="contents">
<p class="topic-title first">Contents:</p>
<ul class="simple">
<li><a href="#sqlobject-3-1-0" class="reference internal" id="id4">SQLObject 3.1.0</a><ul>
<li><a href="#features" class="reference internal" id="id5">Features</a></li>
<li><a href="#documentation" class="reference internal" id="id6">Documentation</a></li>
<li><a href="#source-code" class="reference internal" id="id7">Source code</a></li>
<li><a href="#tests" class="reference internal" id="id8">Tests</a></li>
</ul>
</li>
<li><a href="#sqlobject-3-0-0" class="reference internal" id="id9">SQLObject 3.0.0</a><ul>
<li><a href="#id1" class="reference internal" id="id10">Features</a></li>
<li><a href="#minor-features" class="reference internal" id="id11">Minor features</a></li>
<li><a href="#development" class="reference internal" id="id12">Development</a></li>
<li><a href="#id2" class="reference internal" id="id13">Documentation</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="sqlobject-3-1-0">
<span id="start"></span><h1>SQLObject 3.1.0</h1>
<p>Released 16 Aug 2016.</p>
<div class="section" id="features">
<h2>Features</h2>
<ul class="simple">
<li>Add UuidCol.</li>
<li>Add JsonbCol. Only for PostgreSQL.
Requires psycopg2 >= 2.5.4 and PostgreSQL >= 9.2.</li>
<li>Add JSONCol, a universal json column.</li>
<li>For Python >= 3.4 minimal FormEncode version is now 1.3.1.</li>
<li>If mxDateTime is in use, convert timedelta (returned by MySQL) to
mxDateTime.Time.</li>
</ul>
</div>
<div class="section" id="documentation">
<h2>Documentation</h2>
<ul class="simple">
<li>Developer's Guide extended to explain SQLObject architecture and how
to create a new column type.</li>
<li>Fix URLs that can be found; remove missing links.</li>
<li>Rename reStructuredText files from *.txt to *.rst.</li>
</ul>
</div>
<div class="section" id="source-code">
<h2>Source code</h2>
<ul class="simple">
<li>Fix all <cite>import *</cite> using <a href="https://github.com/zestyping/star-destroyer" class="reference external">https://github.com/zestyping/star-destroyer</a>.</li>
</ul>
</div>
<div class="section" id="tests">
<h2>Tests</h2>
<ul class="simple">
<li>Tests are now run at Circle CI.</li>
<li>Use pytest-cov for test coverage. Report test coverage
via coveralls.io and codecov.io.</li>
<li>Install mxDateTime to run date/time tests with it.</li>
</ul>
</div>
</div>
<div class="section" id="sqlobject-3-0-0">
<h1>SQLObject 3.0.0</h1>
<p>Released 1 Jun 2016.</p>
<div class="section" id="id1">
<h2>Features</h2>
<ul class="simple">
<li>Support for Python 2 and Python 3 with one codebase!
(Python version >= 3.4 currently required.)</li>
</ul>
</div>
<div class="section" id="minor-features">
<h2>Minor features</h2>
<ul class="simple">
<li>PyDispatcher (>=2.0.4) was made an external dependency.</li>
</ul>
</div>
<div class="section" id="development">
<h2>Development</h2>
<ul class="simple">
<li>Source code was made flake8-clean.</li>
</ul>
</div>
<div class="section" id="id2">
<h2>Documentation</h2>
<ul class="simple">
<li>Documentation is published at <a href="http://sqlobject.readthedocs.org/" class="reference external">http://sqlobject.readthedocs.org/</a> in
Sphinx format.</li>
</ul>
<p><a href="News5.html" class="reference external">Older news</a></p>
<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>
</div>
</div>
</div></div>
      <div id="footer">
        <p style="float: left;">
          built with 
          <a href="http://lesscode.org/projects/pudge/">pudge/0.1.3</a> |
		      original design by 
          <a href="http://blog.ratterobert.com/">ratter / robert</a>
	      </p>
        <div>
        <br> <!--
        <a name="search">
          <form method="get" id="searchform" 
                action="http://lesscode.org/blog/index.php">
            <div>
              <input type="text" value="" name="s" id="s" />
              <input type="submit" id="searchsubmit" value="Search" />
            </div>
          </form>
        </a> -->
        <br>
        </div>
      </div>
    </div>
  </body>
</html>