Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Bug in native SQL produced for Informix platform?

If that is the case, it may be as simple as creating a subclass of InformixPlatform that overrides isInformixOuterJoin().

-Tom

On 15/02/2013 10:10 AM, Laird Nelson wrote:
On Fri, Feb 15, 2013 at 7:02 AM, Tom Ware <tom.ware@xxxxxxxxxx
<mailto:tom.ware@xxxxxxxxxx>> wrote:

    Informix has unique outer join requirements, so at the moment, the code that
    deals with it is both in the InformixPlatform and in the core code.  The
    best code to look at, unfortunately, is in
    org.eclipse.persistence.__internal.expressions.__SQLSelectStatement.__appendFromClauseForInformixOut__erJoin()


Thanks.  Modern versions of Informix, I thought, no longer had this requirement
(i.e. they support regular old ANSI OUTER JOIN syntax
(http://publib.boulder.ibm.com/infocenter/idshelp/v117/topic/com.ibm.sqls.doc/ids_sqs_1023.htm)).
  If this were true, is there a single override somewhere to inform EclipseLink
of this fact?  As in: Please behave like Informix in every other respect, but
use ANSI JOIN syntax?

Best,
Laird


--
http://about.me/lairdnelson


_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users



Back to the top