Explorar o código

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2363 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=12) %!d(string=hai) anos
pai
achega
6acb871c96
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      setup/compiler.class.inc.php

+ 1 - 0
setup/compiler.class.inc.php

@@ -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')