File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/simplesql/simplesql/config Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 defaultConfig {
88 minSdkVersion 11
99 targetSdkVersion 29
10- versionCode 21
11- versionName " 1.0.20 "
10+ versionCode 22
11+ versionName " 1.0.21 "
1212
1313 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1414 consumerProguardFiles ' consumer-rules.pro'
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ public Select like() {
247247 public List execute () {
248248 SQLiteDatabase read = helperBD .getReadableDatabase ();
249249 if (functionParameter ) {
250- if (columnFunction == null || columnFunction .equals ("" ))
250+ if (fields [ 0 ] == null || fields [ 0 ] .equals ("" ))
251251 columnFunction = "*" ;
252252 SQLString = SQLString .replace (KEY_FUNCTION_PARAMETER , fields [0 ]);
253253 }
You can’t perform that action at this time.
0 commit comments