Truncation error when creating table with column containing struct with many fields

2010-04-06 Thread Dilip Joseph
Hello, I got the following error when creating a table with a column that has an ARRAY of STRUCTS with many fields. It appears that there is a 128 character limit on the column definition. FAILED: Error in metadata: javax.jdo.JDODataStoreException: Add request failed : INSERT INTO COLUMNS

Re: Truncation error when creating table with column containing struct with many fields

2010-04-06 Thread Zheng Shao
That change should be fine. Zheng On Tue, Apr 6, 2010 at 5:16 PM, Dilip Joseph dilip.antony.jos...@gmail.com wrote: Hello, I got the following error when creating a table with a column that has an ARRAY of STRUCTS with many fields.  It appears that there is a 128 character limit on the