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

@ -233,7 +233,7 @@ fn parse_create_table_with_inherit() {
#[test]
fn parse_create_table_empty() {
// Zero-column tables are weird, but supported by at least PostgreSQL.
// <https://github.com/ballista-compute/sqlparser-rs/pull/94>
// <https://github.com/sqlparser-rs/sqlparser-rs/pull/94>
let _ = pg_and_generic().verified_stmt("CREATE TABLE t ()");
}