diff options
| author | SAITO Hiroshi | 2023-06-23 07:28:19 +0000 |
|---|---|---|
| committer | SAITO Hiroshi | 2023-06-23 07:28:19 +0000 |
| commit | d24ba430ec29006ed71f9bbe2676844f79839de8 (patch) | |
| tree | f20978456c6a81efb064201a5e833ade2f044f14 /docs | |
| parent | 3a2fc00abf104928599d7fa028f7efcc8b3a4dd5 (diff) | |
Prep release 15.00.0000.REL-15_00_0000
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/release.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/release.html b/docs/release.html index 3f2dbf9..0255690 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,6 +9,15 @@ <h1>psqlODBC release notes</h1> <hr> +<h2><a id="15.00.0000">psqlODBC 15.00.0000 Release</a></h2> +Changes:<br /> +<ol type="1"> +<li>Fix a bug that SQLGetDiagField(SQL_DIAG_NUMBER) with SQL_HANDLE_DBC returns SQL_NO_DATA even if an error record exists.</li> +<li>Fix a typo "RECISION" which should be "PRECISION".</li> +<li>Enable SQLColumnPrivileges functionality.</li> +<li>Currenly SQLColumnPrivileges() call fails. Fix a typo which is the cause.</li> +<li>Fix a bug that SQLColAttribute returns wrong column name.</li> +</ol> <h2><a id="13.02.0000">psqlODBC 13.02.0000 Release</a></h2> Changes:<br /> <ol type="1"> |
