Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道可以通过 odb::tracer 记录查询。输出看起来像这样:
INSERT INTO "event" ("id", "date","seq") VALUES ($1, $2, $3)
参数的值如何?即如何在标准输出中查看 $1、$2、$3 的实际值(用于故障排除)?