Skip to content

SQLite.Net.SQLiteException: unrecognized token #171

@xleon

Description

@xleon

This is working:

SELECT * FROM Stock WHERE ProductName LIKE '%áa%'

This is throwing:

SELECT * FROM Stock WHERE ProductName LIKE '%aá%';

Here is the error:

[MonoDroid] UNHANDLED EXCEPTION:
[MonoDroid] SQLite.Net.SQLiteException: unrecognized token: "'%aá%"

As you can notice, there is a missing " ' " at the end of the query.
I´ve checked the query with a console trace and the last " ' " is there but it´s missing in the actual execution as you can see in the error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions