implemented the first version of statement_cache

This commit is contained in:
2025-07-30 10:34:33 +02:00
parent f90a670fb3
commit ebd8bccfb3
31 changed files with 575 additions and 278 deletions
+2
View File
@@ -26,6 +26,8 @@ add_executable(OrmTests
sql/FieldTest.cpp
utils/auto_reset_event.cpp
utils/auto_reset_event.hpp
sql/StatementCacheTest.cpp
sql/ConnectionPoolFixture.hpp
)
target_link_libraries(OrmTests matador-orm matador-core Catch2::Catch2WithMain)