Problems with trailing spaces in memo lines

fixed #81
additional problems
 - trailing spaces in varchar
 - DBF_Conversion_Support on table configuration file
 - Enhancements to parameters and docu
This commit is contained in:
Lutz
2022-04-07 16:32:38 +02:00
parent 4a56c590a0
commit e2be89ec9d
16 changed files with 102 additions and 32 deletions

View File

@@ -10,8 +10,8 @@ local;
lcappName = "FoxBin2Prg"
*Set following two numbers on version
ldDate = date(2022,03,30)
lcmajorVersion = "1.19.71"
ldDate = date(2022,04,07)
lcmajorVersion = "1.19.72"
*lnJulian = val(sys(11, m.ldDate)) - val(sys(11, {^2000-01-01}))
*lcJulian = padl(transform(lnJulian), 4, '0')
@@ -39,6 +39,13 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
+++++++++++++++++++++++ Change History +++++++++++++++++++++++
2022-04-07 v1.19.72
- Bug Fix: Problem on using "DBF_Conversion_Support" on table configuration file (LScheffler)
- Bug Fix: Problem converting intentionally trailing spaces to VarChar/VarBinary (LScheffler)
- Bug Fix: Problem converting trailing spaces on line end in memo (bjornhoeksel)
- Enhancement: Documentation in config file enhanced
- Enhancement: Added parameter "?" to show interactive help ("interactive" still works)
2022-03-30 v1.19.71
- Bug Fix: Convert menu mn2 to mnx with skip for that contains a string with ; sign is missing part after that sign in mnx. (bjornhoeksel)