String is truncated at colon #15272
Unanswered
johanskoldekrans
asked this question in
Q&A
Replies: 4 comments 6 replies
-
The class used is just a plain class with getters and setters to avoid other problems that might interfere. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This should absolutely not happen. You shouldn't escape the colon. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Uploading my testproject if anyone wants to look. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I came across a strange error that I haven’t found an explanation for. I have saved an entity in the database that has a string with a colon in it. When I read from it from the database I get everything up until the colon, the rest is missing.
Should I escape the colon or set an attribute on the property?!
View of document in database:

Code fetching the document:

Running test and debugging:

Beta Was this translation helpful? Give feedback.
All reactions