You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Fernanda Pizzorno (JIRA)" <de...@db.apache.org> on 2006/08/28 15:55:23 UTC

[jira] Assigned: (DERBY-1767) insertRow(), updateRow() and deleteRow() cannot handle table names and column names containing double quotes

     [ http://issues.apache.org/jira/browse/DERBY-1767?page=all ]

Fernanda Pizzorno reassigned DERBY-1767:
----------------------------------------

    Assignee: Fernanda Pizzorno

> insertRow(), updateRow() and deleteRow() cannot handle table names and column names containing double quotes
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1767
>                 URL: http://issues.apache.org/jira/browse/DERBY-1767
>             Project: Derby
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 10.1.2.1
>            Reporter: Knut Anders Hatlen
>         Assigned To: Fernanda Pizzorno
>            Priority: Minor
>         Attachments: QuotesInNames.java
>
>
> ResultSet.insertRow(), ResultSet.updateRow() and ResultSet.deleteRow() fail with syntax error if the table name or a column name contains a double quote character. The attached repro gives this stack trace:
> Exception in thread "main" java.sql.SQLSyntaxErrorException: Syntax error: Encountered "quoted" at line 1, column 24.
>         at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:45)
>         at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(SQLExceptionFactory40.java:137)
>         at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(SQLExceptionFactory40.java:72)
>         at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Util.java:203)
>         at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(TransactionResourceImpl.java:380)
>         at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(TransactionResourceImpl.java:345)
>         at org.apache.derby.impl.jdbc.EmbedConnection.handleException(EmbedConnection.java:1378)
>         at org.apache.derby.impl.jdbc.ConnectionChild.handleException(ConnectionChild.java:81)
>         at org.apache.derby.impl.jdbc.EmbedResultSet.closeOnTransactionError(EmbedResultSet.java:4342)
>         at org.apache.derby.impl.jdbc.EmbedResultSet.insertRow(EmbedResultSet.java:3678)
>         at QuotesInNames.main(QuotesInNames.java:15)
> Caused by: java.sql.SQLException: Syntax error: Encountered "quoted" at line 1, column 24.
>         ... 11 more

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira