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:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user