rabin 1 year ago
parent
commit
633e384b14
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/Dever/Sql.php

+ 3 - 0
src/Dever/Sql.php

@@ -246,6 +246,9 @@ class Sql
             }
             $x = '"';
             $p = "'".$v."'";
+            if (strpos($e,'in') !== false) {
+                $e = '=';
+            }
         }
         $k = $x.$k.$x;
         if (strpos($e,'in') !== false) {