Update links to reflect repository move to sqlparser-rs GitHub org

This commit is contained in:
Andy Grove 2021-08-20 17:03:06 -06:00
parent 293133f910
commit 5ebc06b20c
6 changed files with 10 additions and 10 deletions

View file

@ -3295,7 +3295,7 @@ fn parse_start_transaction() {
verified_stmt("START TRANSACTION ISOLATION LEVEL REPEATABLE READ");
verified_stmt("START TRANSACTION ISOLATION LEVEL SERIALIZABLE");
// Regression test for https://github.com/ballista-compute/sqlparser-rs/pull/139,
// Regression test for https://github.com/sqlparser-rs/sqlparser-rs/pull/139,
// in which START TRANSACTION would fail to parse if followed by a statement
// terminator.
assert_eq!(