Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to JDBC module ability to set up a testing H2 database with the specific dialect #668

Open
zaleslaw opened this issue Apr 18, 2024 · 0 comments
Assignees
Labels
databases documentation Improvements or additions to documentation (not KDocs) enhancement New feature or request tests Something related to the JUnit tests, integration tests or testing infrastructure
Milestone

Comments

@zaleslaw
Copy link
Collaborator

zaleslaw commented Apr 18, 2024

The existing API proposes a strict and not flexible approach to defining the type of the database via parsing URL in DatabaseConfiguration, it makes impossible to use H2 for the testing capabilities

It also related to the task making the approach of new source registration possible via the API

The solving of this task highly likely involves the documentation changes for KDF library and the full Kotlin site

@zaleslaw zaleslaw changed the title Add to jdbc module ability to set up a testing H2 database with the specific dialect Add to JDBC module ability to set up a testing H2 database with the specific dialect Apr 18, 2024
@zaleslaw zaleslaw added the enhancement New feature or request label Apr 18, 2024
@zaleslaw zaleslaw self-assigned this Apr 18, 2024
@zaleslaw zaleslaw added this to the 0.14.0 milestone Apr 18, 2024
@zaleslaw zaleslaw added tests Something related to the JUnit tests, integration tests or testing infrastructure documentation Improvements or additions to documentation (not KDocs) labels Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
databases documentation Improvements or additions to documentation (not KDocs) enhancement New feature or request tests Something related to the JUnit tests, integration tests or testing infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant