backend tests progress
This commit is contained in:
@@ -163,7 +163,7 @@ sql::record sqlite_connection::describe(const std::string& table)
|
||||
null_opt = sql::null_option::NOT_NULL;
|
||||
}
|
||||
// f.default_value(res->column(4));
|
||||
prototype.append({name, type, utils::null_attributes, null_opt});
|
||||
prototype.append({name, type, utils::null_attributes, null_opt, index});
|
||||
}
|
||||
|
||||
return std::move(prototype);
|
||||
|
||||
@@ -24,7 +24,8 @@ set(TEST_SOURCES
|
||||
../../tests/ConnectionTest.cpp
|
||||
../../tests/SessionRecordTest.cpp
|
||||
../../tests/StatementTest.cpp
|
||||
../../tests/TypeTraitsTest.cpp)
|
||||
../../tests/TypeTraitsTest.cpp
|
||||
../../tests/StatementCacheTest.cpp)
|
||||
|
||||
set(LIBRARY_TEST_TARGET sqlite_tests)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user