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
9090 " on pg.id = pgg.permission_group\n " +
9191 " join permission p\n " +
9292 " 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 " +
9494 " ((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 " +
9696 " (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 '| '))" );
9898 }
9999 }
100100 }
You can’t perform that action at this time.
0 commit comments