Skip to content

Commit a84bc62

Browse files
committed
remove unused error
1 parent 10ac5e6 commit a84bc62

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ts_generator/errors.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ pub enum TsGeneratorError {
4646
TableNotFoundInSchema { table: String },
4747
#[error("[E019] Failed to infer table name while processing WHERE clause. Query: `{query}`")]
4848
TableNameInferenceFailedInWhere { query: String },
49-
#[error(
50-
"[E020] Invalid column reference '{column}' for table '{table}'. Ensure the column exists in the table schema."
51-
)]
52-
InvalidColumnReference { column: String, table: String },
5349
#[error("Unknown error: `{0}`")]
5450
Unknown(String),
5551
}

0 commit comments

Comments
 (0)