This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 155397 - Extend Quoter API to allow for creating a quoter without metadata
Summary: Extend Quoter API to allow for creating a quoter without metadata
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-12 19:59 UTC by David Vancouvering
Modified: 2013-09-04 08:23 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Vancouvering 2008-12-12 19:59:59 UTC
Our statement analyzer needs a Quoter to unquote identifiers.  But a Quoter currently can only be created if there is a
connected DatabaseConnection, so that we can get the DatabaseMetadata to find out things like what the quote string is
and what characters need to be quoted.

We need the ability to create a default quoter that gives us best effort behavior when there is no connection and thus
no metadata.
Comment 1 Jiri Rechtacek 2009-02-10 15:36:35 UTC
Reassigned to new owner.
Comment 2 Jiri Rechtacek 2009-10-16 14:14:07 UTC
Reassigned to new owner.