add foreign key constraints
[id3fs.git] / lib / ID3FS / DB.pm
2010-09-26 Ian Beckwithadd foreign key constraints
2010-09-26 Ian Beckwithremove/disable some debug prints
2010-09-26 Ian Beckwithstop sanitising tagvals on select: now sanitised on...
2010-09-26 Ian Beckwithpartially implement tagvals
2010-09-26 Ian Beckwithkey albums off artists too (otherwise we get dylan...
2010-09-26 Ian Beckwiths/File/AudioFile/: fixup code to use new name
2010-09-25 Ian BeckwithFLAC support
2010-09-25 Ian Beckwithrework schema avoiding unnecessary many-many relationships
2010-09-24 Ian Beckwithlast_update: store in id3fs table, update when index...
2010-09-24 Ian Beckwithfiddle with DB->new parameters
2010-09-23 Ian Beckwithfix album_tracks
2010-09-23 Ian Beckwithfix file splitting; tweaks
2010-09-23 Ian Beckwithfix artist + album
2010-09-23 Ian BeckwithFirst music successfully played via id3fs
2010-09-23 Ian Beckwithstart implementing albums
2010-09-23 Ian Beckwithimplement tags query from joinfu.com/presentations...
2010-09-23 Ian Beckwithtags(): self-join: postgres fixes
2010-09-22 Ian Beckwithtags(): convert to tags self-join via files
2010-09-22 Ian Beckwithsupport postgres as well as sqlite (for testing)
2010-09-21 Ian Beckwithbasic tag path traversal
2010-09-20 Ian Beckwithbasic tags display in root of fs
2010-09-19 Ian Beckwithwrite to db
2010-09-19 Ian Beckwithimplement id3 tag lookup
2010-09-19 Ian Beckwithadd stub ID3FS::File and subclasses
2010-09-19 Ian BeckwithID3FS: use File::Find to recursively add files
2010-09-19 Ian Beckwithid3fs: create & connect to DB