You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the name is misleading - sqlite3_changes is used to populate this information.
However this only works for INSERT, UPDATE, and DELETE - It won't give the number of rows for a query. My bad.
I will leave this open until I find a way to provide a solution to this, anyway thanks for reporting and sorry that it took 3 years to actually answer this. I don't know why I never investigated this.
The problem is that the name is misleading - sqlite3_changes is used to populate this information. However this only works for INSERT, UPDATE, and DELETE - It won't give the number of rows for a query. My bad.
I will leave this open until I find a way to provide a solution to this, anyway thanks for reporting and sorry that it took 3 years to actually answer this. I don't know why I never investigated this.
have you fixed it yet cuz im also getting these problems
boost::shared_ptrsqlite::result result = query.get_result();
result->get_row_count() seems to return always 0?
The text was updated successfully, but these errors were encountered: