Skip to content

Add schema handling to table names #18

@packpaul

Description

@packpaul

Right now I have to type:

        SelectCreator select = new SelectCreator()
                .from("\"simple\".\"SimpleTable\"")
                ...;

It'd be better having something like:

        SelectCreator select = new SelectCreator()
                .from("simple", "SimpleTable")
                ...;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions