User: jbu Date: 06/05/27 04:39:46 Modified: /dba/www/drivers/postgresql/ index.html
Log: releasing 0.7.2 File Changes: Directory: /dba/www/drivers/postgresql/ ======================================= File [changed]: index.html Url: http://dba.openoffice.org/source/browse/dba/www/drivers/postgresql/index.html?r1=1.34&r2=1.35 Delta lines: +27 -6 -------------------- --- index.html 1 May 2006 19:26:08 -0000 1.34 +++ index.html 27 May 2006 11:39:44 -0000 1.35 @@ -58,7 +58,7 @@ such as odbc or jdbc. - <p> The current version 0.7.1 can be considerded as beta quality ( + <p> The current version 0.7.2 can be considerded as beta quality ( with some <a href="#known_bugs">known issues</a> and missing features). </p> @@ -95,7 +95,17 @@ md5sum</th> </tr> <tr> - <td> <strong>0.7.1 (recommended)</strong></td> + <td> <strong>0.7.2 (recommended)</strong></td> + <td> + Windows, Linux x86 (multi platform package) + </td> + <td> + <a href="postgresql-sdbc-0.7.2.zip">http://dba.openoffice.org/drivers/<wbr>postgresql/postgresql-sdbc-0.7.2.zip</a> + </td> + <td>f3fa2a7b859eb5d1ccc2859a739cf620</td> + </tr> + <tr> + <td> 0.7.1 </td> <td> Windows, Linux x86 (multi platform package) </td> @@ -105,7 +115,6 @@ <td>213a34341a3c9e12476f58c76e29204b</td> </tr> <tr> - <tr> <td> 0.7.0</td> <td> Windows, Linux x86 (multi platform package) @@ -206,7 +215,7 @@ . Then install the new version with the following command: <pre> - unopkg add /path/to/your/download/postgresql-sdbc-0.7.1.zip + unopkg add /path/to/your/download/postgresql-sdbc-0.7.2.zip </pre> . Using the --shared option will install the driver for all users. @@ -251,7 +260,7 @@ or 0.6.0) file from the OpenOffice1.1.0/user/uno_packages folder. <p> - Copy the postgresql-sdbc-0.6.2.zip file in <code>OpenOffice1.1.0/user/uno_packages</code> folder + Copy the postgresql-sdbc-0.7.2.zip file in <code>OpenOffice1.1.0/user/uno_packages</code> folder <strong>(Note: USE the zip file as a whole, DO NOT extract it)</strong>. Open up a shell and switch to the OpenOffice1.1.0/program directory and start the </p> @@ -413,7 +422,7 @@ implemented in the driver. The loglevel can be set by editing a .ini or rc file in the extracted package. The file is located in the following path : - ~/openoffice.org2/uno_packages/cache/uno_packages/postgresql-sdbc-0.7.1.zip.1086437099/postgresql-sdbc.unorc + ~/openoffice.org2/uno_packages/cache/uno_packages/postgresql-sdbc-0.7.2.zip.1086437099/postgresql-sdbc.unorc , where the number is different on your system. The file can be edited with a texteditor. The logevel can be set to NONE (no logging), ERROR (only errornouss situations are logged), @@ -523,6 +532,18 @@ <a name="changes"><h2>Changes</h2></a> <ul> + <li>Version 0.7.2<br> + <ul> + <li> postgresql > 8.1.x fully supported<br> + In former versions, the driver could not edit/create a table with postgresql 8.1.0 and above. + This has been fixed (this was, because postgresql 8.1 does some stricter SQL checking). + <li> Type content recognition<br> + + The postgresql function, that returns the type of a certain column of a result set + was not used correctly, this has been fixed. No content type recognition is needed + anymore (was introduced in 0.7.1) (thx a lot for the hint from the postgresql community). + </ul> + </li> <li>Version 0.7.1<br> <ul> <li> Domain types fully supported ( --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
