]> git.sesse.net Git - vlc/commit
SQL/SQLite: Fix GetColumn functions in SQLite and implement a GetColumnSize function
authorSrikanth Raju <srikiraju@gmail.com>
Mon, 30 Nov 2009 08:58:00 +0000 (14:28 +0530)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 4 Dec 2009 11:50:15 +0000 (12:50 +0100)
commit484f5608bc27d45bfb0a435ce4a7d53c95457d1d
tree3065404fa3c5abe33b474d458239abc0b800e717
parent30d7534d428da5ea2b8be15e4164edbebfab2c4d
SQL/SQLite: Fix GetColumn functions in SQLite and implement a GetColumnSize function

Add a GetColumnSize function in the SQL API.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc_sql.h
modules/misc/sqlite.c