On Oct 12, 2010, at 10:11 PM, Ignacio Burgueño wrote:
> Well, I took a quick look at it and luadbi works fine because it's using
> sqlite3_prepare_v2 instead of sqlite3_prepare. _v2 is recommended in SQLite
> docs [1] so it might be reasonable to update.
>
> If you can, change line 350 of ls_sql
>
>
> For the record, luadbi [1] sqlite3 driver works properly, i.e. it returns a
> result set from a pragma:
>
>
Well, I took a quick look at it and luadbi works fine because it's using
sqlite3_prepare_v2 instead of sqlite3_prepare. _v2 is recommended in SQLite
docs [1] so it might be reasonable t
On Oct 5, 2010, at 9:18 PM, Petite Abeille wrote:
>
> On Oct 5, 2010, at 8:28 PM, Petite Abeille wrote:
>
>> On Oct 5, 2010, at 8:20 PM, Tomas Guisasola Gorham wrote:
>>
(1) Have the current drivers work properly :))
>>> Could you send examples?
>>
>> Well, right at this moment, this