Kaynağa Gözat

[php] this should be enough

frabbit 10 yıl önce
ebeveyn
işleme
34f732af56
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      std/php/db/PDO.hx

+ 1 - 1
std/php/db/PDO.hx

@@ -232,7 +232,7 @@ private class PHPNativeStrategy extends TypeStrategy {
 				return "bool";
 			case "int", "int24", "int32", "long", "longlong", "short":
 				return "int";
-			case _ if (pdo_type == pdo_type_str):
+			case "blob" if (pdo_type == pdo_type_str):
 			 	return "string";
 			case "blob":
 				return "blob";