renamed blob to blob_type_t
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include "matador/utils/version.hpp"
|
||||
|
||||
namespace matador::utils {
|
||||
using blob = std::vector<unsigned char>;
|
||||
using blob_type_t = std::vector<unsigned char>;
|
||||
}
|
||||
|
||||
namespace matador::sql {
|
||||
@@ -43,7 +43,7 @@ public:
|
||||
|
||||
[[nodiscard]] const class dialect &dialect() const;
|
||||
|
||||
[[nodiscard]] virtual std::string to_escaped_string(const utils::blob &value) const = 0;
|
||||
[[nodiscard]] virtual std::string to_escaped_string(const utils::blob_type_t &value) const = 0;
|
||||
[[nodiscard]] const connection_info &info() const;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user