User: jbu Date: 2007/02/16 01:11:48 Modified: dba/www/drivers/postgresql/index.html
Log: release 0.7.4 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.42&r2=1.43 Delta lines: +30 -9 -------------------- --- index.html 8 Jan 2007 21:22:08 -0000 1.42 +++ index.html 16 Feb 2007 09:11:45 -0000 1.43 @@ -54,7 +54,7 @@ postgresql database</a> from OpenOffice.org without any wrapper layer such as odbc or jdbc. - <p> The current version 0.7.3 can be considerded as good beta quality ( + <p> The current version 0.7.4 can be considerded as good beta quality ( with some <a href="#known_bugs">known issues</a> and missing features). </p> @@ -91,7 +91,17 @@ md5sum</th> </tr> <tr> - <td> <strong>0.7.3 (recommended)</strong> (released 2007-01-08 )</td> + <td> <strong>0.7.4 (recommended)</strong> (released 2007-02-16)</td> + <td> + Windows, Linux x86 (multi platform package) + </td> + <td> + <a href="postgresql-sdbc-0.7.4.zip">http://dba.openoffice.org/drivers/<wbr>postgresql/postgresql-sdbc-0.7.4.zip</a> + </td> + <td>4e15fa7dcb017b66dfb060498ab92f4d</td> + </tr> + <tr> + <td> 0.7.3 (released 2007-01-08 )</td> <td> Windows, Linux x86 (multi platform package) </td> @@ -221,7 +231,7 @@ . Then install the new version with the following command: <pre> - unopkg add /path/to/your/download/postgresql-sdbc-0.7.3.zip + unopkg add /path/to/your/download/postgresql-sdbc-0.7.4.zip </pre> . Using the --shared option will install the driver for all users. @@ -266,7 +276,7 @@ or 0.6.0) file from the OpenOffice1.1.0/user/uno_packages folder. <p> - Copy the postgresql-sdbc-0.7.3.zip file in <code>OpenOffice1.1.0/user/uno_packages</code> folder + Copy the postgresql-sdbc-0.7.4.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> @@ -400,10 +410,8 @@ <li>Creating and editing table structures<br> Creating and editing table structures works, but keep the following problems in mind <ol> - <li> After structural changes, you have to reselect the - table (switch to a different table ) in order to see the changes e.g. in the - beamer window. - </li> + <li> The table wizard does not yet work with the postgresql driver + (see <a href="http://qa.openoffice.org/issues/show_bug.cgi?id=74185">i74185</a>).</li> <li> You cannot change the type (including the lengths for fixed width types) of a column. Instead delete the column, press save, add a column with the same name and choose your new type @@ -429,7 +437,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.3.zip.1086437099/postgresql-sdbc.unorc + ~/openoffice.org2/uno_packages/cache/uno_packages/postgresql-sdbc-0.7.4.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), @@ -539,6 +547,19 @@ <a name="changes"><h2>Changes</h2></a> <ul> + <li>Version 0.7.4<br> + <ul> + <li> Earlier versions of the driver couldn't interoperate with OOo's table wizard. There + had to be done changes within the driver (integrated in 0.7.4 release) + and OOo's table wizard (see + <a href="http://qa.openoffice.org/issues/show_bug.cgi?id=74185">i74185</a>). The fixes + for the table wizard have not yet been integrated into OOo (probably not before OOo 2.3). + <li> The varchar type is now reflected as varchar (You realize the change only in the + table's design view, there is now the type 'Text' instead of 'Text fix'). + <li> Regression: The linux version of 0.7.3 had logging enabled by default, therefor the + driver logs information into the program directory (sdbc-pqsql.log), this has been + disabled again as it should. + </ul> <li>Version 0.7.3<br> <ul> <li> Now both schema and table name can be changed via "table's context menu / Rename", --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
