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
org.springframework.dao.InvalidDataAccessResourceUsageException: Dialect org.springframework.data.r2dbc.dialect.SqlServerDialect does not support array columns
at org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy.getArrayValue(DefaultReactiveDataAccessStrategy.java:245) ~[spring-data-r2dbc-1.5.2.jar:1.5.2]
Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
The text was updated successfully, but these errors were encountered:
MSSQL supports JSON data
https://learn.microsoft.com/en-us/sql/relational-databases/json/json-data-sql-server?view=sql-server-ver16
db schema
When I try to use a json(array) field
I get the error
The text was updated successfully, but these errors were encountered: