New DB-Limit on String Length #1152
Labels
3. to review
Waiting for reviews
bug
Something isn't working
high
High priority
integration
Compatibility with other apps/systems
Milestone
Ref. nextcloud/server#31679
Unfortunately we intentionally set the String-Column to 8192, as we had the use-case of 4900 chars on the form-description (#529 (comment)). I wouldn't like to strip that now again... 😢
@nickvergessen Can you give me a hint on how to properly walk around this limit now on forms? Is maybe
MAX_STRING_SIZE initialization parameter is set to EXTENDED
given, so we could move to aVARCHAR2
Type?Ref. Oracle Docs
The text was updated successfully, but these errors were encountered: