Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging over-long text values into the same database won't end very well in some cases... #344

Open
jas88 opened this issue Mar 27, 2023 · 0 comments
Assignees

Comments

@jas88
Copy link
Member

jas88 commented Mar 27, 2023

Default logging uses text column type for log entries, hence 64kb length limit - logging the whole excess string then causes problems, particularly when promoting SR modality TextValue fields which can be HTML documents...

$"Found value '{value}' that was too long for it's VR ({tag}). Max length was {_maxTagLengths[tag]} supplied value was length {value.Length}"));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants