Bug Fix db2: "Double" fields assume 2 decimals when defined with 0 decimals (Jerry Stager)

This commit is contained in:
fdbozzo
2017-12-03 13:34:09 +01:00
19 changed files with 3835 additions and 23 deletions

View File

@@ -23,6 +23,11 @@ Change History -------------------------------------------------------------
2017/04/26 v1.19.50
- Bug Fix: "Double" field types are explicitly defined with 0 decimals when no decimals are defined (Jerry Stager)
2017/12/02 v1.19.49.2
- Bug Fix: ClassPerFile export didn't work correctly starting from v1.19.49 / Reported by Lutz Scheffler (https://github.com/fdbozzo/foxbin2prg/issues/9)
2017/06/25 v1.19.49.1
- Bug Fix: DEVINFO field is only used when doing PJX conversions. On other files throw errors
2017/04/26 v1.19.49
- Replace Scripting.FileSystemObject MoveFile with Win32API equivalent