-
Improvement
-
Resolution: Invalid
-
Major
-
None
-
None
-
None
Currenlty, when using the DataSourceExtensionPoint, we're provided with a DataSource which was previously created, and we don't have any access to the creation process.
It would be interesting to have the possibility to provide JDBC driver properties (maybe depending on the DBMS type) when defining a DataSourceExtensionPoint extension.
Driver-specific properties should be passed as parameters on the driver URL configuration, like jdbc:mysql://host/database?property=value&property2=value2