| Commit | Date | |
|---|---|---|
|
[r6329]
by
prudhvireddy
Changed validateGrid logic to verify if mandatory column has a value by checking the record instead of using cell textContent. 'textContent' is not supported by IE. |
2012-08-30 22:47:00 | Tree |
|
[r6328]
by
tutasrinivas
checkin on behalf of mahesh : added jvm argument to specify max perm size while generating jaffa-rules-generated-aop.xml to avoid OutOfMemory issues during build. |
2012-08-29 23:16:17 | Tree |
| 2012-08-28 23:53:35 | Tree | |
|
[r6326]
by
saravanan1181
Added episode parameter in md.xjc macrodef to generate the specified episode file for separate compilation.This is an optional parameter.JAXB episodes are intended to solve |
2012-08-28 22:54:38 | Tree |
| 2012-08-27 23:39:35 | Tree | |
|
[r6324]
by
tutasrinivas
Updated JUnit Tests with TestCases to test the enhancement to support aggregates within atomic criteria. Following TestCases are added and updated Wrapper class to create dataset for new Testcases 1. testAtomicInnerJoinQuery |
2012-08-26 20:41:32 | Tree |
|
[r6323]
by
tutasrinivas
Enhanced to support aggregates within atomic criteria. A query such as follows now can be built with the sample code below. SELECT ITEMS.* FROM ITEMS,PARTS T1,CONDITIONS T2 WHERE (((((ITEMS.PART LIKE 'ZP1%') OR (ITEMS.SEGREGATION_CODE LIKE 'ZC1%')) AND T1.PART = ITEMS.PART AND (T1.CAGE LIKE 'Z-TESTNOUN%'))) OR ((((ITEMS.PART LIKE 'ZCP1%') OR (ITEMS.CAGE LIKE 'ZCC1%')) AND T2.CONDITION_CODE = ITEMS.CONDITION_CODE))) ORDER BY ITEMS.ITEM_ID ASC Criteria c1 = new Criteria(); AtomicCriteria ac2 = new AtomicCriteria(); AtomicCriteria mac2 = new AtomicCriteria(); Criteria c2 = new Criteria(); AtomicCriteria ac1 = new AtomicCriteria(); AtomicCriteria mac1 = new AtomicCriteria(); AtomicCriteria ac = new AtomicCriteria(); Criteria c = new Criteria(); |
2012-08-26 20:39:42 | Tree |
| 2012-08-24 18:44:38 | Tree | |
| 2012-08-23 22:54:19 | Tree | |
|
[r6320]
by
prudhvireddy
Created MultiRowUpdate plugin to support batch update of multiple rows on the grid |
2012-08-23 17:28:57 | Tree |