[#1046] add PGProperty fields to reflection config
This commit is contained in:
parent
2bb7499fd5
commit
fb1a1cfbfb
1 changed files with 2 additions and 1 deletions
|
|
@ -337,7 +337,8 @@
|
|||
java.io.EOFException]
|
||||
:methods [borkdude.graal.LockFix] ;; support for locking
|
||||
|
||||
:fields [clojure.lang.PersistentQueue]
|
||||
:fields [clojure.lang.PersistentQueue
|
||||
~@(when features/postgresql? '[org.postgresql.PGProperty])]
|
||||
;; this just adds the class without any methods also suitable for private
|
||||
;; classes: add the privage class here and the public class to the normal
|
||||
;; list above and then everything reachable via the public class will be
|
||||
|
|
|
|||
Loading…
Reference in a new issue