implemented prepared statement for postgres and sqlite

This commit is contained in:
2023-12-09 11:08:03 +01:00
parent 8ba70cc79e
commit da423ea8bb
59 changed files with 1769 additions and 314 deletions
+3 -1
View File
@@ -25,7 +25,9 @@ add_executable(tests QueryBuilderTest.cpp
models/person.hpp
AnyTypeToVisitorTest.cpp
ColumnTest.cpp
SessionRecordTest.cpp)
SessionRecordTest.cpp
StatementCacheTest.cpp
StatementTest.cpp)
target_link_libraries(tests PRIVATE
Catch2::Catch2WithMain
matador