razu
razu
Please do not forget to add also `parseHtmlHexadecimalToUnicode` for consistency. Thanks
Yes, I use default JDBC PostgreSQL schema Default provided schema for PostgreSQL in `1.2.0-M2` looks like this: ```sql CREATE TABLE IF NOT EXISTS event_publication ( id UUID NOT NULL, listener_id...
GIN, GIST index types are dedicated for column types like `tsvector`, it is won't create for `text` column type
I attach simple project to reproduce [datajdbc.tar.gz](https://github.com/spring-projects/spring-data-relational/files/14077282/datajdbc.tar.gz)