OCLOperators maxLength
(Created page with "Return the maximum length allowed for a string attribute. Useful for cutting a string to fit a attribute and avoid SQL errors when saving.")
 
No edit summary
Line 1: Line 1:
Return the maximum length allowed for a string attribute.  
Return the maximum length allowed for a string attribute.  


Useful for cutting a string to fit a attribute and avoid SQL errors when saving.
Useful for cutting a string to fit a attribute and avoid SQL errors when saving. See [[String attribute overflowing]]

Revision as of 10:11, 30 June 2022

This page was created by Lars.olofsson@mdriven.net on 2020-06-29. Last edited by Stephanie@mdriven.net on 2025-02-24.

Return the maximum length allowed for a string attribute.

Useful for cutting a string to fit a attribute and avoid SQL errors when saving. See String attribute overflowing