Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] EclipseLink 2.4 @Array Problem.

What error do you get?

If your JDBC driver supports the JDBC Array API it should work, check if you
have the latest JDBC driver.

Otherwise you may be able to customize your PostgreSQLPlatform (subclass) to
get it to work.

The Array support has been tested on Oracle, but not Postgres, please log a
bug to have it tested on Postgres.



--
View this message in context: http://eclipse.1072660.n5.nabble.com/EclipseLink-2-4-Array-Problem-tp154318p154356.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


Back to the top