summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHiroshi Saito2020-01-07 13:26:12 +0000
committerHiroshi Saito2020-01-07 13:26:12 +0000
commitefc111d989cbf32405b5970545575b808ba7b64e (patch)
tree6336ed96c4cfe6bcf265c887cd2ab1d08f05e506 /docs
parent978f6486dc9585f21df2d5dd4919d73e19e501e5 (diff)
Prep release 12.01.0000REL-12_01_0000
Diffstat (limited to 'docs')
-rw-r--r--docs/release.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/release.html b/docs/release.html
index 896e6ca..27d4f17 100644
--- a/docs/release.html
+++ b/docs/release.html
@@ -9,6 +9,23 @@
<h1>psqlODBC release notes</h1>
<hr>
+<h2><a id="12.01.0000">psqlODBC 12.01.0000 Release</a></h2>
+Changes:<br />
+<ol type="1">
+<li>Fix result-conversions regression test.</li>
+<ol type="a">
+<li>Remove tests for abstime type because the type was removed in PG12.</li>
+<li>Update results for PG12's new floating point output format.</li>
+</ol>
+<li>Fix the bug that causes Error : A parameter cannot be found that matches parameter nameene'.</li>
+<ol type="a">
+<li>Check BuildResult(the result of drivers build) before building installers.</li>
+<li>Enclose the command part * Find_VSDir $vc_ver * with parentheses so that
+the subsequent * -ne "" * isn't considered to be a parameter.</li>
+</ol>
+<li>Cope with the removal of pg_class.relhasoids in PG12 correctly when retrieving updatable cursors.</li>
+</ol>
+<hr>
<h2><a id="12.00.0000">psqlODBC 12.00.0000 Release</a></h2>
Changes:<br />
<ol type="1">