ComDiagsArea and Error handling in Trafodion SQL - Guideline for Trafodion developers

2018-03-13 Thread Selva Govindarajan
ComDiagsArea is a class containing errors and warnings encountered during SQL compilation or execution. This object is passed around between SQL processes and finally displayed by the end user application. ComDiagsArea is populated and handled in many ways. 1. Caller allocates the

Trafodion master rh6 Daily Test Result - 381 - Fixed

2018-03-13 Thread steve . varnau
Daily Automated Testing master rh6 Jenkins Job: https://jenkins.esgyn.com/job/Check-Daily-master-rh6/381/ Archived Logs: http://traf-testlogs.esgyn.com/Daily-master/381 Bld Downloads: http://traf-builds.esgyn.com Changes since previous daily build: [wenjun.zhu] Remove redundant statement

RE: How and where the ElemDDLColDefault is converted into ElemDDLColDef ?

2018-03-13 Thread Liu, Ming (Ming)
Thanks Anoop, That is the method I am looking for, this helps a lot! I agree with you, let me debug it and try to find the best way to do the semantics checking. Trafodion never did semantics checking in the parser? It is much easier in my case, but let me follow the standard :-) Thanks,