This commit is contained in:
Robin Appelman 2013-07-22 17:41:33 +02:00
parent b073a34e77
commit 499a01f179
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class OC_DB_MDB2SchemaReader {
$type = 'bigint'; $type = 'bigint';
} }
} }
if ($type == 'boolean' && isset($options['default'])){ if ($type === 'boolean' && isset($options['default'])){
$options['default'] = self::asBool($options['default']); $options['default'] = self::asBool($options['default']);
} }
if (!empty($options['autoincrement']) if (!empty($options['autoincrement'])