We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
SCHEMA
foo
."bar"
The text was updated successfully, but these errors were encountered:
+1. I would also find this helpful.
Sorry, something went wrong.
This would be useful for being able to test user management features as well.
Hi there,
Looking into it
Successfully merging a pull request may close this issue.
Was just giving this a try for testing a project and our schema creation sql looks something like:
ramsql seems to fail on both
SCHEMA
and the compound table name, ie it wants to create tablefoo
and treats."bar"
as incorrect.The text was updated successfully, but these errors were encountered: