Keep only sqlite3 persistence as default.

To include mysql and other, uncomment related code in demo-safe.ecf and demo_cms_execution.
This commit is contained in:
2016-01-12 16:14:18 +01:00
parent 56b9355f3c
commit 67fbee737d
3 changed files with 12 additions and 15 deletions

View File

@@ -35,7 +35,7 @@ feature -- CMS storage
do
a_setup.storage_drivers.force (create {CMS_STORAGE_SQLITE3_BUILDER}.make, "sqlite3")
-- a_setup.storage_drivers.force (create {CMS_STORAGE_STORE_MYSQL_BUILDER}.make, "mysql")
a_setup.storage_drivers.force (create {CMS_STORAGE_STORE_ODBC_BUILDER}.make, "odbc")
-- a_setup.storage_drivers.force (create {CMS_STORAGE_STORE_ODBC_BUILDER}.make, "odbc")
end
feature -- CMS modules