relativitydev / Gravity

ORM Framework for Relativity Custom Development
Other
16 stars 10 forks source link

Document or remove string truncation #92

Open Arithmomaniac opened 6 years ago

Arithmomaniac commented 6 years ago

https://github.com/tsdservices/Gravity/blob/75584f9558f46b94ce91e12c3829be34b9c6b717/Gravity/Gravity/Base/BaseDto.cs#L113-L125

KalinaTSD commented 5 years ago

It's not necessary to cutoff anything. This is something minor. I'm going to fix it.

Arithmomaniac commented 5 years ago

It's not necessary to cutoff anything.

What do you plan on doing when a very long string is matched to a fixed-length field?