* Adeodato Simó:

> * Julien Cristau [Tue, 29 Apr 2008 18:40:05 +0200]:
>
>> $ objdump -T /usr/lib/libsqlite3.so.0|grep -c sqlite3_enable_load_extension
>> 0
>
> Additionally:
>
> % lib-compare.sh libsqlite3-0_3.5.6-3_i386.deb libsqlite3-0_3.5.8-1_i386.deb  
>                                                                               
>   pts/13 [18:50]
> ./usr/lib/libsqlite3.so.0.8.6
> --- /tmp/adeodato/tmp.ourGU28796        2008-04-29 18:48:12.000000000 +0200
> +++ /tmp/adeodato/tmp.aORRO28797        2008-04-29 18:48:12.000000000 +0200
> -B sqlite3_io_trace
> -D sqlite3_apis
> -R sqlite3IsAsciiIdChar
> -R sqlite3UpperToLower
> -R sqlite3one
> -T sqlite3AddCheckConstraint

Anything that doesn't start with sqlite3_* isn't part of the public API,
so it's okay to remove that.

However, sqlite3_enable_load_extension is indeed missing in version
3.5.8-1.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to