mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-22 15:04:04 +00:00
Update links to reflect repository move to sqlparser-rs GitHub org
This commit is contained in:
parent
293133f910
commit
5ebc06b20c
6 changed files with 10 additions and 10 deletions
|
@ -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 ()");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue