-
Details for the issue
--------------------
#### What did you do?
I tried to browse the fts_search6_idx table in the attached db.
A csv export of this data is possible (see fts_search6_idx.csv)
…
-
I was attempting to build the project to try it out and ran into this error `sqlite3-binding.c:195315:10: fatal error: 'unicode/utypes.h' file not found`.
This is on an M1 Mac running macOS 11.2.3 …
-
### Expected Behavior
### Actual Behavior
### M1 macbookpro pod install
SQLCipher version:4.4.3
*Note:* Installing SQLCipher (4.4.3)
[!] /bin/bash -c
set -e
./configure --enable-tempst…
-
**Search**
The first categorical search will use sqlite. And simply make a sql query to find a match. A [localized](#25) db will be created and saved following the language specified in the paramet…
-
When a SQLite database contains FTS virtual table(s), `sqlite_fdw` will crash PostgreSQL.
## Steps to Reproduce
1. Create an SQLite database using:
```sql
CREATE VIRTUAL TABLE fts_table USING…
-
I'm using fts5 with external content tables for search. See [this repository](https://github.com/remcoanker/moor_multi_package_database) for a minimal example ([table](https://github.com/remcoanker/mo…
-
Followed instructions for building sqlite3 from source, they read ```Any desired compile time options must be defined directly within sqlite3.c.``` I'm dogshit with c, and I was bashing my head agains…
-
The search needs improvements. Especially when it comes to search for titles or artist names with [diacritics](https://en.wikipedia.org/wiki/Diacritic).
**Current situation**
In search fields of a…
-
(Based on the author's note in https://github.com/jart/cosmopolitan/issues/95#issuecomment-788605775, opened a separate ticket)
- For default index file
- For some redirection (say, old URL to ne…
-
I was interested in [this article](https://www.codeproject.com/Articles/1128868/Compiling-Your-C-Code-to-NET-Part) demonstrating that SQLite3 could be compiled to .Net using occil.
I was able to r…
dunha updated
3 years ago