Add eval-many and tests - #30
Conversation
|
Worth checking the return values of the following? Their signatures suggest return values of |
I'm not sure what to return (such that it's meaningful). |
|
I added a benchmark and fixed doc string formating |
|
|
|
I don't have a detailed understanding of sqlite3 C bits, but I noticed this document which has the prose:
Very roughly speaking, it seems reasonable to try to detect if there is an error after each of the |
|
regarding reset:
finalize:
clearbindings would need a look into its source code to determine whether its return value has informative value it depends on the documentation and implementation and individual case but in cases like this, where the function call only creates a sideeffect, like pp or print do, i like to do what pp and print do: return nil |
I finally realized that
asserterrs drivingjpm test!