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

3 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
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