Le 4 juil. 05 à 18:40, Gwendolynn ferch Elydyr a écrit :

On Mon, 4 Jul 2005, Dominic wrote:

I've just compiled 3.2.2 version on MacOS X (both Panther-10.3.X and Tiger-10.4.X) and I was surprised that generated libsql3.dylib is labelled version 3.0.8.6, with a sqlite3.h that doesn't integrate functions like "sqlite3_clear_bindings()" and "sqlite3_transfer_bindings()" that I would like to use.


How were you finding libsql3.dylib? Tiger at least ships with libsqlite
and has version 3.0.8.6 in /usr/lib ...


Yes, this is why I would like ton compile and use a more recent build ;-)

Tiger is delivered with sqlite "3.1.1" but the .dylib has a version number : 3.0.8.6. I was thinking that this is why I couldn't get access to the functions "sqlite3_clear_bindings()" and "sqlite3_transfer_bindings()". So I decided to download last sources (3.2.2) from sqlite.org, then compile it. So it was a bad surprise when I saw that the generated .dylib was a 3.0.8.6 too, without these two functions
I saw in the online doc...

So it looks like a mistery to me. Which sqlite version I need to compile in order to be able to use these two functions ?

Thanks.

Dom.

Reply via email to