[jira] [Updated] (OAK-5949) XPath: string literals parsed as identifiers

2019-07-09 Thread Julian Reschke (JIRA)


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

Julian Reschke updated OAK-5949:

Labels: candidate_oak_1_2 candidate_oak_1_4  (was: candidate_oak_1_2 
candidate_oak_1_4 candidate_oak_1_6)

> XPath: string literals parsed as identifiers
> 
>
> Key: OAK-5949
> URL: https://issues.apache.org/jira/browse/OAK-5949
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: query
>Reporter: Thomas Mueller
>Assignee: Thomas Mueller
>Priority: Critical
>  Labels: candidate_oak_1_2, candidate_oak_1_4
> Fix For: 1.7.1, 1.2.27, 1.4.17, 1.6.3, 1.8.0
>
>
> The following query (for example) is not parsed correctly, as {{@}} is parsed 
> as attribute prefix:
> {noformat}
> /jcr:root/home//element(*,rep:Authorizable)[jcr:like(@rep:authorizableId,'@')]
> {noformat}
> Possibly XPathToSQL2Converter should use currentTokenQuoted for this. 
> Possibly a similar problem can occur in SQL2Parser (needs to be tested). 
> Right now, it looks like currentTokenQuoted is never set to true; that should 
> probably happen in read().



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OAK-5949) XPath: string literals parsed as identifiers

2017-07-03 Thread Thomas Mueller (JIRA)

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

Thomas Mueller updated OAK-5949:

Fix Version/s: 1.4.17
   1.2.27

> XPath: string literals parsed as identifiers
> 
>
> Key: OAK-5949
> URL: https://issues.apache.org/jira/browse/OAK-5949
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: query
>Reporter: Thomas Mueller
>Assignee: Thomas Mueller
>Priority: Critical
>  Labels: candidate_oak_1_2, candidate_oak_1_4, candidate_oak_1_6
> Fix For: 1.8, 1.7.1, 1.2.27, 1.4.17, 1.6.3
>
>
> The following query (for example) is not parsed correctly, as {{@}} is parsed 
> as attribute prefix:
> {noformat}
> /jcr:root/home//element(*,rep:Authorizable)[jcr:like(@rep:authorizableId,'@')]
> {noformat}
> Possibly XPathToSQL2Converter should use currentTokenQuoted for this. 
> Possibly a similar problem can occur in SQL2Parser (needs to be tested). 
> Right now, it looks like currentTokenQuoted is never set to true; that should 
> probably happen in read().



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OAK-5949) XPath: string literals parsed as identifiers

2017-07-03 Thread Thomas Mueller (JIRA)

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

Thomas Mueller updated OAK-5949:

Labels: candidate_oak_1_2 candidate_oak_1_4 candidate_oak_1_6  (was: 
candidate_oak_1_0 candidate_oak_1_2 candidate_oak_1_4 candidate_oak_1_6)

> XPath: string literals parsed as identifiers
> 
>
> Key: OAK-5949
> URL: https://issues.apache.org/jira/browse/OAK-5949
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: query
>Reporter: Thomas Mueller
>Assignee: Thomas Mueller
>Priority: Critical
>  Labels: candidate_oak_1_2, candidate_oak_1_4, candidate_oak_1_6
> Fix For: 1.8, 1.7.1, 1.6.3
>
>
> The following query (for example) is not parsed correctly, as {{@}} is parsed 
> as attribute prefix:
> {noformat}
> /jcr:root/home//element(*,rep:Authorizable)[jcr:like(@rep:authorizableId,'@')]
> {noformat}
> Possibly XPathToSQL2Converter should use currentTokenQuoted for this. 
> Possibly a similar problem can occur in SQL2Parser (needs to be tested). 
> Right now, it looks like currentTokenQuoted is never set to true; that should 
> probably happen in read().



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OAK-5949) XPath: string literals parsed as identifiers

2017-06-30 Thread Thomas Mueller (JIRA)

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

Thomas Mueller updated OAK-5949:

Fix Version/s: 1.6.3

