Browse Source

wrong class, already in sys.db

Nicolas Cannasse 12 years ago
parent
commit
6db6b50dd6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      std/php/db/Mysql.hx

+ 0 - 2
std/php/db/Mysql.hx

@@ -133,8 +133,6 @@ private class MysqlResultSet implements ResultSet {
 				return untyped __call__("floatval", v);
 			case "datetime", "date":
 				return Date.fromString(v);
-			case "blob":
-				return haxe.io.Bytes.ofData(v);
 			default:
 				return v;
 		}