Skip to content

Commit 04343c8

Browse files
authored
Merge pull request #19 from rodrigojim/master
added uuid type
2 parents 9312fcf + c31fed3 commit 04343c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SearchLightPostgreSQL.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ const TYPE_MAPPINGS = Dict{Symbol,Symbol}( # Julia / Postgres
4141
:date => :DATE,
4242
:binary => :BYTEA,
4343
:boolean => :BOOLEAN,
44-
:bool => :BOOLEAN
44+
:bool => :BOOLEAN,
45+
:uuid => :UUID
4546
)
4647

4748
const CONNECTIONS = DatabaseHandle[]

0 commit comments

Comments
 (0)