"frontend/src/vscode:/vscode.git/clone" did not exist on "7aa4c083a967a4a7f7d382b93e352d52afde1b58"
fix(仓储): 修复 BatchUpdateLastUsed 时间戳类型不匹配
在原生 SQL 的 CASE WHEN 语句中,PostgreSQL 无法自动推断占位符参数类型, 导致 time.Time 被当作 text 类型处理,与 last_used_at 列的 timestamptz 类型不匹配。 添加显式类型转换 ::timestamptz 解决此问题。
Please register or sign in to comment