You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hdr/sqlite_modern_cpp/errors.h
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@ namespace sqlite {
37
37
//Some additional errors are here for the C++ interface
38
38
classmore_rows: publicsqlite_exception { using sqlite_exception::sqlite_exception; };
39
39
classno_rows: publicsqlite_exception { using sqlite_exception::sqlite_exception; };
40
-
class [[deprecated]] reexecution: public sqlite_exception { using sqlite_exception::sqlite_exception; }; // Prepared statements needed to be reset before calling them again in older versions
41
40
classmore_statements: publicsqlite_exception { using sqlite_exception::sqlite_exception; }; // Prepared statements can only contain one statement
0 commit comments