manticore-projects / H2MigrationTool

A software tool for migration of an old H2 database into a new H2 database format automatically.
https://manticore-projects.com/H2MigrationTool/index.html
GNU General Public License v3.0
34 stars 3 forks source link

add 1.3.174 driver #18

Closed glaplace closed 5 months ago

glaplace commented 5 months ago

Hello,

This PR to add the "driver" 1.3.174.

It is old, but, in my case useful.

Thanks

manticore-projects commented 5 months ago

Thank you again. Please also be aware that any more drivers can be added dynamically when using the Tool: just click on the PLUS button right beside the list of drivers.

glaplace commented 5 months ago

My goal is to use H2MigrationTool in an automated process and having the right version already included is easier ;)

thanks a lot.

manticore-projects commented 5 months ago

I get it. For this purpose you can use the CLI tool and it also allows for an option to specific a folder holding the additional H2 JARs. Just in case.

Cheers