[Wtr-general] Table Row Bug -- How to fix?

2006-06-09 Thread Bret Pettichord
inetdavid (6/8/2006 9:38:31 PM): Just found a problem with row_count with embedded tables. row_count counts *all* the rows, even rows in sub-tables, while show_tables shows the correct count because it uses a different method. I've first added a test to show the problem (using table_test on

Re: [Wtr-general] Table Row Bug -- How to fix?

2006-06-09 Thread Michael Moore
inetdavid (6/8/2006 9:38:31 PM): Just found a problem with row_count with embedded tables. row_count counts *all* the rows, even rows in sub-tables, while show_tables shows the correct count because it uses a different method. I've first added a test to show the problem (using table_test on

Re: [Wtr-general] Table Row Bug -- How to fix?

2006-06-09 Thread David Schmidt
Bret Pettichord wrote: inetdavid (6/8/2006 9:38:31 PM): Just found a problem with row_count with embedded tables. row_count counts *all* the rows, even rows in sub-tables, while show_tables shows the correct count because it uses a different method. I've first added a test to

Re: [Wtr-general] Table Row Bug -- How to fix?

2006-06-09 Thread Bret Pettichord
On 6/9/06, David Schmidt [EMAIL PROTECTED] wrote: Bret, do you want me to start on this?Yes. I will reply to your design comments on the wtr-development list, which we created specifically to discuss these kinds of details.In addition to making sure that rows actually belong to their tables, we