0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-20 03:56:20 +00:00
Commit graph

4 commits

Author SHA1 Message Date
Stelios Fragkakis
920a2ae7f5
Updates the sqlite version in the agent ()
New version sqlite

Enabling also

#define SQLITE_UDL_CAPABLE_PARSER 1
#define SQLITE_ENABLE_UPDATE_DELETE_LIMIT 1
#define SQLITE_OMIT_LOAD_EXTENSION 1
#define SQLITE_ENABLE_DBSTAT_VTAB 1
2022-06-28 19:16:30 +03:00
Josh Soref
e7b6fe7f61
Spelling ()
Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2021-12-22 18:14:10 +03:00
Stelios Fragkakis
6bdaf0fdee
SQLite v3.36.0 ()
- SQLITE_ENABLE_UPDATE_DELETE_LIMIT 1
- SQLITE_OMIT_LOAD_EXTENSION 1
- SQLITE_ENABLE_DBSTAT_VTAB 1
- Fix compilation warnings
2021-08-16 10:24:58 +03:00
Stelios Fragkakis
e9d59e37d9
Migrate metadata log to SQLite () 2020-11-24 20:00:02 +02:00