spring-data-r2dbc icon indicating copy to clipboard operation
spring-data-r2dbc copied to clipboard

Add support for Json functions.

Open chinamcafee opened this issue 4 years ago • 1 comments

There is a json array field in mysql table, which name is "permissions",I can't use Criteria.where("permissions").in(value) to get results.

I also need dynamic SQL,so use @Modifying @Query("UPDATE person SET firstname = :firstname where lastname = :lastname") cannot satisfied my problem.

Is there any way to have both dynamic SQL ability and JSON_CONTAINS function support when I use spring-data-r2dbc?

chinamcafee avatar Nov 06 '21 10:11 chinamcafee

Related: https://github.com/spring-projects/spring-data-jdbc/issues/509

schauder avatar Nov 08 '21 14:11 schauder