kaleidos / grails-postgresql-extensions

Grails plugin to use postgresql native elements such as arrays, hstores,...
Apache License 2.0
78 stars 62 forks source link

Fix for #76 #77

Closed eamon316 closed 8 years ago

eamon316 commented 8 years ago

Fix for #76

A null value can be stored in the database for a column type Json or Jsonb.

A java.lang.NullPointerException when the value is null. Added null check Updated tests

ilopmar commented 8 years ago

Thank you! Published in 4.6.1