Hello,<div>This fixes a few issues with the SQL core and SQLite.</div><div>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.</div>
<div>Also includes a GetColumnSize function because you need to know the size of blob objects returned.</div><div><br>-- <br>Regards,<br>Srikanth Raju<br>
</div>