On Wed, 6 Jul 2005, John Dean wrote:

>At 13:53 06/07/2005, you wrote:
>>On Wed, 2005-07-06 at 09:38 -0300, Gerson Luís Fontoura Vaz wrote:
>> > I'm using SQLite for the first time...
>> >
>> > We are using SQLite version 2.8.15.
>> >
>>
>>Why, oh why are you using 2.8.15 when 3.2.2 is known to be
>>faster, smaller, and to contain many more features???
>
>I haven't made the switch because some APIs from 2.8.15 were never ported
>over to 3.x.x. If they did they certainly were not included in the docs.
>This makes writing an updated driver for Rekall somewhat time consuming. I
>would have thought retaining backward compatibility to V2.8.x could be
>taken for granted but it seems I am wrong. What's happened to all those
>nice sqlite_****_printf convenience functions


How about this:
http://www.sqlite.org/capi3ref.html#sqlite3_mprintf

Perhaps if someone could write a sqlite.h for use with SQLite 3, that
translated SQLite 2 calls to SQLite 3 API, then migration could be
smoother for the likes of yourself. Such a wrapper would have to optional,
as the SQLite 3 API was designed to be disjoint from the SQLite 2 API to
allow the two to co-exist.


>
>Regards
>John Dean,
>


Christian


-- 
    /"\
    \ /    ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
     X                           - AGAINST MS ATTACHMENTS
    / \

Reply via email to