--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
+<html>\r
+ <head>\r
+ <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">\r
+ <title>psqlODBC release notes</title>\r
+ </HEAD>\r
+\r
+ <body bgcolor="#ffffff" text="#000000" link="#ff0000" vlink="#a00000" alink="#0000ff">\r
+ \r
+<h1>psqlODBC release notes</h1>\r
+<hr>\r
+<h2>psqlODBC 08.01.0102</h2>\r
+http://www.postgresql.org/ftp/odbc/versions. This version includes the<br>\r
+following changes:<br>\r
+<br>\r
+- Server side prepare now works correctly.<br>\r
+- A bug in SQLTables that shows up in Borland SQL Explorer in<br>\r
+Declare/Fetch mode has been fixed.<br>\r
+- A number of inconsistent internal APIs have been cleaned up. These<br>\r
+issues only showed up on some OS's.<br>\r
+- Correct value returned by SQLGetInfo for<br>\r
+SQL_CATALOG_LOCATION/SQL_QUALIFIER_LOCATION. This prevented use of the<br>\r
+driver in Visual Studio 2005.<br>\r
+<br>\r
+In other news, I'd like to thank Ludek Finstrle (Luf) who is responsible<br>\r
+for fixing the first of those two bugs, and has also been working on<br>\r
+other non-trivial issues deep inside the driver. To help with his work,<br>\r
+Luf has suggested a more formal method of releasing psqlODBC development<br>\r
+snapshots for testing - something which I must admit I should have done<br>\r
+a while back. <br>\r
+<br>\r
+To that end, development snapshots will now be released on the pgFoundry<br>\r
+project site at http://pgfoundry.org/frs/?group_id=1000125. Release<br>\r
+versions of the driver will continue to be released on the PostgreSQL<br>\r
+mirror network. To help identify different versions of the driver, the<br>\r
+following version numbering scheme will be used. <br>\r
+<br>\r
+The first two sets of two numbers will continue to roughly track the<br>\r
+current PostgreSQL version.<br>\r
+<br>\r
+The last four numbers will represent the build. If the last 2 digits are<br>\r
+both zero, a stable version is indicated. If the last two digits are<br>\r
+non-zero, it is a development snapshot. <br>\r
+<br>\r
+So, starting with the next stable release, we will have:<br>\r
+<br>\r
+08.01.0200 - Stable<br>\r
+08.01.0201 - Development<br>\r
+...<br>\r
+...<br>\r
+08.01.0299 - Development<br>\r
+08.01.0300 - Stable<br>\r
+<br>\r
+Of course, we won't necessarily have 99 snaphosts between stable<br>\r
+releases!<br>\r
+<br>\r
+<h2>psqlODBC 08.01.0101</h2>\r
+This release fixes a serious problem in non-declare/fetch mode where<br>\r
+recordsets over the configured declare/fetch cache size were returned<br>\r
+incorrectly. It is advised that all users of v08.01.0100 upgrade as soon<br>\r
+as possible.<br>\r
+<br>\r
+Regards, Dave.<br>\r
+<br>\r
+<h2>psqlODBC 08.01.0100</h2>\r
+This release represents a major change to the driver over previous versions;<br>\r
+in particular, the network code has been replaced with the PostgreSQL libpq<br>\r
+library. This allows us to more easily take advantage of updates and new<br>\r
+features that might be introduced to the PostgreSQL wire protocol, and also<br>\r
+allowed us to upgrade straight away to the version 3 protocol which was<br>\r
+previously unsupported. We were also able to add SSL support, as well as<br>\r
+Kerberos authentication support.<br>\r
+<br>\r
+>From this release, two versions of the driver are provided for Windows,<br>\r
+'PostgreSQL ANSI' which supports single and multibyte applications through<br>\r
+the ANSI ODBC API, and 'PostgreSQL Unicode' which provides Unicode support<br>\r
+through the Unicode ODBC API. On Unix systems, the driver type may be<br>\r
+selected via a configure option.<br>\r
+<br>\r
+psqlODBC may be downloaded from http://www.postgresql.org/ftp/odbc/versions/<br>\r
+in source, Windows Installer, merge module, and basic zip file formats.<br>\r
+<br>\r
+Please post any bug reports to the pgsql-odbc@postgresql.org mailing list.<br>\r
+<br>\r
+I'd like to take this opportunity to thank all those involved with the<br>\r
+development, testing and bug fixing of the updated driver.<br>\r
+<br>\r
+Dave Page<br>\r
+PostgreSQL Core Team<br>\r
+<br>\r
+<h2>psqlODBC 08.00.0102</h2>\r
+This is a bug fix release<br>\r
+of the pre-libpq version of the driver, specifically to fix a bug<br>\r
+affecting Unix users<br>\r
+(http://gborg.postgresql.org/project/psqlodbc/bugs/bugupdate.php?1176)<br>\r
+<br>\r
+<h2>psqlODBC 08.00.0100</h2>\r
+The driver is available in source form, as well as a dll, merge module<br>\r
+and msi installer for Windows.<br>\r
+<br>\r
+Regards, Dave.<br>\r
+<br>\r
+<h2>psqlODBC 08.00.0005</h2>\r
+This version<br>\r
+contains a some recent fixes, and is packaged in a new installer built<br>\r
+entirely using open source tools (specifically, the Wix toolkit).<br>\r
+<br>\r
+Please give this version a try to test for any major issues before I<br>\r
+package a more formal release. <br>\r
+<br>\r
+Regards, Dave.<br>\r
+<br>\r
+<h2>psqlODBC 08.00.0002</h2>\r
+This version of the driver is a minor update<br>\r
+with a fix to the string sizing code in SQLGetInfo, and removal of the<br>\r
+need for tables to be in the search path or public schema for them to be<br>\r
+returned by SQLTables.<br>\r
+<br>\r
+Regards, Dave.<br>\r
+<br>\r
+<h2>psqlODBC 08.00.0001</h2>\r
+The purpose of this version is to try to get something stable, with<br>\r
+proper schema/without OID support ready for the 8.0 release<br>\r
+(particularly the win32 release). To that end, this release is mainly a<br>\r
+quick cleanup of the following:<br>\r
+<br>\r
+- GUI cleanup. Dialogues should behave better now and not have unlabeled<br>\r
+buttons or move around the screen in strange ways.<br>\r
+<br>\r
+- Updateable Cursor support. This is largely experimental and is (I<br>\r
+believe) the cause of a least a couple of stability issues in the recent<br>\r
+snapshots. In this release it is marked 'experimental' on the setup<br>\r
+dialogue (only in English, if anyone can do the Japanese version, please<br>\r
+send a patch) and turned off by default.<br>\r
+<br>\r
+I'd appreciate it if ppl could test it a little with Updateable Cursors<br>\r
+*turned off* and report any bugs.<br>\r
+<br>\r
+Regards, Dave.<br>\r
+<br>\r
+<h2>psqlODBC 07.05.0001</h2>\r
+This is version 07.05.0001. For those that don't know or don't recall<br>\r
+how the versioning works, the major and minor number track the latest<br>\r
+release of PostgreSQL that the driver is expected to work with. The<br>\r
+revision number is a bit more complex. The first two digits are the<br>\r
+version number, where even numbers are development versions, and odd are<br>\r
+release. The last two digits are the build number.<br>\r
+<br>\r
+In other words, this driver is build 01 of development version 00, and<br>\r
+is expected to work with PostgreSQL 7.5dev. :-) The leading zeros are an<br>\r
+ODBC thing...<br>\r
+<br>\r
+Regards, Dave.<br>\r
+<br>\r
+<h2>psqlODBC 07.03.0100</h2>\r
+I'm pleased to announce the long awaited new version of psqlODBC. This<br>\r
+release represents a major change in the packaging and distribution of<br>\r
+psqlODBC. In particular the following points should be noted:<br>\r
+<br>\r
+1) The build number will now be used to indicate both the release number<br>\r
+(first 2 digits), and snapshot build number (last 2 digits). this<br>\r
+release is 0100, or release 1, snapshot 0. The first development<br>\r
+snapshot will become 0101, the second 0102 and so on. The next official<br>\r
+release should be 07.03.0200.<br>\r
+<br>\r
+2) With this release, the ODBC 3 driver is now the default. The<br>\r
+filenames, driver names and their capabilities are as follows:<br>\r
+<br>\r
+psqlodbc.dll PostgreSQL ODBC3.0 Level<br>\r
+driver<br>\r
+psqlodbc25.dll PostgreSQL Legacy ODBC2.5 Level<br>\r
+driver<br>\r
+psqlodbc30w.dll PostgreSQL Unicode (Beta) Beta quality ODBC3.0<br>\r
+level driver with Unicode support<br>\r
+<br>\r
+3) The 3 drivers are no longer self contained. psqlodbc.dll is used as<br>\r
+the setup dll for all three drivers, hence no matter how you<br>\r
+redistribute or install the drivers, you should always include this<br>\r
+file.<br>\r
+<br>\r
+In addition, this driver fixes an annoying problem with recent builds of<br>\r
+PostgreSQL on Redhat systems that have a particularly long compiler<br>\r
+version string that caused a buffer overflow resulting in a GPF on<br>\r
+Windows upon connection to the database.<br>\r
+<br>\r
+The driver is released under the LGPL, and can be downloaded from the<br>\r
+Downloads page on the website at<br>\r
+http://gborg.postgresql.org/project/psqlodbc/projdisplay.php<br>\r
+<br>\r
+Regards, Dave.<br>\r
+<br>\r
+<h2>=== gborg.postgresql.org ===</h2>\r
+1.33 by hinoue Annotate <br>\r
+Thu Feb 5 09:11:44 2004 (2 weeks, 3 days ago)<br>\r
+Changed since 1.32: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.32 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.32 (long / unified) <br>\r
+ [7.3.0208]<br>\r
+1) Change catalog functions to search 'public' schema if a user<br>\r
+tries to search the user named schema and finds no record to<br>\r
+return.<br>\r
+2) Set the statement status to STMT_FINISHED(not STMT_PREPARED)<br>\r
+if the pre execution causes an error.<br>\r
+3) Adjust null terminator for SQL_C_WCHAR type.<br>\r
+4) Change getCharColumnSize to return max size when the<br>\r
+statement has no result.<br>\r
+5) Cache the number of parameters for statements. <br>\r
+<br>\r
+1.32 by hinoue Annotate <br>\r
+Tue Jan 6 09:58:22 2004 (46 hours, 12 minutes ago)<br>\r
+Changed since 1.31: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.31 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.31 (long / unified) <br>\r
+ 1) Correct the handling of SQL_C_ULONG (for *nix).<br>\r
+2) Prevent plan deallocation errors when the transaction<br>\r
+is in abort status.<br>\r
+3) Avoid a connection failure when notice message arrives.<br>\r
+4) Improve the handling of mutex(critical section).<br>\r
+5) Correct the cursor open check.<br>\r
+6) Change the Unicode driver to set the NULL terminator<br>\r
+of SQL_C_WCHAR type data properly.<br>\r
+7) Add some m(re)alloc error check.<br>\r
+8) Add proper cleanup steps for some functions.<br>\r
+9) Return proper min & max scale for timestamp data type.<br>\r
+10) Return proper scale for timestamp data fields.<br>\r
+11) Fix the bug that .009 numeric generates .9 output. (George A.J) <br>\r
+<br>\r
+1.31 by hinoue Annotate <br>\r
+Tue Dec 9 05:01:38 2003 (44 hours, 22 minutes ago)<br>\r
+Changed since 1.30: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.30 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.30 (long / unified) <br>\r
+ [7.3.0205]<br>\r
+(for *nix)<br>\r
+1. Detect -lsocket for some platforms.<br>\r
+2. Handle unix domain sockets.<br>\r
+3. EINTR safety for send/recv.<br>\r
+4. Set TCP_NDEALY option for inet connections.<br>\r
+<1-4: thanks to Hartmut Raschick><br>\r
+5. Use recursive mutex if possible.<br>\r
+6. Add descriptor.c to Makefile.<br>\r
+(for Windows)<br>\r
+7. Automatic setting of client encoding for latin1(9).<br>\r
+(common)<br>\r
+8. Avoid those notorious core dumps when logging on hitting<br>\r
+"null" data...<br>\r
+<8: thanls to Hartmut Raschick><br>\r
+9. Removed a static varible for thread-safety.<br>\r
+10. Improve the performance of keyset-driven fetch operation.<br>\r
+11. Map (var)char type to SQL type more properly.<br>\r
+12. Change create_params for NUMERIC type to (precison, scale).<br>\r
+13. Add type cast to remove some compiler warnings. <br>\r
+<br>\r
+1.30 by hinoue <br>\r
+Wed Nov 12 05:15:21 2003 (8 days, 1 hour ago)<br>\r
+Changed since 1.29: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.29 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.29 (long / unified) <br>\r
+ [7.03.0204]<br>\r
+1) Clear statements' cursors on commit/rollback.<br>\r
+2) Change SQLColumns, SQLTablePrivileges to take show_system_tables<br>\r
+option into account.<br>\r
+3) When an ODBC 2.x application working with an ODBC 3.x driver<br>\r
+\81B\81v\81Eòcalls SQLExecDirect, SQLExecute, or SQLParamData, and a searched<br>\r
+\81B\81v\81Eòupdate or delete statement was executed but did not affect any<br>\r
+\81B\81v\81Eòrows at the data source, the ODBC 3.x driver should return<br>\r
+\81B\81v\81EòSQL_SUCCESS. When an ODBC 3.x application working with an ODBC<br>\r
+\81B\81v\81E\81E.x driver calls SQLExecDirect, SQLExecute, or SQLParamData<br>\r
+\81B\81v\81Eòwith the same result, the ODBC 3.x driver should return SQL_NO_DATA. <br>\r
+<br>\r
+1.29 by hinoue <br>\r
+Mon Nov 10 02:10:07 2003 (10 hours, 1 minute ago)<br>\r
+Changed since 1.28: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.28 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.28 (long / unified) <br>\r
+ [7.03.0203]<br>\r
+1) Add conversion from text to SQL_C_BINARY(bug report from Brad Wilson).<br>\r
+2) Change SQLColumns, SQLTables etc to initialize the statement handle<br>\r
+properly(bug report from Yutaka Tanida).<br>\r
+3) Improve the handling of mutex under *nix(bug report from Steve Wampler). <br>\r
+ <br>\r
+1.28 by hinoue <br>\r
+Wed Nov 5 20:35:02 2003 (4 days, 15 hours ago)<br>\r
+Changed since 1.27: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.27 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.27 (long / unified) <br>\r
+ [7.03.0202]<br>\r
+1) Improve SQLColAttributes(SQL_COLUMN_DISPLAY_SIZE) (bug report from Benjamin Riefenstahl).<br>\r
+2) Correct EN_set_odbc3 macro (bug report from tomas@nocrew.org(Tomas Skûñe)). <br>\r
+ <br>\r
+1.27 by hinoue <br>\r
+Sat Oct 25 00:19:23 2003 (2 weeks, 2 days ago)<br>\r
+Changed since 1.26: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.26 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.26 (long / unified) <br>\r
+ [7.03.0201]<br>\r
+1) Revise the handling of descriptors and implement SQLCopyDesc.<br>\r
+2) Handle data_at_execution columns for SQLSetPos or SQLBulkOperations. <br>\r
+ <br>\r
+1.26 by dpage <br>\r
+Wed Oct 22 09:07:25 2003 (2 weeks, 5 days ago)<br>\r
+CVS Tags: REL-07_03_0200 <br>\r
+Changed since 1.25: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.25 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.25 (long / unified) <br>\r
+ Version number bump. <br>\r
+ <br>\r
+1.25 by hinoue <br>\r
+Sun Oct 19 22:37:42 2003 (3 weeks ago)<br>\r
+Changed since 1.24: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.24 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.24 (long / unified) <br>\r
+ [7.03.0116]<br>\r
+1. Fix a memory leak in case of updatable KEYSET_DRIVEN cursors.<br>\r
+2. Change SQLMoreResults to initialize the cursor position.<br>\r
+3. Hopefully, SQLDescribeCol() returns a more appropriate<br>\r
+error code(SQLSTATE). <br>\r
+ <br>\r
+1.24 by hinoue <br>\r
+Fri Sep 19 05:25:17 2003 (7 weeks, 3 days ago)<br>\r
+Changed since 1.23: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.23 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.23 (long / unified) <br>\r
+ 1) Correct the return info for SQLGetInfo(.., SQL_CURSOR_COMMIT<br>\r
+(ROLLBACK)_BEHAVIOR) call.<br>\r
+2) Explictly reject the SQLBrowseConnect call. <br>\r
+ <br>\r
+1.23 by hinoue <br>\r
+Mon Sep 15 04:25:03 2003 (8 weeks ago)<br>\r
+Changed since 1.22: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.22 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.22 (long / unified) <br>\r
+ 1. Serialize the connection use for communication(multi-thread).<br>\r
+2. Let escape strings case-insensitive. <br>\r
+ <br>\r
+1.22 by hinoue <br>\r
+Tue Sep 2 07:25:53 2003 (2 months, 1 week ago)<br>\r
+Changed since 1.21: +1 -1 [Select for Diff] <br>\r
+Diffs to version 1.21 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.21 (long / unified) <br>\r
+ Fix a bug when handling data_at_execution parameter array<br>\r
+reported by Jol Valentine <jolv@genaware.com>. <br>\r
+ <br>\r
+1.21 by hinoue <br>\r
+Wed Aug 27 06:17:53 2003 (2 months, 2 weeks ago)<br>\r
+Changed since 1.20: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.20 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.20 (long / unified) <br>\r
+ 1) Fix a bug on SQLSetStmtAttr(.., SQL_CONCURRENCY) reported by Shachar Shemesh.<br>\r
+2) Apply a patch to changes the storage type of the debug "func" variables<br>\r
+to be stored in the constant area of the program(Shachar Shemesh).<br>\r
+3) Correct the column size in case of bytea as LO. <br>\r
+ <br>\r
+1.20 by hinoue <br>\r
+Wed Jul 30 21:57:50 2003 (3 months, 1 week ago)<br>\r
+Changed since 1.19: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.19 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.19 (long / unified) <br>\r
+ 1) Distinguish the rowset size for SQLFetch(Scroll) from that for<br>\r
+SQLExtendedFetch.<br>\r
+2) Implement SQLGetDiagFieldW() for the Unicode driver. <br>\r
+ <br>\r
+1.19 by hinoue <br>\r
+Fri Jul 11 06:47:17 2003 (4 months ago)<br>\r
+Changed since 1.18: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.18 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.18 (long / unified) <br>\r
+ Improve SQLGetDiagField so that an MFC appliaction reports<br>\r
+error messages properly(bug report from Silvio Scarpati). <br>\r
+ <br>\r
+1.18 by hinoue <br>\r
+Wed Jul 9 04:09:11 2003 (4 months ago)<br>\r
+Changed since 1.17: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.17 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.17 (long / unified) <br>\r
+ Add quotes around table names to use ::regclass in parse.c . <br>\r
+ <br>\r
+1.17 by hinoue <br>\r
+Sun Jun 29 23:51:24 2003 (4 months, 1 week ago)<br>\r
+Changed since 1.16: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.16 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.16 (long / unified) <br>\r
+ Change SQLGetFunctions to contain ODBC3 APIs. <br>\r
+ <br>\r
+1.16 by hinoue <br>\r
+Thu May 29 22:30:33 2003 (5 months, 1 week ago)<br>\r
+Changed since 1.15: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.15 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.15 (long / unified) <br>\r
+ 1) Improve the SQL_C_VARBOOKMARK type handling.<br>\r
+2) Cleanup copy_and_convert_field() a little.<br>\r
+3) Set an error number and an error message for SQLAllocHandle(<br>\r
+SQL_HANDLE_DESC). <br>\r
+ <br>\r
+1.15 by hinoue <br>\r
+Tue May 27 22:26:37 2003 (5 months, 2 weeks ago)<br>\r
+Changed since 1.14: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.14 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.14 (long / unified) <br>\r
+ Fix a bug about a bookmark handling in SQLBulkOperaitons(SQL_ADD,..) <br>\r
+ <br>\r
+1.14 by hinoue <br>\r
+Tue May 27 19:23:41 2003 (5 months, 2 weeks ago)<br>\r
+Changed since 1.13: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.13 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.13 (long / unified) <br>\r
+ Remove date cast(::date) from the conversion of {d escape before<br>\r
+7.3 servers. 7.2 servers are poor in implicit cast from date -><br>\r
+timestamp without time zone. <br>\r
+ <br>\r
+1.13 by hinoue <br>\r
+Tue May 27 01:20:09 2003 (5 months, 2 weeks ago)<br>\r
+Changed since 1.12: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.12 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.12 (long / unified) <br>\r
+ 1) Corrent the handling of bookmark in SQLBulkOperations.<br>\r
+2) Correct the calculation of a global index in SC_pos_add.<br>\r
+3) Cleanup global/rowset/resultset index handling a little. <br>\r
+ <br>\r
+1.12 by hinoue <br>\r
+Sun May 25 20:47:50 2003 (5 months, 2 weeks ago)<br>\r
+Changed since 1.11: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.11 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.11 (long / unified) <br>\r
+ Correct a handling of offset in SQLBulkOperations. <br>\r
+ <br>\r
+1.11 by hinoue <br>\r
+Tue May 20 10:11:22 2003 (5 months, 3 weeks ago)<br>\r
+Changed since 1.10: +4 -4 [Select for Diff] <br>\r
+Diffs to version 1.10 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.10 (long / unified) <br>\r
+ Fix a crash bug in SQLDriverConnect(). <br>\r
+ <br>\r
+1.10 by hinoue <br>\r
+Tue May 20 06:39:28 2003 (5 months, 3 weeks ago)<br>\r
+Changed since 1.9: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.9 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.9 (long / unified) <br>\r
+ The previous change wasn't in time of 7.3.0100.<br>\r
+It belongs to 7.03.0101. <br>\r
+ <br>\r
+1.9 by hinoue <br>\r
+Mon May 19 06:12:09 2003 (5 months, 3 weeks ago)<br>\r
+Changed since 1.8: +1 -1 [Select for Diff] <br>\r
+Diffs to version 1.8 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.8 (long / unified) <br>\r
+ 1) Revert a *int8 as* DSN option to *numeric* for MS Jet.<br>\r
+2) Add a SQL_CA2_SENSITIVITY_ADDTIONS mask to the reply for<br>\r
+SQLGetInfo(.., SQL_ATTR_KEYSET_DRIVEN_CURSOR_ATTRIBUTES2)<br>\r
+which would make a little OpenOffice happy.<br>\r
+3) Fix a bug in SQLGetInfo(.., SQL_ATTR_ROW_NUMBER) for keyset_driven<br>\r
+cursors. <br>\r
+ <br>\r
+1.8 by dpage <br>\r
+Thu May 15 04:24:40 2003 (5 months, 3 weeks ago)<br>\r
+CVS Tags: REL-07_03_0100 <br>\r
+Changed since 1.7: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.7 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.7 (long / unified) <br>\r
+ Updates for 07.03.0100 <br>\r
+ <br>\r
+1.7 by dpage <br>\r
+Thu May 15 03:38:16 2003 (5 months, 3 weeks ago)<br>\r
+Changed since 1.6: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.6 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.6 (long / unified) <br>\r
+ Updates for 07.03.0001 <br>\r
+ <br>\r
+1.6 by hinoue <br>\r
+Mon May 12 11:44:08 2003 (5 months, 4 weeks ago)<br>\r
+Changed since 1.5: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.5 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.5 (long / unified) <br>\r
+ 1) Add a *bytea as LO* DSN option button.<br>\r
+2) Add japanese resources to psqlodbc.rc.<br>\r
+3) Add a dialog for the driver change. <br>\r
+ <br>\r
+1.5 by hinoue <br>\r
+Wed Apr 23 05:49:47 2003 (6 months, 2 weeks ago)<br>\r
+Changed since 1.4: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.4 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.4 (long / unified) <br>\r
+ 1) Avoid password leak in the log.<br>\r
+2) Reduce time() calls for the performance.<br>\r
+3) Improve the handling of per Driver resource.<br>\r
+4) #define HAVE_STRTOLL<br>\r
+etc. <br>\r
+ <br>\r
+1.4 by hinoue <br>\r
+Wed Nov 27 04:30:53 2002 (11 months, 1 week ago)<br>\r
+CVS Tags: REL-07_02_0005 <br>\r
+Changed since 1.3: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.3 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.3 (long / unified) <br>\r
+ Upgrade to 7.2.0005. <br>\r
+ <br>\r
+1.3 by hinoue <br>\r
+Thu Oct 10 02:37:54 2002 (13 months ago)<br>\r
+CVS Tags: REL-07_02_0004 <br>\r
+Changed since 1.2: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.2 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.2 (long / unified) <br>\r
+ 1) Change SQLDescribeCol or SQLColAttribute to return right ResultNumCols for<br>\r
+keyset/static cursors.<br>\r
+2) Change PG_TYPE_TEXT -> PG_TYPE_VARCHAR for character columns of the<br>\r
+result of catalog functions (bug report from Mike Mascari). <br>\r
+ <br>\r
+1.2 by hinoue <br>\r
+Mon Sep 23 04:08:22 2002 (13 months, 2 weeks ago)<br>\r
+CVS Tags: REL-07_02_0003 <br>\r
+Changed since 1.1: +3 -3 [Select for Diff] <br>\r
+Diffs to version 1.1 (long / unified) <br>\r
+Diffs ignoring whitespace to version 1.1 (long / unified) <br>\r
+ 1) Removed most static variables for thread safety.<br>\r
+2) Trial implementation of the thread safe driver under<br>\r
+Windows.<br>\r
+3) Fix a bug about DSN options setting.<br>\r
+4) Fix a bug about Driver options setting.<br>\r
+5) Implement SQLProcedureColumns().<br>\r
+6) Changed default numeric precision/scale.<br>\r
+7) Fix some memory leaks in Unicode driver.<br>\r
+8) datetime -> timestamp with time zone since 7.0.<br>\r
+9) Change manually started(using begin) transactions never<br>\r
+be implicitly committed. <br>\r
+ <br>\r
+1.1 by inoue <br>\r
+Thu May 9 00:10:22 2002 (18 months ago)<br>\r
+[Select for Diff] <br>\r
+ Add a file for version control. <br>\r
+ <br>\r
+\r
+</body>\r
+</html>\r