fix: use existing property pair if exists

This commit is contained in:
Tienson Qin
2024-04-24 19:13:48 +08:00
parent 6d7d4497ff
commit fef4e896e1
9 changed files with 53 additions and 54 deletions

View File

@@ -76,6 +76,7 @@
(mapv
(fn [[prop-name val]]
(sqlite-util/build-property-pair
nil
(get-ident all-idents prop-name)
;; set indicates a :many value
(if (set? val)