Message97

Author reinhard
Recipients johannesV, lekma
Date 2006-03-30.18:28:36
Content
Currently, the routine to set values in appserver only tests if the provided
value can be converted to the correct data type (i.e. whether it is a valid date
etc.). Neither strings nor numbers are checked for length. Handling too long
strings or too big numbers is completely left to the backend.

It would be preferrable if appserver tested for length of strings, for length of
numbers and would probably even round numbers to the allowed fractional part
before passing the data to the backend.
History
Date User Action Args
2006-03-30 18:28:36reinhardsetmessageid: <1143743316.27.0.487707724253.issue95@gnuenterprise.org>
2006-03-30 18:28:36reinhardsetrecipients: + johannesV, lekma
2006-03-30 18:28:36reinhardlinkissue95 messages
2006-03-30 18:28:36reinhardcreate