renamed blob to blob_type_t
This commit is contained in:
@@ -293,7 +293,7 @@ utils::result<bool, utils::error> postgres_connection::exists(const std::string
|
||||
return utils::ok(*result == 1);
|
||||
}
|
||||
|
||||
std::string postgres_connection::to_escaped_string(const utils::blob &value) const {
|
||||
std::string postgres_connection::to_escaped_string(const utils::blob_type_t &value) const {
|
||||
size_t escapedDataLength;
|
||||
unsigned char *escapedData = PQescapeByteaConn(conn_, value.data(), value.size(), &escapedDataLength);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user