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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ Shared Connections
153
153
----
154
154
If you need the handle to the database connection to execute sqlite3 commands directly you can get a managed shared_ptr to it, so it will not close as long as you have a referenc to it.
155
155
156
-
Take this example on how to deal with a database backup using SQLITEs own functions in a save and modern way.
156
+
Take this example on how to deal with a database backup using SQLITEs own functions in a safe and modern way.
157
157
```c++
158
158
try {
159
159
database backup("backup"); //Open the database file we want to backup to
0 commit comments