You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Albert Lee (JIRA)" <ji...@apache.org> on 2008/12/03 22:43:44 UTC

[jira] Assigned: (OPENJPA-811) With Oracle, OpenJPA allows setting non-nullable field to null

     [ https://issues.apache.org/jira/browse/OPENJPA-811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Albert Lee reassigned OPENJPA-811:
----------------------------------

    Assignee: Albert Lee

> With Oracle, OpenJPA allows setting non-nullable field to null
> --------------------------------------------------------------
>
>                 Key: OPENJPA-811
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-811
>             Project: OpenJPA
>          Issue Type: Bug
>    Affects Versions: 1.2.0, 2.0.0
>            Reporter: Dinkar Rao
>            Assignee: Albert Lee
>             Fix For: 1.2.0, 2.0.0
>
>         Attachments: OPENJPA-811.patch
>
>
> An entity has a field defined as follows:
> @Column(nullable=false)
> private Object  nonNullableObject;
> Using Oracle, it is possible to set the value of this column to null. OpenJPA will not complain, but will instead store whatever is returned by oracle.sql.BLOB.empty_lob().
> An exception should be thrown instead, because the field has been defined as non-nullable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.