Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Server/src/org/litesoft/sql/SQL_OR_Helper.java

Diff revisions: vs.
  @@ -48,7 +48,9 @@
48 48 for ( AttributeAccessorSCD zSCD : pMetaDataForPO.getPersistingAccessorSCDs() )
49 49 {
50 50 if ( pProcessor.process( pSB, zPrefix, zSCD ) )
51 + {
51 52 zPrefix = ", ";
53 + }
52 54 }
53 55 return pSB.toString();
54 56 }