-
Type: Task
-
Resolution: Done
-
None
-
Affects Version/s: None
-
Component/s: None
Michael, I was thinking add the object name to the cursor might be generally useful for applications passing around cursors?
That way, you could do something like:
const char *key = "key"; cursor->set_key(cursor, key); if ((ret = cursor->search(cursor)) { fprintf(stderr, "%s: %s\n", cursor->name(cursor), wiredtiger_strerror(ret));
Or is there some better way to do this?
- is related to
-
WT-100 bulk load doesn't "open" the table
- Closed