-
Notifications
You must be signed in to change notification settings - Fork 36
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
[rds-postgres] - The Execution Fails when Table name is in camel case #147
Conversation
Hey @lucasmdrs, if you have some time, could you please check this PR? 🙇♂️ |
@lucass4 @lucasmdrs hey guys - u do realize that this repo is public right? :D |
@davnnis2003 Sorry, I think I am missing the point. what do you mean? I do realize it is a public project and a public repo. |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #147 +/- ##
=======================================
Coverage 48.22% 48.22%
=======================================
Files 8 8
Lines 309 309
=======================================
Hits 149 149
Misses 153 153
Partials 7 7 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Thank you for the contribution! @lucass4 |
Description
I am submitting this PR to address an issue related to having a table name in camel case.
Scenario
The execution fails due to extra double quotes automatically add to tableNames and foreign keys.
Command:
Error example: