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 dd29347 commit 97562e6Copy full SHA for 97562e6
src/webserver/database/sql.rs
@@ -161,7 +161,6 @@ fn parse_single_statement(
161
}
162
163
fn syntax_error(err: ParserError, parser: &Parser, sql: &str) -> ParsedStatement {
164
- dbg!((&err, &parser.peek_token_no_skip(), &sql));
165
let location = parser.peek_token_no_skip().location;
166
ParsedStatement::Error(anyhow::Error::from(err).context(format!(
167
"The SQLPage parser couldn't understand the SQL file. Parsing failed. Please check for syntax errors:\n{}",
0 commit comments