fix: unable to build :default property for sqlite.build

Also add tests for different built-in cases and addressed
related TODO
This commit is contained in:
Gabriel Horner
2024-06-18 15:55:45 -04:00
parent edb3dcd38d
commit 16248f0bd2
4 changed files with 62 additions and 26 deletions

View File

@@ -26,6 +26,8 @@
page'
(->> properties
(keep (fn [[k v]]
;; TODO: Pass in property type in order to support property
;; types other than :default
(when (db-property-util/built-in-has-ref-value? k)
[k v])))
(into {})))]