Skip to content

Commit cc8444a

Browse files
committedDec 21, 2024
sql_parser: sqlite3 statement parser refactoring (3)
1 parent aa02de9 commit cc8444a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ The items were taken from the official SQLite documentation
2626
1. [detach-stmt](https://www.sqlite.org/lang_detach.html) ✅
2727
1. [analyze-stmt](https://www.sqlite.org/lang_analyze.html) ✅
2828
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) ✅
29+
1. [pragma-stmt](https://www.sqlite.org/pragma.html) ✅
30+
1. [transaction-stmt](https://www.sqlite.org/lang_transaction.html)
3131
1. [begin-stmt](https://www.sqlite.org/lang_transaction.html) ✅
3232
1. [commit-stmt](https://www.sqlite.org/lang_transaction.html) ✅
3333
1. [rollback-stmt](https://www.sqlite.org/lang_savepoint.html) ✅

0 commit comments

Comments
 (0)