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

Srikanth Raju srikiraju at gmail.com
Sat Aug 29 11:23:01 CEST 2009


Hi,

On Sat, Aug 29, 2009 at 11:54 AM, <jpd at videolan.org> wrote:
> 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.
>

The above functions are the convenience functions. They also use a mutex
to ensure other threads don't interfere. :)

> Support for prepared statements would be useful for queries that see a
> lot of use. Not sure what the volume here is.
>

I agree.

> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>



-- 
Regards,
Srikanth Raju



More information about the vlc-devel mailing list