[vlc-devel] [PATCH] Sqlite Module for VLC, GSoC 09

jpd at videolan.org jpd at videolan.org
Sun Aug 30 11:17:01 CEST 2009


On Sat, Aug 29, 2009 at 07:18:07PM +0530, Srikanth Raju wrote:
> Because not every database might implement transactions as Query("Begin")
> and Query("Commit").

I don't think that's useful if you pretend to do SQL at all -- if there
is a single SQL database that cannot do transactions through the SQL
query interface I'll be surprised. I think it's more useful to make
sure the typing is correct, something you can't do with sqlite. Making
sure the schema works in at least two different databases would also be
useful.




More information about the vlc-devel mailing list