rpiEHC / rpi_vend

Open-Source vending machine software to run on a Raspberry Pi, made by students at Rensselaer Polytechnic Institute.
3 stars 4 forks source link

Prevent Duplicate Item()s From Being Added to Table #11

Closed theopak closed 11 years ago

theopak commented 11 years ago

Right now, duplicate Item() objects are saved to the sqlite3 table. This should not happen. An error should be raised if more than one Item() is to be added at a given loc, which represents the unique physical location of the shelf.