Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle empty SQL array values in DashboardDrawerRowMapper
- Return an empty list if SQL array is null. - Check for single empty value in SQL array and return an empty list. - Convert valid SQL arrays to Java lists properly.
- Loading branch information