Using Delphi 10.1, UniDAC 6.4.14
I prepared a small test application. Can be downloaded from here: https://mega.nz/#!7xkn2LJD!2Gr177NabgHD ... TRrcLyB-Og
I am trying to import from a SQLite3 database into MSSQL database using TUniLoader.
In my SQLite query I am providing some fix values of type string. These string is manipulated as MEMO by UniQuery. And, UniLoader is raising subject error.
Moreover, having this error also causes some memory leak as follows:

Any help is appreciated.