On 4/7/06, Jun Li <[EMAIL PROTECTED]> wrote: > Done. The key is 87. > > On 4/4/06, Thomas Dudziak <[EMAIL PROTECTED]> wrote: > > > > On 4/4/06, Jun Li <[EMAIL PROTECTED]> wrote: > > > > > On SQL Server dtproperties is a system table. > > > > > > But DdlUtils did not filter it out like it does on other system tables > > like > > > syscolumns, sysfiles, sysindexes, and so on.
The problem is that dtproperties is not a system table, it is a normal table (of type TABLE) so DdlUtils cannot really know whether it is a table the user wants or not. I've updated the issue accordingly to specify a feature request for table include/exclude patterns which would also cover this case. Tom
