core: Workaround bug in sqlite 3.6.12
authorJens Georg <mail@jensge.org>
Wed, 21 Oct 2009 15:23:55 +0000 (17:23 +0200)
committerJens Georg <mail@jensge.org>
Sat, 24 Oct 2009 14:34:37 +0000 (16:34 +0200)
commit1dd004d776acab0c12b1fd2131575e2419a64543
treef250470c0cda41483a444af41c9b26dcb2cdcebd
parent3e783e78be2c2d6a7af4fc4d2b76731940f3ec89
core: Workaround bug in sqlite 3.6.12

Apparently select count(*) on an empty sqlite_master table triggers bug #3774.
Used another query to check if there is data in that table which won't make
sqlite 3.6.12 crash.
src/rygel/rygel-media-db.vala