implemented specialization of data types via type traits and handling of embedded non-trivial types

This commit is contained in:
2023-12-10 22:40:01 +01:00
parent da423ea8bb
commit 8ad13076c8
17 changed files with 346 additions and 90 deletions
+5 -1
View File
@@ -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