pk generator progress and sequence test progress

This commit is contained in:
2026-03-18 15:54:08 +01:00
parent 7996608f62
commit 6423bd505b
25 changed files with 152 additions and 30 deletions
+4
View File
@@ -243,6 +243,10 @@ const std::string& dialect::nextval() const {
return token_at(dialect_token::NextVal);
}
const std::string& dialect::currval() const {
return token_at(dialect_token::CurrVal);
}
const std::string &dialect::not_() const {
return token_at(dialect_token::Not);
}