Hello,
When the definition of a field in an Oracle table includes a default text value, the generator retains the apostrophes. So, for a field length of 1 the generator sets a default value of 3 characters. We have to remove the apostrophes manually for all fields with a default value. The generator should remove these apostrophes.
Table definition:
CREATE TABLE SCRAMBLE.JFB_TEST_PUBLISH_SQL
(
APOSTROPHE VARCHAR2(260 CHAR),
DEFAUT CHAR(1 BYTE) DEFAULT 'E' NOT NULL
)
Release : 4.9
Component : CA Test Data Manager
The fixed binary is available at TDMWeb-4.9.68.0.zip. Please contact Braodcom Support for this version or later.