removed serialize(const char*) method
This commit is contained in:
@@ -43,10 +43,6 @@ void identifier_statement_binder::serialize(uint64_t &value, const utils::field_
|
||||
stmt_.bind(index_, value);
|
||||
}
|
||||
|
||||
void identifier_statement_binder::serialize(const char *value, const utils::field_attributes &) {
|
||||
stmt_.bind(index_, value);
|
||||
}
|
||||
|
||||
void identifier_statement_binder::serialize(std::string &value, const utils::field_attributes &) {
|
||||
stmt_.bind(index_, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user