Melhorias no LetoDB
Enviado: 27 Mar 2008 17:14
Código: Selecionar todos
KEEPALIVE
Código: Selecionar todos
leto_BeginTransaction()
leto_RollBack()
leto_CommitTransaction()
Pelo geito num funturo próximo usarei somente LetoDB, abadonarei de vez o RDDCDX.
Um desejo, espera de todos nós programadores está se tornando realidade.
Saudações
Itamar M. Lins Jr.
Código: Selecionar todos
2008-03-27 21:30 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru)
* source/client/leto1.c
! fixed several bugs for binary fields
+ add missing SELF_SYNCCHILDREN for letoGoTop and letoGoBottom
+ added letoSetBlankRecord function. It's need to fill record by
empty values before commit operation
2008-03-27 12:44 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su)
* source/server/letofunc.c
* source/client/leto1.c
* Continued implementation of transactions support.
New functions has been added:
leto_BeginTransaction()
leto_RollBack()
leto_CommitTransaction()
2008-03-27 12:44 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su)
* source/client/leto1.c
* Started implementation of transactions support
2008-03-27 10:30 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su)
* source/common/hbip.c
* Added SO_KEEPALIVE option to the server side socket.
* Whatsnew.txt
* Added build 6 info.
2008-03-27 10:25 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su)
* source/client/leto1.c
* hb_strncpyLower is replaced by other functions
2008-03-26 21:20 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru)
* include/funcleto.h
* source/server/letofunc.c
* source/client/leto1.c
+ added support for additional field types:
HB_FT_INTEGER
HB_FT_DOUBLE
HB_FT_FLOAT
HB_FT_DAYTIME
HB_FT_MODTIME
+ added hb_strncpyLower function for xHarbour
* source/server/server.prg
+ added requests for codepages
* small change in hs_createindex
2008-03-26 12:35 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su)
* include/rddleto.h
* source/server/letofunc.c
* version number has been changed to "0.5"
+ Whatsnew.txt
2008-03-26 11:08 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su)
* readme.txt
* added info about new ini entries and leto_Connect() function.
2008-03-26 10:32 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su)
* source/server/server.prg
! Bug fixed
* source/client/leto1.c
* ordBagExt() now returns ".NTX" if the dbf is opened via "DBFNTX"
2008-03-26 09:38 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su)
* source/server/letofunc.c
* source/server/server.prg
! Few bugs fixed
* Now it is possible to define [DATABASE] section and the following
options for it:
DataPath = some_path
Driver = CDX/NTX