You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2014/07/01 09:48:25 UTC

[jira] [Updated] (CASSANDRA-7111) Include snippet of CQL query near error in SyntaxError messages

     [ https://issues.apache.org/jira/browse/CASSANDRA-7111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne updated CASSANDRA-7111:
----------------------------------------

    Assignee: Benjamin LERER

> Include snippet of CQL query near error in SyntaxError messages
> ---------------------------------------------------------------
>
>                 Key: CASSANDRA-7111
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7111
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API, Tools
>            Reporter: Tyler Hobbs
>            Assignee: Benjamin LERER
>              Labels: cql
>             Fix For: 2.1.1
>
>
> When a SyntaxError is returned, including a snippet of the query close to the error would make a lot of error messages easier to understand.  For example, if you did this with the python driver:
> {code}
> session.execute(SELECT * FROM users WHERE username='%s', ['Joe Smith'])
> {code}
> you would wind up with an extra set of single quotes (the driver automatically escapes and quotes input).  If a snippet like {{...WHERE username=''Joe Smith''}} were included in the error message, this would be pretty easy to spot.



--
This message was sent by Atlassian JIRA
(v6.2#6252)