Thank you very much, it worked! On Tue, Aug 9, 2016 at 11:49 PM, Richard Hipp <[email protected]> wrote:
> On 8/9/16, Paulo Roberto <[email protected]> wrote: > > > > I found your solution pretty elegant and I tried to implement it. > > But after solving a lot of building issues with the sqlite3ext header > > It does not have to be implemented as a loadable extension. Just copy > the lines https://www.sqlite.org/src/artifact/8440f8d0b4?ln=41-53 into > your application, then invoke > https://www.sqlite.org/src/artifact/8440f8d0b4?ln=65-66 on the > database connection right after you get it back from sqlite3_open(). > > -- > D. Richard Hipp > [email protected] > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

