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?

On Fri, Feb 15, 2013 at 7:02 AM, Tom Ware <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.appendFromClauseForInformixOuterJoin()

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

Back to the top