Skip to content

Commit

Permalink
Merge pull request #33 from nodece/master
Browse files Browse the repository at this point in the history
fix: set isFiltered to false
  • Loading branch information
hsluoyz committed Apr 19, 2021
2 parents e7ee2ab + 18000a7 commit b7e2d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/casbin/adapter/JDBCAdapter.java
Expand Up @@ -35,7 +35,7 @@
*/
public class JDBCAdapter extends JDBCBaseAdapter implements FilteredAdapter {

private boolean isFiltered = true;
private boolean isFiltered = false;

/**
* JDBCAdapter is the constructor for JDBCAdapter.
Expand Down

0 comments on commit b7e2d4c

Please sign in to comment.