mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:49:10 +01:00
reworked infolog so-layer to use new db-functions to allow updates under MaxDB
This commit is contained in:
parent
bd15c88efb
commit
7cc7965eea
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user