improvements in order of columns in new tables, quotes in privileges,… #62
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
… comparison of improved views, list of executed changes, among others.
Good day, eulerto.
With all the respect they deserve, I present some improvements, which can solve some open issues.
The order of the columns when a table is completely new:
make the change on table.c, in the queries that bring the columns but with the non-alphabetical numerical order that was previously.
In some databases, the groups type them with uppercase letters at the beginning, for example Admin, but these types of arguments are not recognized, therefore enclosing them in inverted commas leaving this way:
GRANT INSERT, SELECT, UPDATE, DELETE, TRUNCATE, REFERENCES, TRIGGER ON TABLE schema.table TO "Administration";
Modify both the process of materialized views, such as the views, so that it detects changes within the body of the views, modifications if within the body of the view they add or enrich the query.
I took the audacity to modify printSummary (), adding the objects that were pending display.