fix: all 5 bugs — reserved words, cloneForConnection, SQL injection, SHOW TABLES, getRowPlain
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 22:51:04 +03:00
parent 837b4d56fc
commit b25fea4d21
6 changed files with 271 additions and 133 deletions
+3
View File
@@ -49,6 +49,7 @@ type
nkDropDatabase
nkUseDatabase
nkShowDatabases
nkShowTables
# Clauses
nkFrom
@@ -355,6 +356,8 @@ type
udDbName*: string
of nkShowDatabases:
discard
of nkShowTables:
stTableName*: string # empty = list tables; non-empty = describe table
of nkApplyMigration:
amName*: string
of nkMigrationStatus: