Description
The problem is with JSON fields. By default we are using binary encoding. But JDBC driver doesn't support it well. So we need to ask users to set setting to return JSON as string.
However there is a problem with settings on read-only profiles.
What should be done:
- Test settings with read-only profiles
- Implement solution