BedquiltDB / bedquilt-core

A JSON document store on PostgreSQL
http://bedquiltdb.github.io
MIT License
256 stars 14 forks source link

remove_one_by_id returns wrong type #14

Closed JuneKelly closed 9 years ago

JuneKelly commented 9 years ago

The bq_remove_one_by_id function returns a boolean. The clients, documentation and tests all expect an integer.

Should change core signature to return an integer count of removed documents.

JuneKelly commented 9 years ago

Fixed in version 0.1.2