pk generator progress and sequence test progress
This commit is contained in:
@@ -138,6 +138,7 @@ public:
|
||||
[[nodiscard]] const std::string& commit() const;
|
||||
[[nodiscard]] const std::string& constraint() const;
|
||||
[[nodiscard]] const std::string& create() const;
|
||||
[[nodiscard]] const std::string& currval() const;
|
||||
[[nodiscard]] const std::string& desc() const;
|
||||
[[nodiscard]] const std::string& distinct() const;
|
||||
[[nodiscard]] const std::string& drop() const;
|
||||
@@ -212,6 +213,7 @@ private:
|
||||
{dialect_token::Commit, "COMMIT TRANSACTION"},
|
||||
{dialect_token::Constraint, "CONSTRAINT"},
|
||||
{dialect_token::Create, "CREATE"},
|
||||
{dialect_token::CurrVal, "CURRVAL"},
|
||||
{dialect_token::Desc, "DESC"},
|
||||
{dialect_token::Distinct, "DISTINCT"},
|
||||
{dialect_token::Drop, "DROP"},
|
||||
|
||||
Reference in New Issue
Block a user