1、 sqlite3_column_type(&stat, 1) == SQLITE_NULL 相同的情况下,只有当表为空时, 则是相同的, 如果 update table set a="" ,则 a 的type != SQLITE_NULL
Unlike #1246 and #1350 This seems to be around function parsing in SQLite: error: unsupported type NULL of column #3 ("time") --> loggerdb/src/datastore.rs:317:35 | 317 | let get_last_all_points = sqlx::query!( | ___...