Skip to content
Advertisement

Jooq forced type not being applied to column

I’m trying to use jOOQ with a postgres db featuring tsvectors. I added this to my configuration file :

JavaScript

I’m trying to apply it to the ts_message_text column :

JavaScript

But I get :

JavaScript

Advertisement

Answer

There should be an additional log message further up:

JavaScript

It seems this message isn’t getting printed in jOOQ 3.15.3 in your particular case, though… Seems to be a logging bug.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement