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 a84bc62 commit 74f9e2fCopy full SHA for 74f9e2f
src/ts_generator/sql_parser/expressions/translate_expr.rs
@@ -133,10 +133,7 @@ pub async fn get_sql_query_param(
133
table_name = single_table_name.map(|x| x.to_string());
134
} else {
135
return Err(TsGeneratorError::TableNameInferenceFailedInWhere {
136
- query: format!(
137
- "Failed to infer table name while processing WHERE clause. Expression: {}. Ensure your query has a FROM clause or table reference.",
138
- left
139
- ),
+ query: left.to_string(),
140
});
141
}
142
0 commit comments