You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use and test data JDBC but for local development I use SQLite, and before I used spring data JPA that has a support by Hibernate but hibernate use a custom dialect implementation that is not compatible with spring data JDBC so my question is why is a famous database technology like SQLite not supported by Spring?
I am open to implement a dialect and make a pull request to contribute to the development but before doing so I would like to ask if there is already work going on in this direction?
The text was updated successfully, but these errors were encountered:
I would like to use and test data JDBC but for local development I use SQLite, and before I used spring data JPA that has a support by Hibernate but hibernate use a custom dialect implementation that is not compatible with spring data JDBC so my question is why is a famous database technology like SQLite not supported by Spring?
I am open to implement a dialect and make a pull request to contribute to the development but before doing so I would like to ask if there is already work going on in this direction?
The text was updated successfully, but these errors were encountered: