Skip to content
Snippets Groups Projects
Commit a89897dc authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

Merge pull request #419 from metabase/java_uuid_mapping

support mapping java.util.UUID to one of our base field types.
parents 67076c6c e34a9c1f
No related branches found
No related tags found
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