Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-02 | Handle postgresql and sqlite3 libs properly | louiz’ | |
Do not fail to compile when one of them is missing but the other one is not. Raise an error when trying to open a database with the missing library. see #3237 | |||
2017-12-02 | Add postgresql support | louiz’ | |
2017-07-08 | Remove many log_debug from the database module | louiz’ | |
2017-07-08 | Use a more precise return type, instead of auto | louiz’ | |
2017-06-14 | Add a 0 default value for template argument N | louiz’ | |
2017-06-14 | Fix compilation (many warnings, and a linkage error) with clang++ | louiz’ | |
2017-06-14 | Implement our own database ORM, and update the whole code to use it | louiz’ | |
Entirely replace LiteSQL fix #3271 |