feat: PITR RECOVER TO TIMESTAMP, OpenTelemetry OTLP export, FTS infrastructure
- RECOVER TO TIMESTAMP '...' — parser + executor, replays WAL entries - core/tracing.nim — OTLP/HTTP export via exportOtlp() - FTS: ftsIndexes table in ExecutionContext, engine import ready - 281 tests, 0 failures
This commit is contained in:
@@ -109,6 +109,8 @@ type
|
||||
tkPolicy
|
||||
tkEnable
|
||||
tkDisable
|
||||
tkRecover
|
||||
tkTimestamp
|
||||
tkFor
|
||||
tkUsing
|
||||
tkGrant
|
||||
@@ -280,6 +282,8 @@ const keywords*: Table[string, TokenKind] = {
|
||||
"disable": tkDisable,
|
||||
"for": tkFor,
|
||||
"using": tkUsing,
|
||||
"recover": tkRecover,
|
||||
"timestamp": tkTimestamp,
|
||||
"grant": tkGrant,
|
||||
"revoke": tkRevoke,
|
||||
"count": tkCount,
|
||||
|
||||
Reference in New Issue
Block a user