sqlite3_result_text64 Parameter Handling and Documentation Clarifications
Issue Overview: sqlite3_result_text64 Third Parameter Behavior and Documentation Discrepancies The core issue revolves around the use of the third parameter in the sqlite3_result_text64 function, which is declared as a sqlite3_uint64 (an unsigned 64-bit integer). This creates a conflict with the documented behavior inherited from older SQLite text-result functions (e.g., sqlite3_result_text), where a negative value for…