Compiler: take into account the "is_null_allowed" flag for blobs

SVN:trunk[2363]
This commit is contained in:
Romain Quetiez
2012-10-25 14:36:06 +00:00
parent cae32294a1
commit d73405d1f4

View File

@@ -696,6 +696,7 @@ EOF;
}
elseif ($sAttType == 'AttributeBlob')
{
$aParameters['is_null_allowed'] = $this->GetPropBoolean($oField, 'is_null_allowed', false);
$aParameters['depends_on'] = $sDependencies;
}
elseif ($sAttType == 'AttributeStopWatch')