I was opening the analysis_server project, which is part of Dart SDK, using IntelliJ, with Flutter plugin enabled (but no Flutter SDK defined), since it is a Dart ...
I have an Entity with a field of type String[], mapped to a PostgreSQL database with a text[] column. With Spring Data JDBC (Spring Boot 3.3.1), when using JdbcAggregateOperations.findAll API (or ...