conditional insert permission grant (so far just exactly 1 unique for each table) #48

Merged
hsh-michaelhoennig merged 4 commits from conditional-insert-permission into master 2024-04-23 10:42:25 +02:00
Showing only changes of commit b933ca5203 - Show all commits

View File

@ -898,7 +898,7 @@ public class RbacView {
return entityClass == null; return entityClass == null;
} }
@Override @NotNull
public SQL fetchSql() { public SQL fetchSql() {
if (fetchSql == null) { if (fetchSql == null) {
return SQL.noop(); return SQL.noop();