Hello,          

repmcli catalogextract [as of  7.3.0 build 25 (win) and build 29 (linux), no 
other versions tested] appears not to extract the ddl in full. Especially, on 
columns that are primary key columns or on columns that have a default value,
catalogextract misses to add 'not null' although it had been specified when 
the table was created and is visible by 'select ... from columns'. 

I understand that a primary key column probably will never accept null values, 
but a column with default values might get null values by insert statements, 
so omitting 'not null' will not replicate the table in all detail.

repmcli dataextract does behave quite the same.

Anybody agree that the observed repmcli behaviour is kind of a bug?

Also the windows version build 25 does separate distinct statements with \r\n 
(as a C programmer would say), while newlines within statements are only 
represented by \n. I guess this is not a bug, as long as repmcli does not 
choke on getting its own output fed.

Peter Willadt
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to