Age | Commit message (Collapse) | Author |
|
fix #3293
|
|
This immensely speeds up the archive select queries.
fix #3292
|
|
|
|
|
|
fix #3290
|
|
|
|
|
|
|
|
If we can’t open it at startup, we exit.
If we can’t open it on reload, we keep the previously-opened database.
This way, we’re assured to always have a valid and open database available.
|
|
|
|
Entirely replace LiteSQL
fix #3271
|
|
This makes us compatible with mam 6.0
fix #3249
|
|
|
|
|
|
Avoids a conflict between /usr/include/uuid.h and
/usr/local/include/uuid/uuid.h on freebsd
|
|
|
|
At the moment, result-set-management is not implemented, the whole history
(well, at most 1024 messages) is returned.
|
|
Instead of doing a broken SQL request that returns weird lines
|
|
|
|
|
|
|
|
|
|
|
|
Do not use a singleton for the database.
fix #3203
|
|
And a way to retrieve its values, defaulting on the ServerOptions for unset
values.
|
|
|
|
|
|
Uses litesql
|