additional of a document.
authorHiroshi Saito <hiroshi@winpg.jp>
Thu, 24 Aug 2006 15:21:42 +0000 (15:21 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Thu, 24 Aug 2006 15:21:42 +0000 (15:21 +0000)
08.02.0007

configure.ac
docs/release.html

index 536539f6efb5233eefa805f966f113ae943e9064..45e02ac8c8cd0d422e7d64e6a05b679f6fd5627b 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 08.02.0003, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 08.02.0007, [pgsql-odbc@postgresql.org])
 AC_PREREQ(2.52)
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([bind.c])
index 6158e2d460d457247f2fb0e1337c9ab02462afbe..9da282fef6e8c18c5975049451ac3e44db1cc838 100644 (file)
 <h1>psqlODBC release notes</h1>
 <hr>
 <h2>Development snapshots</h2>
+<li>Notes: psqlODBC 08.02.0007</li><br>
+Changes:<br>
+1) Fix some SQLPrimaryKey, SQLForeignKey bugs.<br>
+   Fill PK_NAME or FK_NAME columns.<br>
+   Return right update_rule values.<br>
+   Remove duplicates.<br>
+2) Handle SQL_ALL_SCHEMAS parameter in SQLTables. <br>
+3) Handle unaligned indicator/length buffers more properly.<br>
+4) Fix a bug in ProcedureColumns in case of set returning functions.<br>
+5) Fix a buffer overrun in handle_notice_message (Bart Samuel)<br>
+6) Fix a output parameters problem (Bart Samuel)<br>
+7) Hold the connection lock while a rollbackable statement running.<br>
+8) Add Extra Opts option to the DSN option setupdialog.<br>
+<br>
 <li>Notes: psqlODBC 08.02.0006</li><br>
 Changes:<br>
 1) Add an option to fake Microsoft SQL Server which would improve SERIAL type handling.<br>