-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Milestone
Description
Hello. First of all, thank you for your awesome plugin, it's of great help when it comes to DAO layer integration testing (as you described in the use cases).
However a shortcoming of the H2 database system is its limited support for RDBMS specific syntaxes like MySQL's INSERT ... ON DUPLICATE KEY UPDATE, so it is not possible to use these useful features in applications if H2 is used to test it. Alternative in-memory databases such as HSQLDB are better off in that regard.
As such, it might be desirable to provide a way for developers to use a different DB driver to power the test rule. Do you think this would be feasible, or would this be out of scope for this project?
Metadata
Metadata
Assignees
Labels
No labels