Open
Description
While implementing the support for INHERITS
, I happened to find this test which contains in its name the word inherit
and I suppose may reference the CREATE ROLE INHERIT, but it not present in the actual test.
If this test is actually pointless, it may be best to remove it. Do let me know how to proceed.
#[test]
fn parse_create_table_with_inherit() {
let sql = "\
CREATE TABLE bazaar.settings (\
settings_id UUID PRIMARY KEY DEFAULT uuid_generate_v4() NOT NULL, \
user_id UUID UNIQUE, \
value TEXT[], \
use_metric BOOLEAN DEFAULT true\
)";
pg().verified_stmt(sql);
}
Metadata
Metadata
Assignees
Labels
No labels