anthonydb / pneumatic

pneumatic is a bulk-upload library for DocumentCloud.
MIT License
23 stars 3 forks source link

update_row() needs to flexibly include/exclude SET params #12

Open anthonydb opened 8 years ago

anthonydb commented 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.