>> sqlite3 -header flexsql.db "select distinct text from v_term_item where
>> name='text' and lower(text) REGEXP('.*some_text.*');"
>> which doesn't works

>REGEXP is not compiled into SQLite by default.

>Simon.

Yes but in gentoo it is compiled. Only a problem with new lines

Reply via email to