Nekaiko
Nekaiko
* .gitignore * Ignore for logging files added * binding.gyp * Fixed malformed file to allow build * src/IrSdkConsts.js * Updated consts to ensure all new enum values are covered...
- Update functionality to allow decimals to have a precision and scale attribute. - Added 'View menu' option to hide or show field attributes and for all types with suffix...
Currently, the field types do not allow me to specify a Precision or scale. With MySQL or MariaDB the default for this will be (10,0) With SQL Server the default...