View Revisions: Issue #4159

Summary 0004159: INTERBASE Length of ROW_DATA and OLD_DATA are now only varchar(3840) !!
Revision 2019-11-22 15:12 by pmarzullo
Description The Install Script For Interbase is wrong.

We need the maximum length for the Fields ROW_DATA and OLD_DATA in SYM_DATA TABLE So with interbase it's 4096
But with your correction on issue 0003362 all the big VARCHAR fields are now only 3840.

Be Carefull only "ROW_DATA" AND "OLD_DATA" need varchar(4096) !

Revision 2019-11-22 12:16 by gilles.riand
Description The Install Script For Interbase is wrong.

We need the maximum length for the Fields ROW_DATA and OLD_DATA in SYM_DATA TABLE So with interbase it's 4096
But with your correction on issue 0003362 all the big VARCHAR fields are now only 3840.

Be Carefull only "ROW_DATA" AND "OLD_DATA" need varchar(4096) !