I have two development areas - one for our dev5.1 instance and one for our
6.3 instance.

I just tried running some code on our 5.1 area and I'm getting an error on
this line:

== This line ==>        TableRow row = DatabaseManager.create(context,
"umrestricted");


        row.setColumn("item_id", item.getID());

        row.setColumn("release_date", releaseDate);


        DatabaseManager.update(context, row);


org.postgresql.util.PSQLException: ERROR: null value in column "id"
violates not-null constraint

  Detail: Failing row contains (null, null, null).


This is what the table looks like:


                                         Table "public.umrestricted"

    Column    |            Type             |
 Modifiers


--------------+-----------------------------+----------------------------------------------------------------

 id           | integer                     | not null default
nextval(('umrestricted_seq'::text)::regclass)

 item_id      | character varying(250)      |

 release_date | timestamp without time zone |



This has worked fine for years.  Not sure what's happening.  I think it
must be something that went on while working on the 6.3 upgrade.


Thank you!

-Jose

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/CAK%3DKc-vjO4Z3yFry_EVNVbnp5wnKpP3AEZYnUQP7e6Jc%2BsUASQ%40mail.gmail.com.

Reply via email to