[vlc-devel] [PATCH] Sqlite Module for VLC, GSoC 09
jpd at videolan.org
jpd at videolan.org
Sat Aug 29 08:24:29 CEST 2009
On Sun, Fri, 28 Aug 2009 23:07:32 +0200, Laurent Aimar wrote:
> then at least merging commit+rollback+end into end() would simplify no ?
> (or whatever name you prefer to keep).
Not really. but I think you can call query("BEGIN"), query("COMMIT")
and query("ROLLBACK"). Then add convenience functions that call query
instead. I do think transactions should be explicitly started.
Support for prepared statements would be useful for queries that see a
lot of use. Not sure what the volume here is.
More information about the vlc-devel
mailing list