When defining a datatype with varchar(128) and providing an input with more than 128 characters the value is not inserted in the database. There is an error message "error when trying to cut to 128 characters" (translated from german).
I could encrease the maximum length but when there are a lot of values with shorter length and only very few with longer length than 128 this would decrease the speed of search operations ... -- View this message in context: http://www.nabble.com/varchar-length-tp20669171p20669171.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
