[#1046] add PGProperty fields to reflection config

This commit is contained in:
Bob 2021-11-07 15:44:10 -05:00 committed by GitHub
parent 2bb7499fd5
commit fb1a1cfbfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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