*** 56,61 **** --- 56,64 ---- in *pzErr if unsuccessful. The text of the error message should be obtained from sqlite3_mprintf(). + _Compatibility Note:_ The pzErr parameter was added to this method + in the transition from SQLite version 3.3.7 to 3.3.8. + ---- *xConnect* *************** *** 99,104 **** --- 102,111 ---- should be allocated. An error message may optionally be returned in *pzErr if unsuccessful. The text of the error message should be obtained from sqlite3_mprintf(). + + _Compatibility Note:_ The pzErr parameter was added to this method + in the transition from SQLite version 3.3.7 to 3.3.8. + ---- *xBestIndex*