w11k / lsql

Java SQL Database Library

Home Page:https://github.com/w11k/lsql/blob/master/README.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI name inconsistencies

pburgmer opened this issue · comments

  • For a column 'VALIDFROM' (two words, but not separated) the CLI generates an interface ValidFromInteger which is stored in a file called ValidfromIngeger.
  • For a column 'VALIDTO' it is the other way around: an interface ValidtoInteger stored in a file called ValidToIngeger
  • In the result-row-class for 'VALIDFROM' ValidFromInteger is used, for 'VALIDTO' it is ValidToInteger. This is consistent but ValidToInteger does not exist (see bullet 2).