Files
TinyORM/tests/auto/unit
Alonso Schaich 2a23991ae5 Include exception headers (#17)
include exception headers (silverqx/TinyORM#16)

The querybuilders' unit tests fail to compile due to some Exception
classes being undefined if ORM compilation is disabled via cmake.

The undefined exceptions are actually being built as part of the
querybuilder. However, the unit tests deep-end on models/user.hpp to
include the header files for the exception classes they are using,
but the corresponding include directive is skipped for builds that
disable ORM.

Close #16
---------

Co-authored-by: Silver Zachara <silver.zachara@gmail.com>
2023-07-24 16:16:23 +02:00
..
2023-07-24 16:16:23 +02:00
2021-08-31 09:02:14 +02:00