-
Details for the issue
--------------------
1. Pulled the source code for the csv extension module csv.c from
https://sqlite.org/src/artifact/3ed979c1eb35e35a
1. Placed the sqlite3.h and sqli…
-
https://github.com/mattn/go-sqlite3/pull/564 enabled the SQLITE_ENABLE_UPDATE_DELETE_LIMIT flag, however [this comment](https://github.com/mattn/go-sqlite3/pull/564#issuecomment-452936430) mentions
…
-
CMake `CMAKE_BUILD_TYPE=Release` only gives you `-O2`. Clink as of 38e9285ee13cc854a4b74650777061cc5f3c0bc5 seems to get a significant benefit from LTO. We can likely also get a further speed up from …
-
Hi,
I am attempting to statically link the sqlite-http extension with the amalgamation sqlite. I was able to succeed with another go extensions viz. sqlite-html. I face this error on extension lo…
-
I noticed @whalley has raised the idea of wxWidgets upgrade to 3.1.5 and there is also a suggestion to bring Curl up to date.
Any thoughts on upgrading LUA to 5.4.3 and wxSQLite3 to 4.6.9 ?
I have…
-
# Overview
The library currently depends on zlib. This is a commonplace dependency that is widely available, but C++ friendly header-only alternatives exist, such as [zstr](https://github.com/mat…
-
Got the project embedded, sqlite custom in target and linked .a file. I also downloaded the latest sqlite3 zip and replaced the make and related files in the sqlite3 folder of the project. I get sever…
-
Removing `-DNDEBUG=1` from `CFLAGS` results in failed simulation tests.
Oddly, I don't actually much in our code that depends on `NDEBUG`, and we use our own `ASSERT()` macro rather than `assert()`…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR34830](https://bugs.llvm.org/show_bug.cgi?id=34830) |
| Status | NEW |
| Importance | P enhancemen…
-
#### Background
[Spatialite](https://www.gaia-gis.it/fossil/libspatialite/index) can be initialized in two ways. Most commonly `mod_spatialite` is loaded via sqlite APIs, which eventually use `dlop…