Subject: | FV_length() and related constraints breaks for lengths longer than 32766 characters |
FV_length() and related functions are implemented with regular
expressions, and are reported to break when length values are used which
are longer than 32766 characters.
Automated tests should be added to confirm this, and the functions
should be re-implemented using the 'length' function instead, which
should perform better in some cases, anyway.
Mark