space-cloud icon indicating copy to clipboard operation
space-cloud copied to clipboard

Allow usage of camelCase column names in SQL databases

Open s-kris opened this issue 5 years ago • 2 comments

Steps to reproduce

  1. Add a new table
  2. Insert a record
  3. Add new field in the schema
  4. Edit the same record to add new data for the newly added field.
  5. Save the record and also refresh to see that new data is not added. (Same applies when updating data from api explorer)

Your environment

  • Space Cloud version: v0.19.3
  • OS: Ubuntu 20
  • Kubernetes or Docker: Docker
  • The client api version (if applicable):
  • Browser (if applicable):

If this bug restricts your use of space-cloud, give it a thumbs up reaction, so that we can determine which bugs need to be fixed immediately. 👍

s-kris avatar Oct 04 '20 09:10 s-kris

The same problem is coming in API explorer too. @sharadregoti you should have a look at this to check if its a gateway problem

YourTechBud avatar Oct 04 '20 10:10 YourTechBud

After further investigation, it seems like the problem surfaced due to using camelcase column names. Changing the title to reflect that

YourTechBud avatar Oct 04 '20 13:10 YourTechBud