We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc1fb5 commit 6d6ec65Copy full SHA for 6d6ec65
source/src/main/java/org/cerberus/core/crud/dao/impl/ApplicationDAO.java
@@ -63,7 +63,7 @@ public class ApplicationDAO implements IApplicationDAO {
63
64
private final DatabaseSpring databaseSpring;
65
private static final Logger LOG = LogManager.getLogger(ApplicationDAO.class);
66
- private static final String OBJECT_NAME = "Application";
+ private static final String OBJECT_NAME = "application";
67
private static final String SQL_DUPLICATED_CODE = "23000";
68
private static final int MAX_ROW_SELECTED = 100000;
69
0 commit comments