-
The 24.08 runtime & SDK were released a few weeks ago. I quickly did the upgrade myself to see if it works, however I stumbled upon this while building the `libdb` module with 24.08:
```
===========…
-
When I build and run WebGL build, it reports disk IO exception as below:
**"SQLiteException: disk I/O error
at SQLite.SQLite3.Prepare2 (System.IntPtr db, System.String query) [0x00000] in :0 "**
…
-
Not exactly a issue, more of a question/idea. I'm trying for a serverless application, and I need to run a few complex queries (tree-like and such). The data would be imported from another source on l…
-
Hi mattn,
Recently i changed our journal_mode from DELETE to WAL due to database lock problem, after this i meet backup problem, we used to just copy file to backup the sqlite database, it's ok…
-
I tried to use the Serval feed in the current OpenWRT Version. Building Chaos Calmer or even Barrier Breaker with the Serval Package fails with the current Issues:
```
make[3]: Entering directory `/…
-
Good morning Mr. Queiroz, I was able to compile without leaving sqlite3 out. I installed Ubuntu and added all the needed libraries.
But, when I run scada_simulation_topology.ned it thows me the error…
-
I have been trying to use the library but I always get an error which is as follows:
`/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined …
-
Is it really necessary to have gstrearmer version 1.18?
Can't it be forced to use gstreamer version 1.16?
-
BM25 scoring
pure JS
7zipped index
fetch index from remote
https://github.com/sql-js/sql.js (sqllite, support [powerful search](https://news.ycombinator.com/item?id=27175284), has BM25 etc)
htt…
-
I tried using it on mac with sqlite compiled with fts5 extension built in:
```
sqlite --version
3.37.0 2021-12-09 01:34:53 9ff244ce0739f8ee52a3e9671adb4ee54c83c640b02e3f9d185fd2f9a179aapl
sqlite…