Skip to content

Commit

Permalink
Correct error "not implemented" on insert 1/2
Browse files Browse the repository at this point in the history
  • Loading branch information
tojocky committed Nov 22, 2011
1 parent 1d7d4df commit 375a3e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/result.h
Expand Up @@ -36,6 +36,8 @@ class Result : public node_db::Result {
Column* column(uint16_t i) const throw(std::out_of_range&);
uint16_t columnCount() const throw();
uint64_t affectedCount() const throw();
uint64_t insertId() const throw(node_db::Exception&);
uint16_t warningCount() const throw(node_db::Exception&);
bool isBuffered() const throw();
bool isEmpty() const throw();

Expand Down

0 comments on commit 375a3e6

Please sign in to comment.