[vlc-devel] [PATCH] SQL/SQLite: Fix GetColumn functions in SQLite and implement a GetColumnSize function

Srikanth Raju srikiraju at gmail.com
Mon Nov 30 10:11:44 CET 2009


Hello,
This fixes a few issues with the SQL core and SQLite.
SQLite handles memory alotted for sqlite3_column_text and blob internally
and cannot be modified by the user. This isn't flexible enough for us and
won't work with our API. This patch fixes that.
Also includes a GetColumnSize function because you need to know the size of
blob objects returned.

-- 
Regards,
Srikanth Raju
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20091130/1e87610c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-SQL-SQLite-Fix-GetColumn-functions-in-SQLite-and-imp.patch
Type: application/octet-stream
Size: 4570 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20091130/1e87610c/attachment.obj>


More information about the vlc-devel mailing list