eugene-eeo / tinyrecord

transaction support for TinyDB
MIT License
94 stars 11 forks source link

Fix bug where using eids would apply actions to all records #7

Closed alex-ball closed 6 years ago

alex-ball commented 6 years ago

Bug introduced in 011f91 where test for records to apply an action to would always return true if any eids were given.

alex-ball commented 6 years ago

Please accept my apologies for my earlier blunder.

eugene-eeo commented 6 years ago

Ah, should've caught that one. No worries, thanks for the fix. Cheers.