-
Notifications
You must be signed in to change notification settings - Fork 268
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
Modified library and console application: Added ability to add or re… #239
base: master
Are you sure you want to change the base?
Conversation
…ove brackets around names (schemas, tables, columns, aliases, etc.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggested changes to keep the Command Line reformatter help text correct.
@@ -120,6 +120,9 @@ | |||
<data name="UnrecognizedArgumentsErrorMessage" xml:space="preserve"> | |||
<value>Hemos encontrado argumentos no reconocidos!</value> | |||
</data> | |||
<data name="InvalidBracketsAroundNamesCombination" xml:space="preserve"> | |||
<value>InvalidBracketsAroundNamesCombination!</value> | |||
</data> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to also add after Line 186:
ab addBracketsAroundNames (predeterminado: falso)
rb removeBracketsAroundNames (predeterminado: falso)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made requested pull request changes.
Co-Authored-By: AeroXuk <[email protected]>
Co-Authored-By: AeroXuk <[email protected]>
…move brackets around names (schemas, tables, columns, aliases, etc.)
Example: -ab | -addBracketsAroundNames
Example: -rb | -removeBracketsAroundNames