Disable sqlite support until sqlite offer a way to create foreign keys
after table creation.
This commit is contained in:
parent
b00b0cd9f1
commit
39f9ddf7c5
@ -283,6 +283,8 @@ if (! empty($force_install_message))
|
||||
$class='DoliDB'.ucfirst($type);
|
||||
include_once($dir."/".$file);
|
||||
|
||||
if ($type == 'sqlite') continue; // We hide sqlite because support can't be complete unti sqlit does not manage foreign key creation after table creation
|
||||
|
||||
// Version min of database
|
||||
$versionbasemin=getStaticMember($class, 'versionmin');
|
||||
$note='('.getStaticMember($class, 'label').' >= '.versiontostring($versionbasemin).')';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user