We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 016f31a + b749e53 commit 440da17Copy full SHA for 440da17
1 file changed
APIJSONORM/src/main/java/apijson/orm/AbstractParser.java
@@ -520,7 +520,7 @@ public JSONObject parseResponse(JSONObject request) {
520
queryResultMap = new HashMap<String, Object>();
521
522
Exception error = null;
523
- sqlExecutor = createSQLExecutor();
+ sqlExecutor = getSQLExecutor();
524
onBegin();
525
try {
526
queryDepth = 0;
0 commit comments