55 < head >
66 < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
77
8- < title > Changes — py-postgresql v1.0.0 documentation</ title >
8+ < title > Changes — py-postgresql v1.0.1 documentation</ title >
99 < link rel ="stylesheet " href ="_static/default.css " type ="text/css " />
1010 < link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
1111 < script type ="text/javascript ">
1212 var DOCUMENTATION_OPTIONS = {
1313 URL_ROOT : '' ,
14- VERSION : '1.0.0 ' ,
14+ VERSION : '1.0.1 ' ,
1515 COLLAPSE_MODINDEX : false ,
1616 FILE_SUFFIX : '.html' ,
1717 HAS_SOURCE : true
1818 } ;
1919 </ script >
2020 < script type ="text/javascript " src ="_static/jquery.js "> </ script >
2121 < script type ="text/javascript " src ="_static/doctools.js "> </ script >
22- < link rel ="top " title ="py-postgresql v1.0.0 documentation " href ="index.html " />
22+ < link rel ="top " title ="py-postgresql v1.0.1 documentation " href ="index.html " />
2323 < link rel ="next " title ="Commands " href ="bin.html " />
2424 < link rel ="prev " title ="Gotchas " href ="gotchas.html " />
2525 </ head >
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636 < li class ="right " >
3737 < a href ="gotchas.html " title ="Gotchas "
3838 accesskey ="P "> previous</ a > |</ li >
39- < li > < a href ="index.html "> py-postgresql v1.0.0 documentation</ a > »</ li >
39+ < li > < a href ="index.html "> py-postgresql v1.0.1 documentation</ a > »</ li >
4040 </ ul >
4141 </ div >
4242
@@ -47,8 +47,20 @@ <h3>Navigation</h3>
4747
4848 < div class ="section " id ="changes ">
4949< h1 > Changes< a class ="headerlink " href ="#changes " title ="Permalink to this headline "> ¶</ a > </ h1 >
50- < div class ="section " id ="release-on-2010-03-27 ">
51- < h2 > 1.0 release on 2010-03-27< a class ="headerlink " href ="#release-on-2010-03-27 " title ="Permalink to this headline "> ¶</ a > </ h2 >
50+ < div class ="section " id ="released-on-2010-04-24 ">
51+ < h2 > 1.0.1 released on 2010-04-24< a class ="headerlink " href ="#released-on-2010-04-24 " title ="Permalink to this headline "> ¶</ a > </ h2 >
52+ < blockquote >
53+ < ul class ="simple ">
54+ < li > Fix unpacking of array NULLs. (Elvis Pranskevichus)</ li >
55+ < li > Fix .first()’s handling of counts and commands.
56+ Bad logic caused zero-counts to return the command tag.</ li >
57+ < li > Don’t interrupt and close a temporal connection if it’s not open.</ li >
58+ < li > Use the Driver’s typio attribute for TypeIO overrides. (Elvis Pranskevichus)</ li >
59+ </ ul >
60+ </ blockquote >
61+ </ div >
62+ < div class ="section " id ="released-on-2010-03-27 ">
63+ < h2 > 1.0 released on 2010-03-27< a class ="headerlink " href ="#released-on-2010-03-27 " title ="Permalink to this headline "> ¶</ a > </ h2 >
5264< blockquote >
5365< ul class ="simple ">
5466< li > < strong > DEPRECATION</ strong > : Removed 2PC support documentation.</ li >
@@ -63,7 +75,6 @@ <h2>1.0 release on 2010-03-27<a class="headerlink" href="#release-on-2010-03-27"
6375high verbosity further irritates that case.</ li >
6476< li > Added postgresql.project module to provide project information.
6577Project name, author, version, etc.</ li >
66- < li > Fixed db.tracer and pg_python’s –pq-trace=</ li >
6778< li > Increased default recvsize and chunksize for improved performance.</ li >
6879< li > ‘D’ messages are special cased as builtins.tuples instead of
6980protocol.element3.Tuple</ li >
@@ -104,7 +115,8 @@ <h2>1.0 release on 2010-03-27<a class="headerlink" href="#release-on-2010-03-27"
104115 < h3 > < a href ="index.html "> Table Of Contents</ a > </ h3 >
105116 < ul >
106117< li > < a class ="reference external " href =""> Changes</ a > < ul >
107- < li > < a class ="reference external " href ="#release-on-2010-03-27 "> 1.0 release on 2010-03-27</ a > </ li >
118+ < li > < a class ="reference external " href ="#released-on-2010-04-24 "> 1.0.1 released on 2010-04-24</ a > </ li >
119+ < li > < a class ="reference external " href ="#released-on-2010-03-27 "> 1.0 released on 2010-03-27</ a > </ li >
108120</ ul >
109121</ li >
110122</ ul >
@@ -149,12 +161,12 @@ <h3>Navigation</h3>
149161 < li class ="right " >
150162 < a href ="gotchas.html " title ="Gotchas "
151163 > previous</ a > |</ li >
152- < li > < a href ="index.html "> py-postgresql v1.0.0 documentation</ a > »</ li >
164+ < li > < a href ="index.html "> py-postgresql v1.0.1 documentation</ a > »</ li >
153165 </ ul >
154166 </ div >
155167 < div class ="footer ">
156168 © Copyright 2010, James William Pye <x@jwp.name>.
157- Last updated on Mar 28 , 2010.
169+ Last updated on Apr 24 , 2010.
158170 Created using < a href ="http://sphinx.pocoo.org/ "> Sphinx</ a > 0.6.3.
159171 </ div >
160172 </ body >
0 commit comments