Hi,

I am working on integrating pattern character escaping into PEAR::MDB2.
I am using PHP's ext/sqlite which only supports SQLite version 2
(version 3 is supported only through pecl::pdo_sqlite).

Is it possible to have literal % and _ in LIKE expressions in version 2?
Since when is ESCAPE supported? I presume its another version 3 only
feature?

It would be awesome if the documentation would make it clear since what
version a given feature is supported.

regards,
Lukas


Reply via email to