← Back to team overview

dhis2-devs team mailing list archive

Re: dhis lite

 

>
>>
>> I was looking at that link you posted re the H2 dialect bug.  It looks
>> like it is concerned with Bit and Boolean types.  Do we use any of
>> these in our schema?
>>
>
> Yes. But I will have a closer look at H2.
>
>

I have comitted the patched H2Dialect class to the dhis-support-hibernate
project in DHIS 2 and modified the jdbc management slightly, enable it by
setting the hibernate.dialect property to "org.hisp.dhis.dialect.H2Dialect".
Even if it needs more testing, it looks better and the problems I
experienced previously are gone:)

References