feat: reproduced the uppercase grants of column names with reserved keywords#247
Conversation
2591e13 to
99d3369
Compare
d31d880 to
1976bb5
Compare
254eb0f to
1329bc5
Compare
…olumn names cause permission error because by default collation in column names is binary; (2) added case-insensitive comparison for permissions
6338e4b to
c32b898
Compare
|
@petoju all tests passed; I made case-insensitive comparison for grants and removed conversion of grants to uppercase because it gave access denied for binary collation; I also added a test for SELECT and column-level grants to illustrate the issue; this test passes. |
|
@maximmasiutin thanks! However, for some reason, SHASUM check is failing and I'm going on vacation. I message terraform-registry few days ago and I have no idea, what's wrong there... I'll try more debugging and hopefully find some issue. |
|
Ah, so this time, the sync has worked - now, 3.0.84 is released with your changes. |
|
Thank you very much! I run |
Reproduces #246