> XPath: string literals parsed as identifiers
> 
>
> Key: OAK-5949
> URL: https://issues.apache.org/jira/browse/OAK-5949
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: query
>Reporter: Thomas Mueller
>Assignee: Thomas Mueller
>Priority: Critical
>  Labels: candidate_oak_1_0, candidate_oak_1_2, candidate_oak_1_4, 
> candidate_oak_1_6
> Fix For: 1.8, 1.7.1, 1.6.3
>
>
> The following query (for example) is not parsed correctly, as {{@}} is parsed 
> as attribute prefix:
> {noformat}
> /jcr:root/home//element(*,rep:Authorizable)[jcr:like(@rep:authorizableId,'@')]
> {noformat}
> Possibly XPathToSQL2Converter should use currentTokenQuoted for this. 
> Possibly a similar problem can occur in SQL2Parser (needs to be tested). 
> Right now, it looks like currentTokenQuoted is never set to true; that should 
> probably happen in read().



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OAK-5949) XPath: string literals parsed as identifiers

2017-06-30 Thread Thomas Mueller (JIRA)

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

Thomas Mueller updated OAK-5949:

Labels: candidate_oak_1_0 candidate_oak_1_2 candidate_oak_1_4 
candidate_oak_1_6  (was: candidate_oak_1_6)

> XPath: string literals parsed as identifiers
> 
>
> Key: OAK-5949
> URL: https://issues.apache.org/jira/browse/OAK-5949
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: query
>Reporter: Thomas Mueller
>Assignee: Thomas Mueller
>Priority: Critical
>  Labels: candidate_oak_1_0, candidate_oak_1_2, candidate_oak_1_4, 
> candidate_oak_1_6
> Fix For: 1.8, 1.7.1
>
>
> The following query (for example) is not parsed correctly, as {{@}} is parsed 
> as attribute prefix:
> {noformat}
> /jcr:root/home//element(*,rep:Authorizable)[jcr:like(@rep:authorizableId,'@')]
> {noformat}
> Possibly XPathToSQL2Converter should use currentTokenQuoted for this. 
> Possibly a similar problem can occur in SQL2Parser (needs to be tested). 
> Right now, it looks like currentTokenQuoted is never set to true; that should 
> probably happen in read().



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OAK-5949) XPath: string literals parsed as identifiers

2017-06-29 Thread Thomas Mueller (JIRA)

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

Thomas Mueller updated OAK-5949:

Fix Version/s: 1.7.1

> XPath: string literals parsed as identifiers
> 
>
> Key: OAK-5949
> URL: https://issues.apache.org/jira/browse/OAK-5949
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: query
>Reporter: Thomas Mueller
>Assignee: Thomas Mueller
>Priority: Critical
>  Labels: candidate_oak_1_6
> Fix For: 1.8, 1.7.1
>
>
> The following query (for example) is not parsed correctly, as {{@}} is parsed 
> as attribute prefix:
> {noformat}
> /jcr:root/home//element(*,rep:Authorizable)[jcr:like(@rep:authorizableId,'@')]
> {noformat}
> Possibly XPathToSQL2Converter should use currentTokenQuoted for this. 
> Possibly a similar problem can occur in SQL2Parser (needs to be tested). 
> Right now, it looks like currentTokenQuoted is never set to true; that should 
> probably happen in read().



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OAK-5949) XPath: string literals parsed as identifiers

2017-04-28 Thread Thomas Mueller (JIRA)

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

Thomas Mueller updated OAK-5949:

Labels: candidate_oak_1_6  (was: )

> XPath: string literals parsed as identifiers
> 
>
> Key: OAK-5949
> URL: https://issues.apache.org/jira/browse/OAK-5949
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: query
>Reporter: Thomas Mueller
>Assignee: Thomas Mueller
>Priority: Critical
>  Labels: candidate_oak_1_6
> Fix For: 1.8
>
>
> The following query (for example) is not parsed correctly, as {{@}} is parsed 
> as attribute prefix:
> {noformat}
> /jcr:root/home//element(*,rep:Authorizable)[jcr:like(@rep:authorizableId,'@')]
> {noformat}
> Possibly XPathToSQL2Converter should use currentTokenQuoted for this. 
> Possibly a similar problem can occur in SQL2Parser (needs to be tested). 
> Right now, it looks like currentTokenQuoted is never set to true; that should 
> probably happen in read().



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)