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

PostgreSQL schema name should be lower case or APPNAME #143

Open
2 tasks
rickmak opened this issue Jun 20, 2017 · 0 comments
Open
2 tasks

PostgreSQL schema name should be lower case or APPNAME #143

rickmak opened this issue Jun 20, 2017 · 0 comments
Assignees
Labels

Comments

@rickmak
Copy link
Member

rickmak commented Jun 20, 2017

Exception: ("No table of name '{}' exists in schema '{}'.", '_user', 'app_AppName')

  • Skygear Server Date/Version: 0.24.1
  • Application Platform: py-skygear
  • Is this a regression?
  • Attached logs, screenshots

Expected Results

py-skygear will lower case the schema as in skygear-server. refs: https:/SkygearIO/skygear-server/blob/41791e25fd3fbcfd63433b8beb4c3d6836a2bc7b/pkg/server/skydb/pq/pq.go#L36

Actual Results

py-skygear use the envvar as it.

Steps to reproduce

  1. Specify the APPANME with mixed case
@rickmak rickmak changed the title PostgreSQL schema name should be lower case PostgreSQL schema name should be lower case or APPNAME Jun 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants