On Wed, 09 Sep 2009, Tamas TEVESZ wrote:

Hi,

>  > change it to:
>  >    if( pHbSqlite3 && pHbSqlite3->db )
>  >    {
>  >       /* TODO: verify exact SQLITE3 version in
>  >        * which sqlite3_extended_result_codes() was added
>  >        */
>  > #if SQLITE_VERSION_NUMBER > 3003006
>  >       hb_retni( sqlite3_extended_result_codes(pHbSqlite3->db, hb_parl(2)) 
> );
>  > #else
>  >       hb_retni( -1 );
>  > #endif
> a cursory look suggests 3.3.8 was the first to have it.

Thank you.
So this #if condition should be changed to:
      #if SQLITE_VERSION_NUMBER >= 3003008
and TODO note removed.

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to