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';
|
||||
break;
|
||||
case 'blob':
|
||||
$sTranslated = 'text';
|
||||
$sTranslated = 'bytea';
|
||||
break;
|
||||
case 'char':
|
||||
if($iPrecision > 0 && $iPrecision < 256)
|
||||
|
Loading…
Reference in New Issue
Block a user