You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to src/sqlite3.h modules compiled for version:
#define SQLITE_VERSION "3.44.2"
for older versions of SQLITE (in older linuxes) there is 'segmentation fault' when loading this modules
Example:Oracle Linux Server 7.7
sqlite3 --version3.7.17 2013-05-20 00:56:22 118a3b35693b134d56ebd780123b7fd6f1497668
sqlite> .load ./statssqlite> select percentile(num,25) from test;
Segmentation fault (core dumped)
Need annotation about version applicability in README
The text was updated successfully, but these errors were encountered:
If you're ok to compile the sqlean source code on your system, rather than use the precompiled version, that should fix your immediate problem and get things working. 😄
According to src/sqlite3.h modules compiled for version:
#define SQLITE_VERSION "3.44.2"
for older versions of SQLITE (in older linuxes) there is 'segmentation fault' when loading this modules
Example:Oracle Linux Server 7.7
sqlite3 --version3.7.17 2013-05-20 00:56:22 118a3b35693b134d56ebd780123b7fd6f1497668
sqlite> .load ./statssqlite> select percentile(num,25) from test;
Segmentation fault (core dumped)
Need annotation about version applicability in README
The text was updated successfully, but these errors were encountered: