cleanup, docs
This commit is contained in:
@@ -13,11 +13,6 @@ sqlite_insert_id
|
||||
:content
|
||||
Returns the number of rows changed by the most recent insert, update, or delete statement on the connection.
|
||||
|
||||
```cpp
|
||||
sqlite_query(db, "update users set visits = visits + 1 where id = :id", params);
|
||||
print(sqlite_affected_rows(db));
|
||||
```
|
||||
|
||||
:example
|
||||
SQLite* db = sqlite_connect("/tmp/doc-sqlite-affected.db");
|
||||
sqlite_query(db, "drop table if exists t");
|
||||
|
||||
Reference in New Issue
Block a user