sequence tests progress
This commit is contained in:
@@ -70,6 +70,11 @@ utils::result<bool, utils::error> test_connection::exists(const std::string &/*s
|
||||
return utils::ok(false);
|
||||
}
|
||||
|
||||
utils::result<bool, utils::error> test_connection::sequence_exists(const std::string& /*schema_name*/,
|
||||
const std::string& /*sequence_name*/) {
|
||||
return utils::ok(false);
|
||||
}
|
||||
|
||||
std::string test_connection::to_escaped_string(const utils::blob_type_t &value) const {
|
||||
return utils::to_string(value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user