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

This commit is contained in:
2026-05-21 19:32:14 +03:00
parent f427ba5968
commit bb843b9a03
23 changed files with 2306 additions and 52 deletions
+18
View File
@@ -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,