Issue 91054 - Suggest table names with respect to DatabaseMetadata.supportsMixedCaseQuotedIdentifiers()
Summary: Suggest table names with respect to DatabaseMetadata.supportsMixedCaseQuotedI...
Status: CONFIRMED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: OOo 2.4.0
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-25 14:47 UTC by michaelstrobel
Modified: 2013-02-07 22:38 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description michaelstrobel 2008-06-25 14:47:36 UTC
Could you please change OO Base to suggest default table names with respect to
DatabaseMetadata.supportsMixedCaseQuotedIdentifiers() or at least change the
upper case letters in the standard suggestion to lower case letters. In the
german localization, for example, the first suggested table name is always
'Tabelle1' instead of 'tabelle1', also if the underlying database does not
support mixed case identifiers.

I tried to transform mixed case identifiers to lower case identifiers in the OO
Database Driver, which we develop currently for our database, but unfortunatly
the table names in the main window of OO Base are not changed accordingly and
I'm not able to do this from within the driver code.
Comment 1 christoph.lukasiak 2008-07-01 09:42:59 UTC
acknowledge & send further to the requirements team
Comment 2 christoph.lukasiak 2008-07-01 09:43:38 UTC
set to 'new'
Comment 3 michaelstrobel 2008-07-31 15:03:42 UTC
The cleanest solution would be to allow or forbid mixed case letters with
respect toDatabaseMetadata.supportsMixedCaseQuotedIdentifiers() in corresponding
textfields.