spring-projects / spring-data-relational

Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.
https://spring.io/projects/spring-data-jdbc
Apache License 2.0
764 stars 344 forks source link

Add sqlite support #1770

Open rudolfschmidt opened 5 months ago

rudolfschmidt commented 5 months ago

I wanted to contribute with an SQL dialect for the project. I have tested it on my system and it works.

mp911de commented 5 months ago

We discussed this effort as a team and concluded two things:

  1. Right now, we're the sole maintainers of each contributed dialect including chasing for bugfixes and dialect-specific enhancements.
  2. We would like to find a model that allows community-driven dialect contribution in a way that enables developers to test their features against our test specifications. For this to happen, we need to rework our tests first.

Once the second item is addressed we can look for a way to integrate the dialect.

For the time being, if you keep the code on your project, you can use the DialectResolver extension mechanism to configure the JdbcDialectProvider extension point via spring.factories.