Skip to content

bug with sql2 samenode query when path contains spaces #87

Closed
@dbu

Description

@dbu

If there is a path in ISSAMENODE and other such queries, SQL2 parsing fails because the tokenizer splits on the spaces and the parser does not expect that. see also the code in parseLiteral for how strings are handled correctly.

SELECT * FROM [nt:file] AS file WHERE ISSAMENODE(file, ["/home node"])

see also phpcr/phpcr-api-tests#116

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions