osquery-1/osquery/database
Giorgi Guliashvili 521041ba86
Ephemeral native support for int (#4489)
* Ephemeral native support for int

Ephemeral supports int without serialization.
Dump get and put pushed from database.cpp to the database plugin.
Basic support for rocksDB and sqlite

* status messages

* style and compilation problems fix

* const int& to int for database get

* const int& to int for database put

* more specific exception type of boost variant get

* eohemeral improvements

code repetition reduced
map operations reduced
error message improved
 #everything, next in the following.

* safeStrtoi implementation and use

*  code formatting

* atoi accepts base int type

* error message add to status

* compilation error and format correction
2018-06-06 19:08:23 -07:00
..
benchmarks query: Force query results into proper order (#2947) 2018-01-21 01:20:48 -05:00
plugins Ephemeral native support for int (#4489) 2018-06-06 19:08:23 -07:00
tests Basic db int type support (#4454) 2018-06-02 12:38:29 -07:00
CMakeLists.txt reworked cmake file split database plugins files (#4476) 2018-06-02 20:44:58 +01:00
database.cpp Ephemeral native support for int (#4489) 2018-06-06 19:08:23 -07:00