Skip to content

Commit 5bdd1b0

Browse files
xeounxzxulpandzic
authored andcommitted
rollback code
1 parent 681704c commit 5bdd1b0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

infobip-spring-data-r2dbc-querydsl/src/main/java/com/infobip/spring/data/r2dbc/QuerydslParameterBinder.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ class QuerydslParameterBinder {
1919
}
2020

2121
private boolean resolve(SQLTemplates sqlTemplates) {
22-
return sqlTemplates instanceof MySQLTemplates;
22+
23+
if(sqlTemplates instanceof MySQLTemplates) {
24+
return true;
25+
}
26+
27+
return false;
2328
}
2429

2530
DatabaseClient.GenericExecuteSpec bind(DatabaseClient databaseClient, List<Object> bindings, String sql) {

0 commit comments

Comments
 (0)