Commit graph

16 commits

Author SHA1 Message Date
Daniel
c5bca9c8a2 Fix linter warnings 2023-09-14 15:58:32 +02:00
Patrick Pacher
c58a73081f netquery: fix value encoding for time.Time queries 2023-09-13 10:27:00 +02:00
Patrick Pacher
87f19bdcc2 Fix incorrect check using reflect.Float32 instead of reflect.Float64 2023-09-07 11:59:36 +02:00
Patrick Pacher
4cd6823066 Update netquery query handler to only use strftime when the given value is a number kind 2023-09-07 11:58:07 +02:00
Patrick Pacher
d96f841bef Add support for $gt, $ge, $lt, $le operators for netquery. Update DatetimeEncoder to support values specified in seconds 2023-09-06 17:08:04 +02:00
Daniel
07f4253e0b Improve logging and make linter happy 2023-07-21 16:05:57 +02:00
Patrick Pacher
dbffa8827b Update netquery to support history module 2023-07-20 16:24:13 +02:00
Patrick Pacher
e9e9b54364 Research on possible history module implementation using sqlite ATTACH DATABASE 2023-07-20 16:21:52 +02:00
Daniel
8cf882f4d4 Update Go, deps and linter 2022-08-30 16:13:26 +02:00
Daniel
90d30c14a5 Fix linter errors from netquery implementation 2022-08-01 10:47:33 +02:00
Patrick Pacher
25aceaf103
Add query and chart support with multiple fixes to ORM package 2022-06-21 11:02:36 +02:00
Patrick Pacher
0d2ec9df75
wip 2022-06-21 11:02:36 +02:00
Patrick Pacher
d098f1c137
Add support for new query API 2022-06-21 11:02:35 +02:00
Patrick Pacher
c2d2064ec8
Add and update netquery code based on review discussions 2022-06-21 11:02:35 +02:00
Patrick Pacher
021c9b178c
Add documentation to query runner 2022-06-21 11:02:35 +02:00
Patrick Pacher
62ec170b90
Add basic, tailored SQL ORM mapper 2022-06-21 11:02:19 +02:00