[email protected]:
> On Thu, 9 Sep 2010 11:06:07 -0400 (EDT), Wietse Venema
> <[email protected]> wrote:
> > Will this work? Unfortunately I can't test Postfix myself on every
> > version of everything.
> >
> > Wietse
> >
> > *** ./dict_sqlite.c- Fri Jun 18 20:19:15 2010
> > --- ./dict_sqlite.c Thu Sep 9 11:01:12 2010
> > ***************
> > *** 68,74 ****
> > #include <sqlite3.h>
> >
> > #if !defined(SQLITE_VERSION_NUMBER) || (SQLITE_VERSION_NUMBER <
> 3005004)
> > ! #error "Your SQLite version is too old"
> > #endif
> >
> > /* Utility library. */
> > --- 68,74 ----
> > #include <sqlite3.h>
> >
> > #if !defined(SQLITE_VERSION_NUMBER) || (SQLITE_VERSION_NUMBER <
> 3005004)
> > ! #define sqlite3_prepare_v2 sqlite3_prepare
> > #endif
> >
> > /* Utility library. */
>
>
> Right now I have checked postfix compile and postconf out. Everything
> fine. Don't check only real work with sqlite database. I can do it later.
I looked up the API documentation, and it should work, but no-one knows
until it has been tested on a real system.
Wietse