Hello,

I want to take advantage of generating jOOQ code using LiquibaseDatabase 
and an H2 in memory database.

I manage to make all our liquibase changesets pass with H2. They were 
generated with an Oracle Database. Had some issues but it's ok now :)

But the type rewriting we used doesn't work anymore.

This was the original configuration.
<forcedTypes>
<forcedType>
<userType>java.lang.Boolean</userType>
<converter>com.packages.ByteToBooleanConverter</converter>
<name>BOOLEAN</name>
<expression>.*</expression>
<types>NUMBER\(1,\s*0\)</types>
</forcedType>
</forcedTypes>

Basically we were converting NUMBER(1, 0) to java Boolean.
So now I got Byte instead of Boolean, I tried a lot of different 
configurations without success.

Do you have any clue ?

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/bd8cb99c-a522-4d43-97ea-6214272a4cd6n%40googlegroups.com.

Reply via email to