generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postgresql_privs: fix schema quoting (#382)
* postgresql_privs: fix schema quoting * add changelog fragment * postgresql_privs: add integration test for schema names with '.' or '"' * postgresql_privs: extend integration test to check if permissions on tables in schemas with names that need to be quoted are set correctly * postgresql_privs: fix integration test syntax * postgresql_privs: fix integration test syntax * postgresql_privs: fix integration test syntax Co-authored-by: Felix Hamme <felix.hamme@ionos.com>
- Loading branch information
1 parent
70b915a
commit 3ddff9c
Showing
4 changed files
with
117 additions
and
7 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
changelogs/fragments/382-postgresql_privs_fix_schemas_with_special_names.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bugfixes: | ||
- postgresql_privs - fix quoting of the ``schema`` parameter in SQL statements (https://github.com/ansible-collections/community.postgresql/pull/382). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters