Hello!

See:

sqlite> select snippet(file_text) as offsets from file_text where 
file_text.rowid=7836 and file_text match 'mobigroup';
<b>...</b>://offline.mts.<b>mobigroup</b>.ru/ )
2. Выбрать<b>...</b>
sqlite> select offsets(file_text) as offsets from file_text where 
file_text.rowid=7836 and file_text match 'mobigroup';
Error: database disk image is malformed
sqlite> vacuum;
sqlite> pragma integrity_check;
ok
sqlite> select offsets(file_text) as offsets from file_text where 
file_text.rowid=7836 and file_text match 'mobigroup';
Error: database disk image is malformed

sqlite> select sqlite_version();
3.6.22
sqlite> select sqlite_source_id();
2010-02-04 07:12:10 4ce0faf5b282a64938f11c8541ca47d9c852ecee

Builded from repository http://sqlite.mobigroup.ru/src/home

Best regards, Alexey Pechnikov.
http://pechnikov.tel/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to