Explorar o código

added DData support

Nicolas Cannasse %!s(int64=13) %!d(string=hai) anos
pai
achega
82c92c62f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/sys/db/TableCreate.hx

+ 1 - 1
std/sys/db/TableCreate.hx

@@ -55,7 +55,7 @@ class TableCreate {
 		case DSmallText: "TEXT";
 		case DText, DSerialized: "MEDIUMTEXT";
 		case DSmallBinary: "BLOB";
-		case DBinary, DNekoSerialized: "MEDIUMBLOB";
+		case DBinary, DNekoSerialized, DData: "MEDIUMBLOB";
 		case DLongBinary: "LONGBLOB";
 		case DBigInt: "BIGINT";
 		case DBigId: "BIGINT "+autoInc(dbName);