Qt SQLITE Driver LIKE Clause
Solved
General and Desktop
-
Is someone able to confirm whether or not the Qt SQLITE driver supports square bracket wildcards when employing the LIKE clause?
For example, whilst the following appears to work as expected:
..... LIKE '%Hello%'The following does not:
..... LIKE '%[^a-z]Hello[^a-z]%'
From what I'm able to deduce, the square brakets are not interpreted as wildcards at all.
Any advice would be very much appreciated.