antonio-bakula / simpleDLNA

A simple, zero-config DLNA media server, that you can just fire up and be done with it.
http://nmaier.github.io/simpleDLNA/
BSD 2-Clause "Simplified" License
6 stars 0 forks source link

Add Autoincrement Primary key for cache DB #8

Closed antonio-bakula closed 8 years ago

antonio-bakula commented 8 years ago

To have something to query DB on, it's easier and good practice

antonio-bakula commented 8 years ago

not needed, I just learned that SQLite allready have unique ID, rowid. Example: select rowid, * from store