UID in uDAESQLCommand

Hi,

We are using UID types in our project and after every DA upgrade we must update in uDAESQLCommand unit, in SetParamValuesStd procedure the script to

if dt in [datWideMemo, datGuid] then begin
  outpar.DataType := ftWideString;
    if lParIsEmpty then
      outpar.Value := Null
    else
      outpar.Value := VarToUnicodeStr(v);
end

Could you make the changes in the official Data Abstract source or could you implement a solution for datGUID field types?

Thank you and best regards.

Thanks, logged as bugs://79753

bugs://79753 got closed with status fixed.