ramsql icon indicating copy to clipboard operation
ramsql copied to clipboard

Implement SCHEMA

Open dabfleming opened this issue 4 years ago • 0 comments

Was just giving this a try for testing a project and our schema creation sql looks something like:

CREATE SCHEMA foo;

CREATE TABLE "foo"."bar"
{
  ...
}
...

ramsql seems to fail on both SCHEMA and the compound table name, ie it wants to create table foo and treats ."bar" as incorrect.

dabfleming avatar Jun 24 '20 18:06 dabfleming