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

fix illegal characters allowed in SQL server for table names but not in typescript #72

Merged
merged 2 commits into from
May 19, 2021

Conversation

saostad
Copy link
Contributor

@saostad saostad commented May 13, 2021

Closes #71 in SharedTasks.ts file removed illegal characters allowed in SQL server but not in typescript by using library "change-case" to take care of camecase and pascalcase converts and also removed any number from the beginning of the string.

@saostad saostad changed the title [issues#71] illegal characters allowed in SQL server for table names but not in typescript Closes #71 illegal characters allowed in SQL server for table names but not in typescript May 13, 2021
@saostad saostad changed the title Closes #71 illegal characters allowed in SQL server for table names but not in typescript fix illegal characters allowed in SQL server for table names but not in typescript May 13, 2021
@rmp135 rmp135 merged commit 1450c8e into rmp135:master May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] illegal characters allowed in SQL server for table names but not in typescript
2 participants