added sequence-specific code (create, drop and nextval)
This commit is contained in:
@@ -13,6 +13,7 @@ enum class sql_command {
|
||||
Create,
|
||||
CreateTable,
|
||||
CreateSchema,
|
||||
CreateSequence,
|
||||
CreateDatabase,
|
||||
Update,
|
||||
Insert,
|
||||
@@ -21,6 +22,7 @@ enum class sql_command {
|
||||
Drop,
|
||||
DropTable,
|
||||
DropSchema,
|
||||
DropSequence,
|
||||
DropDatabase,
|
||||
Alter,
|
||||
AlterTable,
|
||||
|
||||
Reference in New Issue
Block a user