Skip to content

Commit ed861bb

Browse files
authored
Update AGENTS.md with correct file path
1 parent 07d48cb commit ed861bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Follow these rules:
2929
```
3030
For example: `snowflake().parse_sql_statements(r#"SELECT * FROM my_table;"#).unwrap();`
3131

32-
- New unit tests should be added to the `tests` module in the corresponding dialect file (e.g., `src/tests/sqlparser_redshift.rs` for Redshift), and should be placed at the end of the file.
32+
- New unit tests should be added to the `tests` module in the corresponding dialect file (e.g., `tests/sqlparser_redshift.rs` for Redshift), and should be placed at the end of the file.
3333

3434
## Analyzing Parsing Issues
3535
You can try to simplify the SQL statement to identify the root cause of the parsing issue. This may involve removing certain clauses or components of the SQL statement to see if it can be parsed successfully. Additionally, you can compare the problematic SQL statement with similar statements that are parsed correctly to identify any differences that may be causing the issue.

0 commit comments

Comments
 (0)