You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by BJ Freeman <bj...@free-man.net> on 2007/10/09 14:36:00 UTC

SQL problem postgresql

Ok track down the problem with profileview
Some thing changed in the SQL portion that
changes the way the SQL is generate for the database.
It might be
svn commit: r575396 - in /ofbiz/trunk/framework: entity/ entity/config/
entity/dtd/ entity/src/org/ofbiz/entity/config/
entity/src/org/ofbiz/entity/connection/
entity/src/org/ofbiz/entity/jdbc/
entity/src/org/ofbiz/entity/transaction/ geronimo/src/org/...

findByAnd ( "PartyNoteView" , UtilMisc .toMap ( "targetPartyId" ,
partyId ) , UtilMisc .toList ( "-noteDateTime" ) )
.toMap ( "targetPartyId" , partyId ) in the bsh gets changed to
PN.PARTY_ID AS TARGET_PARTY_ID
for the DB