Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Some generated queries fail in PostgreSQL with pgjdbc-ng driver

On Tuesday 27. August 2013 at 14:39:18, Tom Ware <tom.ware@xxxxxxxxxx> wrote:
Assuming I understand the problem, you should be able to deal with this issue using our "shouldBindLiterals" setting in your database platform.

In a SessionCustomizer, you should be able to access the databasePlatform and call setShouldBindLiterals(false).
 
Works great, thanks!
 
--
Andreas Joseph Krogh <andreak@xxxxxxxxxxxx>      mob: +47 909 56 963
Senior Software Developer / CTO - OfficeNet AS - http://www.officenet.no
Public key: http://home.officenet.no/~andreak/public_key.asc
 

Back to the top