Local helpers once you have column number */
| 17 | |
| 18 | /* Local helpers once you have column number */ |
| 19 | static bool db_column_is_null(struct db_stmt *stmt, int col) |
| 20 | { |
| 21 | return stmt->db->config->column_is_null_fn(stmt, col); |
| 22 | } |
| 23 | |
| 24 | /* Returns true (and warns) if it's nul */ |
| 25 | static bool db_column_null_warn(struct db_stmt *stmt, const char *colname, |
no outgoing calls
no test coverage detected