Package: libsqlite3-0 Severity: normal >From sqlite's FTS documentation at http://www.sqlite.org/fts3.html :
> To build SQLite with FTS functionality enabled, define the > preprocessor macro SQLITE_ENABLE_FTS3 when compiling. New applications > should also define the SQLITE_ENABLE_FTS3_PARENTHESIS macro to enable > the enhanced query syntax (see below). Usually, this is done by adding > the following two switches to the compiler command line: > -DSQLITE_ENABLE_FTS3 > -DSQLITE_ENABLE_FTS3_PARENTHESIS Debian appears to have the first flag enabled but not the second, precluding the use of FTS enhanced query syntax. -- System Information: Debian Release: 7.6 APT prefers stable APT policy: (990, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to ja_JP.UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org