forked from extern/egroupware
bytea is the blob-equivalent in PostgreSQL
This commit is contained in:
parent
907f3575ce
commit
1c8e2629c5
@ -42,7 +42,7 @@
|
|||||||
$sTranslated = 'int4';
|
$sTranslated = 'int4';
|
||||||
break;
|
break;
|
||||||
case 'blob':
|
case 'blob':
|
||||||
$sTranslated = 'text';
|
$sTranslated = 'bytea';
|
||||||
break;
|
break;
|
||||||
case 'char':
|
case 'char':
|
||||||
if($iPrecision > 0 && $iPrecision < 256)
|
if($iPrecision > 0 && $iPrecision < 256)
|
||||||
|
Loading…
Reference in New Issue
Block a user