Skip to content
Snippets Groups Projects
Commit e34a9c1f authored by Allen Gilliland's avatar Allen Gilliland
Browse files

support mapping java.util.UUID to one of our base field types.

parent 67076c6c
Branches
Tags
No related merge requests found
......@@ -40,6 +40,7 @@
java.sql.Date :DateField
java.sql.Timestamp :DateTimeField
java.util.Date :DateField
java.util.UUID :TextField
org.postgresql.util.PGobject :UnknownField}) ; this mapping included here since Native QP uses class->base-type directly. TODO - perhaps make *class-base->type* driver specific?
;; ## Driver Lookup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment