added sequence-specific code (create, drop and nextval)

This commit is contained in:
2026-02-17 13:31:06 +01:00
parent 80426c5293
commit 5668f1060b
17 changed files with 174 additions and 8 deletions
+3
View File
@@ -29,6 +29,7 @@ enum class dialect_token : uint8_t {
EndBinaryData,
EndQuote,
EndStringData,
Exists,
ForeignKey,
From,
GroupBy,
@@ -41,6 +42,7 @@ enum class dialect_token : uint8_t {
Join,
Like,
Limit,
NextVal,
None,
Not,
NotNull,
@@ -56,6 +58,7 @@ enum class dialect_token : uint8_t {
Schema,
Select,
Set,
Sequence,
StartQuote,
StringQuote,
Table,