When using the SQL to Mock data tab, if you produce an object that uses the decimal data type, the values are not being marked with an M which makes the IDE complain when copying the objects over. Easy to reproduce.
On the same token double should be denoted with a D. There are other examples like Binary or Hex, but those are less likely. I will deal with that at a later time.
When using the
SQL to Mock data
tab, if you produce an object that uses thedecimal
data type, the values are not being marked with anM
which makes the IDE complain when copying the objects over. Easy to reproduce.