Login  Register

SQL problem postgresql

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

SQL problem postgresql

BJ Freeman
6819 posts
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