Oracle and issue

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
partymix
Posts: 30
Joined: 01 Nov 2010, 15:21

Oracle and issue

Post by partymix »

Where should I log an issue that had to be resolved with the Oracle mantis version?

Issue: Error is thrown when you add content to an 'additional information' field

Steps to reproduce:
1) Create a ticket WITHOUT anything in the field 'additional information'
2) Edit the ticket, add text to the 'additional information' field, and click update.

Error is thrown that you can't insert null into the M_BUG_REVISION table column 'value'. This is because the table is set to not accept null values in the value column and it attempts to insert two statements- 1 with a null value, 2 with the new text you added.

I've resolved on my end- you can modify code to not attempt to insert when value is null or you can change the table to accept a null value.

Thanks
Post Reply