We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ac5e6 commit a84bc62Copy full SHA for a84bc62
src/ts_generator/errors.rs
@@ -46,10 +46,6 @@ pub enum TsGeneratorError {
46
TableNotFoundInSchema { table: String },
47
#[error("[E019] Failed to infer table name while processing WHERE clause. Query: `{query}`")]
48
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 },
53
#[error("Unknown error: `{0}`")]
54
Unknown(String),
55
}
0 commit comments