Re: [PATCH] sqlite3_prepare_v2 for pre 3.3.9 versions
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
+1
Thanks,
Alexander Malysh
Am 23.03.2011 um 23:27 schrieb Stipe Tolj:
> Hi all,
>
> we have a problem with the latest enhancements in the gwlib/dbpool_sqlite3.c commit. The function sqlite3_prepare_v2() is available since 3.3.9, according to URL:
>
> http://www.sqlite.org/oldnews.html
>
> But, we DO use the function 2x without really checking which sqlite3 version we're using. The patch handles this via a simple #if case.
>
> Normally, I would suggest to handle this at configure time, and simply inform the user to use a sqlite3 version >= 3.3.9. But, some of the major used distros, i.e. CentOS 5.x uses an rather old sqlite3 in the distro repository, and I tend to have them supported out of the box, rather then forcing the users to upgrade the sqlite3 from source.
>
> Comments please.
>
> Stipe
>
> --
> -------------------------------------------------------------------
> Kölner Landstrasse 419
> 40589 Düsseldorf, NRW, Germany
>
> tolj.org system architecture Kannel Software Foundation (KSF)
> http://www.tolj.org/ http://www.kannel.org/
>
> mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org
> -------------------------------------------------------------------
> <sqlite3_prepare_v2.diff>