From: Tuukka Lehtonen Date: Fri, 7 Oct 2016 14:19:48 +0000 (+0300) Subject: Platform startup now reads the used database driver from /db.ini X-Git-Tag: v1.25.0~73 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=27d90ffb0fb9b2ed86be12c5444ad2a71a8c81d9;hp=27d90ffb0fb9b2ed86be12c5444ad2a71a8c81d9;p=simantics%2Fplatform.git Platform startup now reads the used database driver from /db.ini Previously it was possible to use the wrong database driver for a workspace if the default driver was changed in the code. Now, SimanticsPlatform.setupDatabase will read the database driver used for the opened workspace from an ini file /db.ini. If the file does not exist, it will write it with the following data: [driver] id = refs #6747 Change-Id: Ie304b480095657e25e694a81cdd5085a4d2c17e9 ---