7.2 testers-thread

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1918
Joined: 17.01.2011, 14:17

Re: 7.2-Beta testers-thread

Post 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
miab3
Zeos Test Team
Zeos Test Team
Posts: 1309
Joined: 11.05.2012, 12:32
Location: Poland

Re: 7.2-Beta testers-thread

Post 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
Fr0sT
Zeos Dev Team
Zeos Dev Team
Posts: 280
Joined: 08.05.2014, 12:08

Re: 7.2-Beta testers-thread

Post 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?
miab3
Zeos Test Team
Zeos Test Team
Posts: 1309
Joined: 11.05.2012, 12:32
Location: Poland

Re: 7.2-Beta testers-thread

Post 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
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Re: 7.2 testers-thread

Post 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!!
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
Locked