vvz / configuration-data-repository

Automatically exported from code.google.com/p/configuration-data-repository
0 stars 0 forks source link

Relation Reference Name Not Checked for Length #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add a Relation Reference
2. For name enter "this takes up 256 characters pretty much exactly.  Use
it to test fields that only hold 255 characters.  Will they truncate?  Will
they give an error saying that the input was too long?  Hopefully there
will be some kind of bounds check, if not who knows??"
3. Click create

What is the expected output? What do you see instead?
We get an unhanded exception. The input string was one character more than
that defined in the database for that field.   

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Eamonn.Guiney@gmail.com on 30 Jun 2008 at 5:56

GoogleCodeExporter commented 8 years ago
Added a 50 character maximum constraint

Original comment by iamsteve...@gmail.com on 15 Jul 2008 at 7:00

GoogleCodeExporter commented 8 years ago

Original comment by Eamonn.Guiney@gmail.com on 6 Aug 2008 at 6:46