Skip to content

Support for alternative DB drivers #13

@mszabo-wikia

Description

@mszabo-wikia

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions