@paul-griffith I don't know if it's an intended behaviour.
I've created 3 modes DB_MYSQL, DB_POSTGRES, DB_SQLSERVER
Initially I had 3 connections for various database flavour:
- bdref (mysql)
- bdref_postgres (postgres)
- bdref_sqlserver (sqlserver)
Initially I think it was not possible to override a connection and change the driver type...
But, if I create an override on bdref_postgres and I rename it "bdref" it seems to be ok ?
But is it supported ?
@Kevin.Herron as for database connection, can we have a device depending from the deployment mode ? device A in one mode is modbus but device A in another mode is Simulator ? (not a modbus with another settings)