-
Notifications
You must be signed in to change notification settings - Fork 2k
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
schemaName not working for sails-postgresql #6779
Comments
@medchkir Thanks for posting! We'll take a look as soon as possible. In the mean time, there are a few ways you can help speed things along:
Please remember: never post in a public forum if you believe you've found a genuine security vulnerability. Instead, disclose it responsibly. For help with questions about Sails, click here. |
@medchkir - Thanks for bring this to attention. Do you have a repo for us to take a closer look? |
I have the same issue, this question is on stackoverflow and i answered it with my approach, i think my approach is only make code works and not the solution of the problem, can you review it.. thanks |
Can you please merge this pull-request ? balderdashy/waterline#1623 |
I'm using sails v1.2.2 with sails-postgresql adapter. Looking for using Model with specific schemaName. But relation with mapped with default schemaName (public)
AdapterError: Unexpected error from database adapter: relation "public.t_role" does not exist
The text was updated successfully, but these errors were encountered: