Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 261368 - DiscriminatorType.INTEGER is ignored on DiscriminatorColumn which causes postgresql 8.3 error

https://bugs.eclipse.org/bugs/show_bug.cgi?id=261368

Testing added by making org.eclipse.persistence.jpa.models.inheritance.Person and its subclasses use an Integer discriminator. Tested on Oracle and PostGreSQL.

Ran JPA LRG - fix only affects JPA initialization code and JPA testing

Reviewed by Guy Pelletier


Back to the top