Closed bradh closed 11 years ago
SELECT sqlite_compileoption_used('SQLITE_ENABLERTREE') will always return 0, but that means the test will always fail.
Perhaps you mean SELECT sqlite_compileoption_used('SQLITE_ENABLE_RTREE') which would match Table 15.
Replaced by issue #55
SELECT sqlite_compileoption_used('SQLITE_ENABLERTREE') will always return 0, but that means the test will always fail.
Perhaps you mean SELECT sqlite_compileoption_used('SQLITE_ENABLE_RTREE') which would match Table 15.