renamed timestamp to timestamp_type_t
This commit is contained in:
@@ -145,7 +145,7 @@ void postgres_parameter_binder::write_value(const size_t pos, const utils::time_
|
||||
bind_data_.formats[pos] = 0;
|
||||
}
|
||||
|
||||
void postgres_parameter_binder::write_value(size_t pos, const utils::timestamp &x) {
|
||||
void postgres_parameter_binder::write_value(size_t pos, const utils::timestamp_type_t &x) {
|
||||
}
|
||||
|
||||
void postgres_parameter_binder::write_value(const size_t pos, const utils::blob_type_t &x) {
|
||||
|
||||
Reference in New Issue
Block a user