osquery-1/osquery/sql
Teddy Reed c964db2a49
logging: Change logNumericsAsNumbers to numerics and add docs (#6002)
This is an API change for the format of logged events.
The top-level log field "logNumericsAsNumbers" was introduced to help
migrate from string-encoded numerics to JSON numbers.

This change updates the field to be "numerics", updates the flag to
conform to flag naming conventions, and documents the expectation.
2019-11-09 13:29:14 -05:00
..
benchmarks Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
tests logging: Change logNumericsAsNumbers to numerics and add docs (#6002) 2019-11-09 13:29:14 -05:00
BUCK fixed double main function 2019-01-31 15:09:12 -08:00
CMakeLists.txt Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
dynamic_table_row.cpp Use Status::success throughout osquery (#5542) 2019-03-29 04:28:39 -07:00
dynamic_table_row.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sql.cpp remove the value_max flag (#5926) 2019-10-25 19:30:43 -04:00
sqlite_encoding.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sqlite_filesystem.cpp Fix sqlite API usage errors (#5551) 2019-03-31 11:56:03 -07:00
sqlite_hashing.cpp Fix sqlite API usage errors (#5551) 2019-03-31 11:56:03 -07:00
sqlite_math.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sqlite_operations.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sqlite_string.cpp sql function regex_match (and some tests for other sql functions) (#5444) 2019-08-14 11:51:21 -04:00
sqlite_util.cpp leak: Fix memory leak when SQL query fails (#5911) 2019-10-20 14:59:07 -04:00
sqlite_util.h allow mounting SQLite DBs using WAL journaling with ATC 2019-07-17 10:12:48 -07:00
virtual_sqlite_table.cpp allow mounting SQLite DBs using WAL journaling with ATC 2019-07-17 10:12:48 -07:00
virtual_table.cpp Fix WHERE in(N items) results in table query running N times (#5924) 2019-10-26 10:33:56 -04:00
virtual_table.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00