diff options
| author | Hiroshi Saito | 2021-05-02 12:07:34 +0000 |
|---|---|---|
| committer | Hiroshi Saito | 2021-05-02 12:07:34 +0000 |
| commit | 688d26c79483fe506cc7875c056727e67175a609 (patch) | |
| tree | 12268ac0352bc3c6cd70704614786d9e4feac248 /docs | |
| parent | 22955ac762e729883f4a9be066949114f080d7e7 (diff) | |
Prep Ver 03.01.0000REL-13_01_0000
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/release.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/release.html b/docs/release.html index 44cd04c..4c8944e 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,6 +9,23 @@ <h1>psqlODBC release notes</h1> <hr> +<h2><a id="13.01.0000">psqlODBC 13.01.0000 Release</a></h2> +Changes:<br /> +<ol type="1"> +<li>Fix a bug of CC_send_query_append() when the ignore_roundtrip_time flag is on.</li> +<li>Add a call for SQLDescribeCol() before SQLExecute() to prepare-test.</li> +The diff of the result was reported by Mangold Fabian and will be fixed in the later commit. +<li>Add a *update returning* test case to insertreturning regression test.</li> +The diff of the result was reported by Patrick Cheung and will be fixed +in the later commit. +<li>Let SQLDescribeCol() use parsed result when the current executed result is NULL.</li> +This change fixes the diff of prepare-test regression test reported by Mangold Fabian. +<li>Let SQLExecute() destroy the old result first.</li> +This change fixes the diff of insertreturning-test regression test reported by Patrick Cheung. +<li>Forget to apply disable_convert_func flag to VARCHAR and LONGVARCHAR.</li> +<li>Prioritize DISABLE_KEEPALIVE checkbox over the disable_keepalive bit of ExtraOptions.</li> +<li>Format check for ExtraOptions of setup dialog.</li> +</ol> <h2><a id="13.00.0000">psqlODBC 13.00.0000 Release</a></h2> Changes:<br /> <ol type="1"> |
