reworked infolog so-layer to use new db-functions to allow updates under MaxDB

This commit is contained in:
Ralf Becker 2004-09-19 16:26:08 +00:00
parent bd15c88efb
commit 7cc7965eea

View File

@ -517,9 +517,6 @@
$columns = array('info_from','info_subject','info_extra_value'); $columns = array('info_from','info_subject','info_extra_value');
switch($this->db->Type) switch($this->db->Type)
{ {
case 'mssql':
$columns[] = 'CAST(info_des AS varchar)';
break;
case 'sapdb': case 'sapdb':
case 'maxdb': case 'maxdb':
// at the moment MaxDB 7.5 cant cast nor search text columns, it's suppost to change in 7.6 // at the moment MaxDB 7.5 cant cast nor search text columns, it's suppost to change in 7.6