| 22767 | fprintf(stderr,"E:%d\n",rc), assert(0) |
| 22768 | #else |
| 22769 | static void rc_err_oom_die(int rc){ |
| 22770 | if( rc==SQLITE_NOMEM ) shell_check_oom(0); |
| 22771 | assert(rc==SQLITE_OK||rc==SQLITE_DONE); |
| 22772 | } |
| 22773 | #endif |
| 22774 | |
| 22775 | #ifdef SHELL_COLFIX_DB /* If this is set, the DB can be in a file. */ |
no test coverage detected