Difference between revisions of "HSQLDB Integration"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
This is a (more technically orientated) page about the integration of [http://hsqldb.sourceforge.net HSQLDB engine] into OpenOffice.org.
 +
 
== Things To Do ==
 
== Things To Do ==
 
* localize error messages (currently all hard-coded English)
 
* localize error messages (currently all hard-coded English)
Line 4: Line 6:
  
 
== OpenOffice.org-specific settings ==
 
== OpenOffice.org-specific settings ==
 +
This lists the settings which are currently necessary
 
* "useDefaultSchema='true'"<br/>lets HSQLDB behave as if it doesn't support schemas
 
* "useDefaultSchema='true'"<br/>lets HSQLDB behave as if it doesn't support schemas
  

Revision as of 10:59, 16 November 2005

This is a (more technically orientated) page about the integration of HSQLDB engine into OpenOffice.org.

Things To Do

  • localize error messages (currently all hard-coded English)
  • get rid of the "useDefaultSchema=true" parameter?

OpenOffice.org-specific settings

This lists the settings which are currently necessary

  • "useDefaultSchema='true'"
    lets HSQLDB behave as if it doesn't support schemas

Desired Features

  • retrieving statements underlying a VIEW
    this would allow editable views in OOo
  • single-file
    This would allow to get rid of the temporary files which are currently needed when working on the embedded HSQLDB, and thus remove some performance penalties
Personal tools