diff --git a/include/orm/tiny/model.hpp b/include/orm/tiny/model.hpp index 0ed4efbd2..5bb5d6b1b 100644 --- a/include/orm/tiny/model.hpp +++ b/include/orm/tiny/model.hpp @@ -2047,4 +2047,3 @@ TINYORM_END_COMMON_NAMESPACE // BUG clang tidy reports bugprone-exception-escape for Model class, it doesn't mean that code is buggy or can crash, it means that some defualt method generated by the compiler that should be generated noexcet was generetad as throwing silverqx // CUR mariadb workflows silverqx // FEATURE HidesAttributes, and ModelsCollection::makeVisible/Hidden, ... silverqx -