Bug Fix DATABASE in Table
Bug Fix: Tables without indexes cause an error that the Table ## is not marked as belonging to the ## database. issue #58 Minor change the README.md
This commit is contained in:
Binary file not shown.
@@ -10,8 +10,8 @@ local;
|
||||
|
||||
lcappName = "FoxBin2Prg"
|
||||
*Set following two numbers on version
|
||||
ldDate = date(2021,03,30)
|
||||
lcmajorVersion = "1.19.62"
|
||||
ldDate = date(2021,04,12)
|
||||
lcmajorVersion = "1.19.63"
|
||||
|
||||
*lnJulian = val(sys(11, m.ldDate)) - val(sys(11, {^2000-01-01}))
|
||||
*lcJulian = padl(transform(lnJulian), 4, '0')
|
||||
@@ -39,6 +39,9 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
|
||||
|
||||
+++++++++++++++++++++++ Change History +++++++++++++++++++++++
|
||||
|
||||
2021-08-12 v1.19.63
|
||||
- Bug Fix: Tables without indexes cause an error that the __Table ## is not marked as belonging to the ## database.__ (jstagerGH)
|
||||
|
||||
2021-03-23 v1.19.62
|
||||
- Enhancement: Debug logging, level of config file.
|
||||
- Bug Fix: *_Conversion_Support options not read from config file.
|
||||
|
||||
Reference in New Issue
Block a user