| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
User should not be able to execute an operation as such: ``` db > insert somestring myuser myemail ``` Right now, the user may execute the above command and get the following when using `db > select`: ``` (0, myuser, myemail) ``` `atoi` returns 0 for invalid input. Thus, the invalid `PrepareResult` status `PREPARE_NEGATIVE_ID` should be returned if `int id = 0`.
| Back | FazBrowse Home | New Git URL |
User should not be able to execute an operation as such:
Right now, the user may execute the above command and get the following when using db > select:
atoi returns 0 for invalid input. Thus, the invalid PrepareResult status PREPARE_NEGATIVE_ID should be returned if int id = 0.