implemented specialization of data types via type traits and handling of embedded non-trivial types
This commit is contained in:
+5
-1
@@ -27,7 +27,11 @@ add_executable(tests QueryBuilderTest.cpp
|
||||
ColumnTest.cpp
|
||||
SessionRecordTest.cpp
|
||||
StatementCacheTest.cpp
|
||||
StatementTest.cpp)
|
||||
StatementTest.cpp
|
||||
models/coordinate.hpp
|
||||
models/location.hpp
|
||||
TypeTraitsTest.cpp
|
||||
Databases.hpp)
|
||||
target_link_libraries(tests PRIVATE
|
||||
Catch2::Catch2WithMain
|
||||
matador
|
||||
|
||||
Reference in New Issue
Block a user