dyslexicanaboko / simple-class-creator

A utility for creating mundane crud work including table to model, model to DTO and other things no one really wants to do by hand.
MIT License
1 stars 0 forks source link

Decimals not denoted with M for object generation #40

Closed dyslexicanaboko closed 5 months ago

dyslexicanaboko commented 11 months ago

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.

dyslexicanaboko commented 8 months ago

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.