ITADN

Fix NPE in <-pgobject

#284Pull RequestExNexu 创建于 2024-07-25
E
ExNexucommented
In the existing code this will throw because `with-meta` is called on `nil`: ```clojure (def json-null-pgobject (doto (PGobject.) (.setType "jsonb") (.setValue "null"))) (<-pgobject json-null-pgobject) ``` The pr `<-pgobject` returns `nil` instead.
合并状态:未合并 关闭于 2024-07-26 1 条评论