User: jbu Date: 06/05/01 12:26:10 Modified: /dba/www/drivers/postgresql/ index.html
Log: release 0.7.1 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.33&r2=1.34 Delta lines: +34 -4 -------------------- --- index.html 25 Apr 2006 10:56:08 -0000 1.33 +++ index.html 1 May 2006 19:26:08 -0000 1.34 @@ -58,7 +58,7 @@ such as odbc or jdbc. - <p> The current version 0.7.0 can be considerded as beta quality ( + <p> The current version 0.7.1 can be considerded as beta quality ( with some <a href="#known_bugs">known issues</a> and missing features). </p> @@ -95,7 +95,18 @@ md5sum</th> </tr> <tr> - <td> <strong>0.7.0 (recommended)</strong></td> + <td> <strong>0.7.1 (recommended)</strong></td> + <td> + Windows, Linux x86 (multi platform package) + </td> + <td> + <a href="postgresql-sdbc-0.7.1.zip">http://dba.openoffice.org/drivers/<wbr>postgresql/postgresql-sdbc-0.7.1.zip</a> + </td> + <td>213a34341a3c9e12476f58c76e29204b</td> + </tr> + <tr> + <tr> + <td> 0.7.0</td> <td> Windows, Linux x86 (multi platform package) </td> @@ -195,7 +206,7 @@ . Then install the new version with the following command: <pre> - unopkg add /path/to/your/download/postgresql-sdbc-0.7.0.zip + unopkg add /path/to/your/download/postgresql-sdbc-0.7.1.zip </pre> . Using the --shared option will install the driver for all users. @@ -402,7 +413,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.0.zip.1086437099/postgresql-sdbc.unorc + ~/openoffice.org2/uno_packages/cache/uno_packages/postgresql-sdbc-0.7.1.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), @@ -512,6 +523,25 @@ <a name="changes"><h2>Changes</h2></a> <ul> + <li>Version 0.7.1<br> + <ul> + <li> Domain types fully supported ( + <a href="http://www.openoffice.org/issues/show_bug.cgi?id=63918">63918</a>).<br> + In former versions, the driver could not handle columns with with domain types ( + domain type columns were simply empty within the UI), now they are + fully supported. + <li> Type content recognition + <a href="http://www.openoffice.org/issues/show_bug.cgi?id=61887">61887</a>).<br> + When the postgresql database API does not inform about the type of a certain column in + a resultset, the driver now <i>guesses</i> the type of the column from content + of the first 100 rows within the resultset. Integers, numerics, date, time and timestamps + are guessed. + The is useful e.g. when you drag data into a spreadsheet. + <li> View renaming/deletion ( + <a href="http://qa.openoffice.org/issues/show_bug.cgi?id=61777">61777</a> )<br> + Views can now be renamed or deleted using OOo UI. + </ul> + </li> <li>Version 0.7.0<br> <ul> <li> raised driver from alpha to beta state ( --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
