space-cloud
space-cloud copied to clipboard
Allow usage of camelCase column names in SQL databases
Steps to reproduce
- Add a new table
- Insert a record
- Add new field in the schema
- Edit the same record to add new data for the newly added field.
- 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. 👍
The same problem is coming in API explorer too. @sharadregoti you should have a look at this to check if its a gateway problem
After further investigation, it seems like the problem surfaced due to using camelcase column names. Changing the title to reflect that