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: sqlite3pp_ez.cpp
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -989,6 +989,7 @@ namespace sqlite3pp
989
989
char str[99] = { 0 };
990
990
strcpy_s(str, str_org);
991
991
_strupr_s(str);
992
+
const std::string str_type = str;
992
993
// There's no practical method for handling blob or clob other than the Blob and Clob type, so don't even include them in an option to declare them any other way.
0 commit comments