code:open-source:hse-db:upgrade
98 Upgrade Instructions
>= v4.0
-
All HSE Core Libraries moved to
vi.lib
. Any dependencies need to be relinked manually by removing any hse-libraries from the project and pointing towards the VIs invi.lib
. -
>= v3.1.0
All database functionality was removed from hse-libraries. The
DB_Connector
DQMH Module and database engines will be maintained in the new repositoryhse-db
. For database functionality download the latest release from the hse-db releases page. </WRAP>
>= v3.0.1
>= v2.7.x
-
minimum LabVIEW version required: 2016
-
All modules should be successfully validated with DQMH 5.0
-
The VI
/Source/hse-ui/GUI/Subpanel%20-%20Load%20VI.vi
will support DQMH >=5.0 only!
The DB_connector.ini config file needs adb_interface
definition-
db-interface=“DB-MySQL”
>= v1.2.0
The
Init Interface
methods of the DB-Engines have been updated to use our new configuration class. Make sure to useLibraries\hse-libraries\Source\hse-configuration\config-ini
instead of the old one (Libraries\hse-libraries\Source\hse-configuration\hse-config-ini
).>= v1.0.0
DB_CONNECTOR.ini
doesn't need any longer a definition ofdb-interface
. Instead, when loading the Module a concrete class has to be passed in to inject this dependency.code/open-source/hse-db/upgrade.txt · Last modified: 2024/07/10 09:23 by matthias.mueller
-
-