Skip to content

Commit 8677cac

Browse files
committed
sql-parser: update progress
1 parent fd0a4e0 commit 8677cac

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
@@ -48,9 +48,9 @@ The items were taken from the official SQLite documentation
4848
1. [case-expression](https://www.sqlite.org/lang_expr.html#caseexp)✅
4949
1. [raise-function](https://www.sqlite.org/lang_expr.html#raisefunc)✅
5050

51-
### Parsing sql statements ![progress](https://progress-bar.xyz/1/?scale=2&suffix=%%%20(1%20of%202)&width=140)
51+
### Parsing sql statements ![progress](https://progress-bar.xyz/2/?scale=2&suffix=%%%20(2%20of%202)&width=140)
5252
1. [attach-stmt](https://www.sqlite.org/lang_attach.html) ✅
53-
1. [alter-table-stmt](https://www.sqlite.org/lang_altertable.html)
53+
1. [alter-table-stmt](https://www.sqlite.org/lang_altertable.html) ✅
5454

5555
## Advanced statements ![progress](https://progress-bar.xyz/0/?scale=19&suffix=%%%20(0%20of%2019)&width=140)
5656

0 commit comments

Comments
 (0)