Updating rows kinda works.
Blocking calls are still used.
This commit is contained in:
parent
99d738ee65
commit
628c16e2f4
10 changed files with 179 additions and 81 deletions
|
|
@ -33,4 +33,7 @@ Value Row::get(int col) const
|
|||
//{
|
||||
|
||||
//}
|
||||
|
||||
Row::const_iterator Row::end() const
|
||||
{
|
||||
return const_iterator(*this, m_result.cols());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue