We had a model that contained an annotation specifying that it shouldn't be null. It works with Postgres when we were inserting empty strings. But with Oracle, it's throwing an exception. Apparently, Oracle converts empty strings to null. Just one of those quirks. As a workaround, we just allowed null entries.
No comments:
Post a Comment