feat: migrate system + cross-DB engine + IMPORT/EXPORT syntax -- 22 files, client+server+docs
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
Clients CI / build-server (push) Has been cancelled
Clients CI / test-python (push) Has been cancelled
Clients CI / test-javascript (push) Has been cancelled
Clients CI / test-nim (push) Has been cancelled
Clients CI / test-rust (push) Has been cancelled
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
Clients CI / build-server (push) Has been cancelled
Clients CI / test-python (push) Has been cancelled
Clients CI / test-javascript (push) Has been cancelled
Clients CI / test-nim (push) Has been cancelled
Clients CI / test-rust (push) Has been cancelled
This commit is contained in:
@@ -102,6 +102,15 @@ type
|
||||
tkAfter
|
||||
tkInstead
|
||||
tkOf
|
||||
tkImport
|
||||
tkExport
|
||||
tkFormat
|
||||
tkDelimiter
|
||||
tkHeader
|
||||
tkBatch
|
||||
tkCsv
|
||||
tkJsonFmt
|
||||
tkNdjson
|
||||
tkMigration
|
||||
tkApply
|
||||
tkStatus
|
||||
@@ -334,6 +343,15 @@ const keywords*: Table[string, TokenKind] = {
|
||||
"after": tkAfter,
|
||||
"instead": tkInstead,
|
||||
"of": tkOf,
|
||||
"import": tkImport,
|
||||
"export": tkExport,
|
||||
"format": tkFormat,
|
||||
"delimiter": tkDelimiter,
|
||||
"header": tkHeader,
|
||||
"batch": tkBatch,
|
||||
"csv": tkCsv,
|
||||
"json": tkJsonFmt,
|
||||
"ndjson": tkNdjson,
|
||||
"migration": tkMigration,
|
||||
"apply": tkApply,
|
||||
"status": tkStatus,
|
||||
|
||||
Reference in New Issue
Block a user