Mindaugas Kavaliauskas 890564f764 2010-04-22 18:45 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/contrib/rddads/ads1.c
    ! Fixed date handling in area putValue method for .dbf tables. 
      ADS does not support dates smaller than 0001-01-01 and stores 
      invalid values in .dbf without any error. F.e., 0000-01-01 is 
      stored as '-0011231', CTOD("")+5 is stored as '****1128'. Such 
      invalid filed values generates ADS runtime error 5095 later on 
      getValue area method.
      DBF RDD stores empty dates in case of unsupported date range.
      This fix makes ADS RDD behaviour more compatible to DBF RDD. 
      ADSADT behaviour is not changed because ADS allows to store 
      and retrieve field values for dates before 0001-01-01.
2010-04-22 15:47:57 +00:00
Description
Harbour Core — Reference source for Five development
172 MiB
Languages
C 80.3%
xBase 17.8%
Makefile 0.6%
C++ 0.4%
Harbour 0.4%
Other 0.3%