Commit cc8444a 1 parent aa02de9 commit cc8444a Copy full SHA for cc8444a
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ The items were taken from the official SQLite documentation
26
26
1 . [ detach-stmt] ( https://www.sqlite.org/lang_detach.html ) ✅ ;
27
27
1 . [ analyze-stmt] ( https://www.sqlite.org/lang_analyze.html ) ✅ ;
28
28
1 . [ reindex-stmt] ( https://www.sqlite.org/lang_reindex.html ) ✅ ;
29
- 1 . [ pragma-stmt] ( https://www.sqlite.org/pragma.html )
30
- 1 . [ transaction-stmt] ( https://www.sqlite.org/lang_transaction.html ) &# 9989 ;
29
+ 1 . [ pragma-stmt] ( https://www.sqlite.org/pragma.html ) &# 9989 ;
30
+ 1 . [ transaction-stmt] ( https://www.sqlite.org/lang_transaction.html )
31
31
1 . [ begin-stmt] ( https://www.sqlite.org/lang_transaction.html ) ✅ ;
32
32
1 . [ commit-stmt] ( https://www.sqlite.org/lang_transaction.html ) ✅ ;
33
33
1 . [ rollback-stmt] ( https://www.sqlite.org/lang_savepoint.html ) ✅ ;
You can’t perform that action at this time.
0 commit comments