Skip to content
# Interface: SqlSchemaValidationDiagnostic

Defined in: packages/core/src/utils/SqlSchemaValidator.ts:18

One table or column resolution failure found without executing SQL.

Properties ​

code ​

code: SqlSchemaValidationDiagnosticCode

Defined in: packages/core/src/utils/SqlSchemaValidator.ts:19


columnName? ​

optional columnName: string

Defined in: packages/core/src/utils/SqlSchemaValidator.ts:20


columnNames? ​

optional columnNames: string[]

Defined in: packages/core/src/utils/SqlSchemaValidator.ts:21


message ​

message: string

Defined in: packages/core/src/utils/SqlSchemaValidator.ts:22


tableName? ​

optional tableName: string

Defined in: packages/core/src/utils/SqlSchemaValidator.ts:23

Released under the MIT License.