eos icon indicating copy to clipboard operation
eos copied to clipboard

Bug: incorrect count of get_table_by_scope

Open crazybits opened this issue 3 years ago • 2 comments

reproduce the bug as below steps:

  1. add one record in the scope
  2. delete the record and keep the scope

the scope count of get_table_by_scope would be 1 instead of 0.

crazybits avatar Sep 30 '21 05:09 crazybits

This would seem to be correct behavior. Similar to accounts, scopes and tables don't get deleted. You can remove all records but that won't delete the table or scope. Did you mean to use get_table_rows?

praphael avatar Oct 17 '21 12:10 praphael

not get_table_rows, error encountered on api get_table_by_scope

crazybits avatar Oct 23 '21 16:10 crazybits