Open anthonydb opened 8 years ago
https://github.com/anthonydb/pneumatic/blob/master/pneumatic/db.py#L66-L81
Right now, update_row() only updates title, pages and file_hash. The SET statement needs to be configurable to include any parameters that are passed in.
update_row()
https://github.com/anthonydb/pneumatic/blob/master/pneumatic/db.py#L66-L81
Right now,
update_row()
only updates title, pages and file_hash. The SET statement needs to be configurable to include any parameters that are passed in.