-
Hi Alex,
I'd like to build a Docker image for our Go server that uses https://github.com/mattn/go-sqlite3 and https://github.com/asg017/sqlite-vec. I'm having a hard time building a static or dynam…
wjkoh updated
2 months ago
-
SQLiteCPP uses the SQLite amalgamation source when building with SQLITECPP_INTERNAL_SQLITE=ON. This puts all the library's code in a single section which is linked as a dependency with SQLiteCPP. Comp…
-
Vulnerable Library - sqlite-amalgamation3.25.3
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.
Library home page:…
-
Right now, the module [src/runtime/c/sg](https://github.com/GrammaticalFramework/GF/tree/master/src/runtime/c/sg) includes a custom version (namely sqlite3Btree.{c,h}) of an outdated snapshot of SQLit…
-
Hi, this project looks very cool! From the SQLite amalgamation file, it looks like this is based on 3.27.2 — do you have a process or plan for updating to a more recent version of SQLite?
-
| | |
|--------------------|----|
| Bugzilla Link | [PR2879](https://bugs.llvm.org/show_bug.cgi?id=2879) |
| Status | CONFIRMED |
| Importance | P normal…
-
Unable to parse the single-file sqlite3.c "amalgamation." The file is attached [sqlite3.c.txt](https://github.com/GrammaTech/sel/files/9390261/sqlite3.c.txt). The result is a single error AST.
``…
-
In #294, the sqlite3-binding.c, etc. files were moved out of a sub-directory for better compatibility with tools like godep. This in turn caused issues with the libsqlite3 build tag due to the way cgo…
-
```shell
sudo apt install -y clang
sudo apt install -y llvm
go get -u -v github.com/decomp/decomp/...
cd sqlite-amalgamation-3290000
clang -S -emit-llvm sqlite3.c
ll2go sqlite3.ll
# panic: su…
-
### Describe the bug
```
V panic: result not set (near "FROM": syntax error (1) (SELECT FROM `customers` WHERE `country` = ?1 AND `nr_orders` > ?2;); code: 1)
```
```
V panic: result not set (…