implemented prepared statement for postgres and sqlite
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user