renamed blob to blob_type_t
This commit is contained in:
@@ -148,7 +148,7 @@ void postgres_parameter_binder::write_value(const size_t pos, const utils::time_
|
||||
void postgres_parameter_binder::write_value(size_t pos, const utils::timestamp &x) {
|
||||
}
|
||||
|
||||
void postgres_parameter_binder::write_value(const size_t pos, const utils::blob &x) {
|
||||
void postgres_parameter_binder::write_value(const size_t pos, const utils::blob_type_t &x) {
|
||||
bind_data_.bytes[pos] = x;
|
||||
bind_data_.values[pos] = reinterpret_cast<char *>(bind_data_.bytes[pos].data());
|
||||
bind_data_.lengths[pos] = static_cast<int>(bind_data_.bytes[pos].size());
|
||||
|
||||
Reference in New Issue
Block a user