-
Notifications
You must be signed in to change notification settings - Fork 102
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
make some OMERO model object text properties of unbounded length #4882
Conversation
used to be "string"
in |
is not really used but it could be bumped |
Maybe |
if we have to include the full path to the lut instead of only the name to avoid conflict |
|
|
Tested against: trout.openmicroscopy.org:34064 (breaking-deploy) 5.2->5.3 patch 13 `` |
Following this DB change PR, we need to add integration tests to cover the various fields. Do you want to add a card? |
Moving this PR out of breaking |
Looks good. Tested setting a long String to a couple of fields mentioned in the PR description (but not all of them), via CLI and Insight. No problems noticed. |
Thank you. OMERO CI looks good too: https://ci.openmicroscopy.org/view/Failing/ |
What this PR does
Adjusts OMERO model object text properties to no longer be limited to 255 characters:
Testing this PR
Try using very long names, for instance:
Without this PR the above update step would give "could not update" and
Blitz-0.log
would reportERROR: value too long for type character varying(255)
.Related reading
http://trac.openmicroscopy.org/ome/ticket/11894
ome/design#57