I worked on the issue a bit and while doing tests I get this error in
BuiltInTypeTest. I can't trace the source of the error. Could you pls help
me out and point out where I'm going wrong here? I've linked relevant files
in my forked repo.
https://github.com/ajaybhat/hibernate-ogm/blob/testOGM-401
Hello,
Look at BuiltInTypeTest and Bookmark. Bookmark hosts all of our built-in types.
We usually don’t do unit tests in the strictest sense. We prefer to run the
chain from top to bottom in what people call integration tests.
About
org.hibernate.ogm.test.type.CustomDateType
org.hibernate.ogm.t