users@glassfish.java.net

Re: jpql Query ignore case

From: Johnny Tolliver <jxt_at_ornl.gov>
Date: Thu, 1 May 2008 11:50:38 -0400 (EDT)

On Thu, 1 May 2008, Johnny Tolliver wrote:

> @Column(columnDefinition="COLLATE latin1_bin")
>
> might work. I'll try that. Any thoughts?

In case anyone else cares, the above works, except for (duh) a data type is
needed, as in

    @Column(columnDefinition="VARCHAR(30) COLLATE latin1_bin")

Johnny S. Tolliver
Oak Ridge National Laboratory
tolliverjs_at_ornl.gov, 865-574-1305