[allfeatures] new/CWS_DBA33F : New MetaData node for Database drivers to view column descriptions from the database

[email protected] Wed, 13 Jan 2010 08:52:18 +0100 (CET)
Newsgroups gmane.comp.openoffice.announce.features
Message-ID <28111775.221263369138922.JavaMail.root@so-web5>
------=_Part_2370_23240417.1263369138921
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit



       Product: Database Access
          Type: new
         Title: New MetaData node for Database drivers to view column descriptions from the database
     Posted by: [email protected]
      Affected: [email protected],
         TaskId: i20615
<http://www.openoffice.org/issues/show_bug.cgi?id=20615>
Effective from: CWS_DBA33F


*Flags*
-------
API/ BASIC [ ]
Configuration [ ]
File format change [ ]
Help/ Guide [x]
Performance test [ ]
Translation [ ]
UI relevant [x]


*Description*
-------------
Now it is possible to define a new property in the drivers xcu file.
Per default this is enabled for MySQL (JDBC) and Ado (including
Access, Access only allows to view it, it can not be changed).

The configuration entry has to be in the section MetaData
<node oor:name="SupportsColumnDescription" oor:op="replace">
          <prop oor:name="Value" oor:type="xs:boolean">
            <value>true</value>
          </prop>
        </node>

When this is enabled the table designer will display the column
description beside the former normal description which is used as help
text. The column description is used has help text when the normal
description is empty otherwise the normal description is used.


Send feedback to [email protected]



------=_Part_2370_23240417.1263369138921
Content-Type: text/plain; charset=us-ascii

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
------=_Part_2370_23240417.1263369138921--