Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Allow StringCodec registration for CITEXT usage #551

Copy link
Copy link
@tobq

Description

@tobq
Issue body actions

Bug Report

select 'text'::citext = :param fails when :param is set to (String) "TEST".

This seems to be an issue with the driver explicitly setting the type of the string parameter - as noted here: https://stackoverflow.com/a/23721681/7759514

For hibernate, this can be fixed using the properties: spring.datasource.hikari.data-source-properties.stringtype=unspecified / spring.datasource.tomcat.connection-properties.stringtype=unspecified
However these properties seem to have no effect with r2dbc

Versions

  • Driver: 0.8.10.RELEASE
  • Database: postgres 14
  • Java: 17

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.