Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-11603

ESCAPE key word in combination with LIKE statement seems to be prohibited

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.7
    • None
    • odbc
    • None
    • Docs Required

    Description

      As described in https://stackoverflow.com/questions/55283492/like-statement-causes-unsupported-query-on-ignite-2-7-with-querydsl Ignite seems to have a problem when I use LIKE with the ESCAPE key word.

      Example:

          select * from mytable mt where (mt.c1 LIKE 'Abc%' ESCAPE '!');

      I get an error announcing this is an unsupported query.

      The error doesn't show up if I don't use '% inside the search string so the problem doesn't seem to be a general one like "we don't support the ESCAPE key word."

      Attachments

        Activity

          People

            Unassigned Unassigned
            Emanuel Warga Emanuel Warga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: