Community
Participate
Working Groups
Build Identifier: 20110923 XML data type in DB2 Express will not be converted anything through new record wizard in EDT, which will lead to compiling errors in generated egl records file. Reproducible: Always Steps to Reproduce: 1. Install DB2 express and its sample DB. 2. New an EGL project. 3. Try to convert all the tables in sample DB to EGL records file. Actual results: The XML data type in tables could not be generated into egl, nothing will be generated at here.
Created attachment 203981 [details] xml data type error
since dbchar is not supported, fix it in the future
Currently Mapping Db2 XML data type to EGL string since EGL does not support XML type. EGLSQLRetrieveUtility
Changing the target from Future to 070 Final. This problem is fixed for now, within the restrictions of 0.7.0 functionality. Support for additional datatypes will be tracked in separate work items for 1.0.
Please verify it using tomorrow's build
I verified in build of 20111023, but the issue is still exist. Please refer to screenshot.
Created attachment 205776 [details] screenshot
EGLSQLRetrieveUtility DataToolsSqlColumnTemplate DataToolsSqlTableTemplate -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx1024m -XX:MaxPermSize=256M -XX:MaxPermSize=256m
Worked with Thomas to investigate the problem, the bug is caused by his environment, so fix it
Verified in build of 20111031