2010-10-27 18:51 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/ChangeLog
    - removed wrong ChangeLog entry committed unintentionally with previous
      commit

  * harbour/src/rdd/hbsix/sxcompat.prg
    ! fixed very old typo
This commit is contained in:
Przemyslaw Czerpak
2010-10-27 16:52:00 +00:00
parent 00cc4427ea
commit 2ae8ae991d
2 changed files with 9 additions and 4 deletions

View File

@@ -16,11 +16,16 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-10-27 18:51 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/ChangeLog
- removed wrong ChangeLog entry committed unintentionally with previous
commit
* harbour/src/rdd/hbsix/sxcompat.prg
! fixed very old typo
2010-10-27 18:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rdd/dbcmd.c
* modified FIELDGET() and FIELDPUT() to accept
also field name (not only field index)
just like DBFILEGET() and DBFILEPUT()
* modified HB_FIELDLEN(), HB_FIELDDEC(), HB_FIELDTYPE() to accept
also field name (not only field index)

View File

@@ -448,7 +448,7 @@ FUNCTION Sx_File2BLOB( cFileName, cFldName, nActionCode )
IF hb_bitAnd( nActionCode, BLOB_FILEENCRYPT ) != 0
nAction := hb_bitOr( nAction, FILEPUT_ENCRYPT )
ENDIF
RETURN dbFileGet( cFldName, cFileName, nAction )
RETURN dbFilePut( cFldName, cFileName, nAction )
FUNCTION Sx_dbCreate( cFileName, aStruct, cRDD )
LOCAL aField, aDbStruct