NebulaFramework icon indicating copy to clipboard operation
NebulaFramework copied to clipboard

Method fails, if String is longer than 6.000.000 characters

Open derroman opened this issue 4 years ago • 0 comments

https://github.com/jongpie/NebulaFramework/blob/2463936e1887ba21aeaefba247b431d60db1bad2/nebula-app-framework/main/query-and-search/classes/QueryBuilder.cls#L151

the mentioned method gets called for some reason. If the final string will become longer than 6.000.000 characters

you will get a "System.StringException" with "String length exceeds maximum: 6000000"

derroman avatar Jan 22 '21 21:01 derroman