spring-session icon indicating copy to clipboard operation
spring-session copied to clipboard

#3299 fix jdbc session special characters problem

Open mindhaq opened this issue 1 year ago • 0 comments

This fixes #3299, which prevents having session attributes with special characters to be stored in a JSONB column as JSON by using a different insertion method for the JSON blob stream.

See also the documentation of convert_from method.

mindhaq avatar Jan 07 '25 19:01 mindhaq