fixed encoding of blob columns for all DB's

This commit is contained in:
Ralf Becker 2004-09-18 15:16:10 +00:00
parent 0cbb4fdb71
commit 1e9fbcc070

View File

@ -964,9 +964,8 @@
return "'" . $this->Link_ID->BlobEncode($value) . "'";
case 'I':
return $this->Link_ID->BlobEncode($value);
default:
break; // handled like strings
}
break; // handled like strings
case 'date':
return $this->Link_ID->DBDate($value);
case 'timestamp':