-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add sqlite support #1770
base: main
Are you sure you want to change the base?
Add sqlite support #1770
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your suggestion. It would make sense to include an additional dialect. Can you also include the JDBC driver changes necessary in pom.xml
? We can look into test cases.
spring-data-r2dbc/src/main/java/org/springframework/data/r2dbc/dialect/DialectResolver.java
Outdated
Show resolved
Hide resolved
...relational/src/main/java/org/springframework/data/relational/core/dialect/SQLiteDialect.java
Outdated
Show resolved
Hide resolved
...relational/src/main/java/org/springframework/data/relational/core/dialect/SQLiteDialect.java
Outdated
Show resolved
Hide resolved
...relational/src/main/java/org/springframework/data/relational/core/dialect/SQLiteDialect.java
Outdated
Show resolved
Hide resolved
...relational/src/main/java/org/springframework/data/relational/core/dialect/SQLiteDialect.java
Outdated
Show resolved
Hide resolved
We discussed this effort as a team and concluded two things:
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 |
Any update on the subject ? |
I wanted to contribute with an SQL dialect for the project. I have tested it on my system and it works.