Page 35 of 35

Re: 7.2-Beta testers-thread

Posted: 18.03.2018, 10:41
by marsupilami
JD wrote:I'm currently using Zeos 7.2.2. Can 7.3 be used on production systems?
Hello JD, I am sorry, for the late answer. Curently we plan to do some breaking changes in Zeos 7.3. So I discourage the use of Zeos 7.3 in any production environment unless you need one of the new drivers (oledb, odbc). Otherwise it is wise to stay with Zeos 7.2.

Best regards, Jan

Re: 7.2-Beta testers-thread

Posted: 24.03.2018, 10:46
by miab3
@EgonHugeist, @Jan, @Fr0sT, @mdaems, All

ZEOS 7.3.x svn 4422:

http://sourceforge.net/p/zeoslib/code-0 ... sting-7.3/

compile and run on:

- Lazarus 1.8.2-Win32 (Windows 10-32),
- Delphi 2007-Win32 (Windows 10-64),
- Delphi 10 Seattle-Win32/Win64 (Windows 10-64).

Tested: SQLite, Firebird, Oracle, PostgreSQL, mySQL, MariaDB, MSSQL(ADO, OLE DB, ODBC, FreeTDS), Access.
mORMot v. 4411 - passes the database test with ZEOS(Delphi 10 Seattle Win32/Win64, Delphi 2007).

Michal

Re: 7.2-Beta testers-thread

Posted: 24.03.2018, 14:43
by Fr0sT
miab3 wrote: @ Fr0sT,
Lazarus 1.8.2-Win32 does not understand, this:

Code: Select all

ZVariant.pas
Line2075:

//            {$IFDEF FPC}
//  ==>       SetString(UniTemp, PWideChar(Value.VCharRec.P), Value.VCharRec.Len);
//            Result.VInteger := UnicodeToInt64Def(UniTemp, 0);
//            {$ELSE}
            Result.VInteger := UnicodeToInt64Def(Value.VCharRec.P, 0);
//            {$ENDIF}
Maybe this is unnecessary?
Huh, so FPC lacks override for WideString... could you try Zeos' ZSetString instead?

Re: 7.2-Beta testers-thread

Posted: 25.03.2018, 12:29
by miab3
Fr0sT wrote: Huh, so FPC lacks override for WideString... could you try Zeos' ZSetString instead?
It's not up to date. Michael corrected this.

Michal

Re: 7.2 testers-thread

Posted: 25.03.2018, 16:57
by EgonHugeist
Hi all,

thanks for all hints, tests and reports.
7.2 is dclared stable now.

I'll lock this thread now. Everything wich is asked/reported should be handled in a normal thread now.

Thank you guys!!