4.4.1
Key Highlights
- Added two new codecs
STRING_BLOB
andASCII_BLOB
to allow migration fromTEXT
andASCII
fields toBLOB
fields. These codecs can also be used to convertBLOB
toTEXT
orASCII
, but in such cases theBLOB
value must beTEXT
based in nature & fit within the applicable limits.
Jar file can also be found in the packages section here.