You can subscribe to this list here.
2008 |
Jan
|
Feb
(5) |
Mar
(52) |
Apr
(12) |
May
(2) |
Jun
(6) |
Jul
(11) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
(2) |
Mar
(2) |
Apr
(20) |
May
(19) |
Jun
(21) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
(7) |
Nov
(5) |
Dec
(2) |
2010 |
Jan
(8) |
Feb
(2) |
Mar
|
Apr
(6) |
May
(5) |
Jun
(26) |
Jul
(14) |
Aug
(5) |
Sep
(3) |
Oct
(3) |
Nov
(4) |
Dec
(1) |
2011 |
Jan
(1) |
Feb
(4) |
Mar
(1) |
Apr
(13) |
May
(10) |
Jun
(10) |
Jul
(7) |
Aug
(5) |
Sep
(2) |
Oct
(6) |
Nov
(1) |
Dec
|
2012 |
Jan
(4) |
Feb
(8) |
Mar
(6) |
Apr
(1) |
May
(2) |
Jun
(4) |
Jul
(2) |
Aug
(8) |
Sep
(6) |
Oct
(1) |
Nov
(5) |
Dec
(6) |
2013 |
Jan
(5) |
Feb
|
Mar
(12) |
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(4) |
Oct
(2) |
Nov
(6) |
Dec
(27) |
2014 |
Jan
(13) |
Feb
(6) |
Mar
(8) |
Apr
(2) |
May
|
Jun
(6) |
Jul
(2) |
Aug
(1) |
Sep
(1) |
Oct
(2) |
Nov
(5) |
Dec
(1) |
2015 |
Jan
(6) |
Feb
(7) |
Mar
(7) |
Apr
(16) |
May
(2) |
Jun
(10) |
Jul
(21) |
Aug
(3) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(15) |
Nov
(2) |
Dec
(4) |
From: Bruno L. <bru...@gm...> - 2012-02-27 21:02:36
|
I try to compile letodb using harbour 3.1 from SVN but I get a lot of errors .. It is no compatible ? Bruno |
From: Pavel T. <tp...@ma...> - 2012-02-24 17:09:40
|
2012-02-24 19:10 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * utils/backup/letobackup.prg * utils/backup/letobackup.hrb * functions from ct replaced with rtl analogs * changed server lock Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-02-24 16:21:20
|
2012-02-23 17:40 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * source/server/letoacc.c * source/client/letomgmn.c * Readme.txt * readme_rus.txt + added leto_LockLock( <lOnOff>, <nSecs> ) function. This function wait until any updates are closed, commit all changes and trying to lock server from any updates from clients. It returns True, if lock is succesfull. + utils/backup + utils/backup/letobackup.prg + utils/backup/letobackup.hrb + added letodb backup utility. This utility executes on server, and make backup of database. Before backup it trying to lock server, after backup server it unlock server. Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-02-18 11:26:44
|
2012-02-17 18:30 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg * source/server/letofunc.c * include/srvleto.ch * Readme.txt * readme_rus.txt + added two new functions: leto_TableLock( <nUserStru>, [<nFlag>], [<Secs>]) --> lSuccess leto_TableUnLock( <nUserStru>, [<nFlag>]) nFlag - parameter from 1 to 32, nSecs - seconds for wait locking (1 by default) These functions are intended for concurrent access to the table for actions except updating of the data. * tests/letoudf.prg * added table lock into UDF_AppendRec() function + added UDF_Append() function * source/client/leto1.c * cleared skip buffer after leto_ParseRec Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-02-16 17:11:41
|
2012-02-15 22:40 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * include/srvleto.ch * restricted using skip buffer after dbCommit() % small optimization in leto_gotoIf * using set filter in leto_Sum() and leto_groupBy() functions * Readme.txt * readme_rus.txt * added missing "Optimize" options in letodb.ini Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-02-15 17:24:47
|
2012-02-15 18:35 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * include/srvleto.ch * added set filter support to leto_sum and leto_group * using AREA instead of DBFAREA (with one exception) * include/rddleto.ch * source/server/leto_2.c * updated version (2.03) Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-02-13 18:31:26
|
2012-02-13 20:30 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c ! fixed datetime support Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-01-27 05:01:06
|
2012-01-25 13:20 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * changes in leto_sum() function to return correct decimal places. * source/client/letomgmn.c * source/server/leto_2.c * source/server/letoacc.c * source/server/letofunc.c * Readme.txt * readme_rus.txt + added leto_lockconn( lOnOff ) function. After leto_lockconn( .t. ) request new connections are blocked by server, until leto_lockconn( .f. ) called * utils/manager/manage.prg * added tooltips * added lock/unlock button for lock new connections on server. Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-01-21 14:19:14
|
2012-01-21 13:20 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * cleared update flags after transaction rollback Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-01-19 20:01:39
|
2012-01-19 21:30 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * source/server/letofunc.c ! fixed leto_RollBack(). Thanks to Cayetano Gomez for the report. Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2012-01-18 20:23:59
|
2012-01-18 22:20 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letoacc.c ! fixed leto_Admin. Thank to Cayetano Gomez for the report. * source/server/server.prg * source/client/leto1.c * added support for temporary (memory) and usefilter options at the index creation command. Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-11-13 06:54:41
|
2011-11-13 08:55 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg * small change to support several index bags on DBFCDX Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-10-20 17:18:44
|
2011-10-20 20:15 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * some changes to make letodb independent from DBFAREA structure Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-10-18 18:46:12
|
2011-10-18 21:45 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c ! fixed leto_Transaction * include/rddleto.h * source/client/leto1.c * transaction data moved from static vars to LETOCONNECTION structure. All transaction functions work now with a connection in current workarea. Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-10-16 13:47:16
|
2011-10-16 16:45 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * source/server/letofunc.c * leto_sum and leto_groupby functions now can be received as parameters not only field names, but experessions too. Protocol for leto_groupby command has been changed * Readme.txt * readme_rus.txt * updated due above changes * source/common/hbip.c * change for xharbour compilation Best regards, Pavel Tsarenko |
From: Marcos G. <mar...@uo...> - 2011-10-07 18:20:05
|
Em 07/10/2011 12:13, Pavel Tsarenko escreveu: > Hello, Marcos > > Try to set DataPath parameter in letodb.ini, f.e > > DataPath =c:/database > > and call > > leto_connect("//localhost:2812/") > leto_file("/mydir/file.ext") > > or > > leto_file("//localhost:2812/mydir/file.ext") > > if file c:/database/mydir/file.ext exist, leto_file returns true > > > Best regards, Pavel Tsarenko > If I set the DataPath parameter, the function leto_file work: DataPath = c:\data Testing file \data\mydir\file.ext: ? leto_file("mydir/file.ext") // return true ? leto_file("/mydir/file.ext") // return true ? leto_file("//localhost:2812/mydir/file.ext") // return true Is the fail of the function leto_file, when DataPath parameter is empty, a bug or a feature ? Thanks! -- Regards, Marcos Antonio Gambeta |
From: Marcos G. <mar...@uo...> - 2011-10-06 23:34:59
|
Hi all, My environment: Harbour 3.0.0, MinGW and Windows Vista. LetoDB installed and running as a service. [letodb.ini] Port = 2812 DataPath = Log = letodb.log Default_Driver = NTX Lower_Path = 0 EnableFileFunc = 1 EnableAnyExt = 0 Pass_for_Login = 0 Pass_for_Manage = 0 Pass_for_Data = 0 Pass_File = "leto_users" Crypt_Traffic = 0 Share_Tables = 0 Cache_Records = Max_Vars_Number = 10000 Max_Var_Size = 10000 Trigger = PendingTrigger = Last entry in changelog: 2011-09-24 09:25 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) I can connect with the server, but the function leto_file always return false: ? leto_file("file.ext") // return false ? leto_file("mydir/file.ext") // return false ? leto_file("/mydir/file.ext") // return false ? leto_file("//localhost:2812/file.ext") // return false ? leto_file("//localhost:2812/mydir/file.ext") // return false As I understand, if the connection is ok, the directory is ok and the file exist, the function must return true. Regards, Marcos Gambeta |
From: Pavel T. <tp...@ma...> - 2011-10-06 15:48:27
|
2011-10-06 18:50 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c * store FieldName to oError:Operation for some errors like data width Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-09-24 06:27:24
|
2011-09-24 09:25 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/leto_win.c * changes for GetLastError * Readme.txt * readme_rus.txt * small change Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-09-18 06:21:05
|
2011-09-18 09:20 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * Readme.txt * readme_rus.txt * typos Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-08-13 06:36:50
|
2011-08-13 09:40 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * Readme.txt * readme_rus.txt * added instructions for windows service Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-08-09 15:09:59
|
2011-08-09 18:10 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * tests/test_tr.prg * changes for harbour api conventions Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-08-07 06:16:24
|
2011-08-07 09:15 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg * errors while starting LetoDB service are written to the letodb.log Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-08-06 17:25:58
|
2011-08-06 20:25 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/funcleto.h * source/client/leto1.c * source/client/letomgmn.c * source/common/hbip.c * source/common/net.c * source/server/errint.c * source/server/leto_2.c * source/server/leto_win.c * source/server/letofunc.c * source/server/letovars.c * source/server/server.prg * changes to build letodb with Harbour 2.0, Harbour 3.0 and Harbour SVN * warnings Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2011-08-01 16:13:22
|
2011-08-01 19:10 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c ! fixed (go top, skip -1) in letoSkipRaw function * source/server/server.prg * source/server/leto_win.c * errors while installing/deinstalling LetoDB service are written to the letodb.log * rddleto.hbp * client library created in the lib directory Best regards, Pavel Tsarenko |