Feature Requests item #555315, was opened at 2002-05-13 16:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376688&aid=555315&group_id=22866

Category: JBossCMP
Group: v3.0 Rabbit Hole
Status: Open
Priority: 5
Submitted By: Stephen Coy (scoy)
Assigned to: Nobody/Anonymous (nobody)
Summary: Use quoted identifiers in generated SQL

Initial Comment:
JDBC 2.0 compatible drivers are supposed to support quoted identifiers in SQL. For 
example:

CREATE TABLE "MyEntityBean" ("id" NUMBER NOT NULL, "description" VARCHAR2(60) 
CONSTRAINT "pk_MyEntityBean" PRIMARY KEY ("id"))

This would eliminate many problems with reserved word conflicts and the like, and 
further reduce dependency upon the jbosscmp-jdbc.xml file.

The actual quote character can be obtained from the database metadata, although 
conforming implementations are supposed to use the double quote character.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376688&aid=555315&group_id=22866

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to