File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/fbjava-impl/src/main/java/org/firebirdsql/fbjava/impl Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ static void databaseOpened() throws SQLException
90
90
" on pg.id = pgg.permission_group\n " +
91
91
" join permission p\n " +
92
92
" on p.permission_group = pg.id\n " +
93
- " where cast(? as varchar(1024)) similar to pgg.database_pattern escape '\\ ' and\n " +
93
+ " where cast(? as varchar(1024)) similar to pgg.database_pattern escape '| ' and\n " +
94
94
" ((pgg.grantee_type = 'USER' and\n " +
95
- " cast(? as varchar(512)) similar to pgg.grantee_pattern escape '\\ ') or\n " +
95
+ " cast(? as varchar(512)) similar to pgg.grantee_pattern escape '| ') or\n " +
96
96
" (pgg.grantee_type = 'ROLE' and\n " +
97
- " cast(? as varchar(512)) similar to pgg.grantee_pattern escape '\\ '))" );
97
+ " cast(? as varchar(512)) similar to pgg.grantee_pattern escape '| '))" );
98
98
}
99
99
}
100
100
}
You can’t perform that action at this time.
0 commit comments