On Wed, 9 Sep 2009, Przemyslaw Czerpak 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.


-- 
[-]

mkdir /nonexistent
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to