Migrated from SourceForge — Feature Requests #188
Originally reported by hieunv15 on 2015-04-21 13:50:11.692000
Priority: 5
Assigned to jeffjensen
SF status: pending
Votes: 4
I would like to use PostgreSQL json type with dbunit.
Please support it in next version. I have modified dbunit to support json Please see attachments.
Thanks.
JsonType.java (1,293 bytes)
PostgresqlDataTypeFactory.java (4,112 bytes)
jeffjensen — 2015-04-25 17:54:49.861000
Hi, thanks for adding this.
Please add tests for this feature and each class that prove it works and has no bugs.
For example, manual inspection shows JsonType.setSqlValue will throw NPE when value is null.
I would like to use PostgreSQL json type with dbunit.
Please support it in next version. I have modified dbunit to support json Please see attachments.
Thanks.
JsonType.java (1,293 bytes)
PostgresqlDataTypeFactory.java (4,112 bytes)
jeffjensen — 2015-04-25 17:54:49.861000
Hi, thanks for adding this.
Please add tests for this feature and each class that prove it works and has no bugs.
For example, manual inspection shows JsonType.setSqlValue will throw NPE when value is null.