Quote:
Originally Posted by davidfor
Those are terms used for library searches. If you look in the database at the table content_settings, the "RecentBookSearches" column stores searches done within a book. This is searching for occurrences of a word in the book, not the dictionary.
|
Aaaah, thank you. Unfortunately I squandered my pocket karma
Quote:
Originally Posted by davidfor
A quick search tells me that SQLite allows nullable columns to be used in the primary key.
|
Oh my god... not only it is non-standard SQL, but it's also
counterintuitive.