This commit is contained in:
Laurent Indermuehle 2023-10-05 16:47:48 +02:00
parent baf947da4b
commit 7e2449813c
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -1090,7 +1090,7 @@ def main():
# TODO Release 4.0.0 : Remove this warning or change the message.
if not column_case_sensitive and "(" in str(priv):
module.warn("column_case_sensitive set to False, column's name will be uppercased")
if subtract_privs:
priv = None # avoid granting unwanted privileges
if detach_members: