Skip to content

Seemingly pointless test #1807

Open
Open
@LucaCappelletti94

Description

@LucaCappelletti94

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions