Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SCHEMA #39

Closed
dabfleming opened this issue Jun 24, 2020 · 3 comments · Fixed by #76
Closed

Implement SCHEMA #39

dabfleming opened this issue Jun 24, 2020 · 3 comments · Fixed by #76

Comments

@dabfleming
Copy link

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.

@aramcodz
Copy link

aramcodz commented Apr 5, 2023

+1. I would also find this helpful.

@oliverisaac
Copy link

This would be useful for being able to test user management features as well.

@proullon
Copy link
Owner

Hi there,

Looking into it

@proullon proullon linked a pull request Jul 1, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants