You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"error": "unable to find table name"
}
I'm getting this response when making POST request to a db having hyphen in the db name. eg db name: "my-db".
GET, PUT, PATCH and DELETE are working fine.
The text was updated successfully, but these errors were encountered:
If "insertTableNameQuotesRegex" is updated, it should work.
Currently its not accepting db name or table name with hyphen (?i)INTO\s+([\w|\.|"]*\.)*"(\w+)"\s*\(
Hi @sarath16933 thanks for reporting this issue.
Since you have found how to fix the bug, you are very welcome to send a PR to fix this.
What do you think? Can you do that?
{
"error": "unable to find table name"
}
I'm getting this response when making POST request to a db having hyphen in the db name. eg db name: "my-db".
GET, PUT, PATCH and DELETE are working fine.
The text was updated successfully, but these errors were encountered: