dinky
dinky copied to clipboard
[Fix-4514][metadata] Adding type to DriverPool's key
- Adding type to DriverPool's key
Purpose of the pull request
Fix-4514: [Bug] [metadata] DriverPool key needs to include a type to distinguish the JDBC connector types.
Brief change log
- Add type to org.dinky.metadata.driver.Driver.java#build
- Add type to org.dinky.controller.DataSourceController.java#saveOrUpdateDataBase
Verify this pull request
This pull request is code cleanup without any test coverage.
The data source name is unique.
The data source name is unique.
It is possible to ensure uniqueness when constructing the "name", or objects with the same physical connection can be reused.
https://github.com/DataLinkDC/dinky/pull/4523