Does 7.2 fix TWideField aggregates? If so, how to install?

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
Post Reply
Delphic
Fresh Boarder
Fresh Boarder
Posts: 22
Joined: 12.11.2008, 11:46

Does 7.2 fix TWideField aggregates? If so, how to install?

Post by Delphic »

Hi

We are converting a project from MySQL to SQLite. The DB library we are using is Zeos 7.1.4. We have run into a problem: SUM(field) shows up in TZQuery as a TWideStringField. We have code that uses the field type to alter behaviour. so that functionality is not working correctly. We need SELECT SUM(Amount) to return a float, and COUNT(0) to return an integer.

On stackoverflow someone suggested that Zeos 7.2 might fix that problem. Is that correct? If so, how do we install 7.2?

TIA
Mark
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1939
Joined: 17.01.2011, 14:17

Re: Does 7.2 fix TWideField aggregates? If so, how to install?

Post by marsupilami »

Hello Mark,

you should check out the Zeo 7.2 branch from the subversion using the URL http://svn.code.sf.net/p/zeoslib/code-0 ... esting-7.2.#
Then you can just install it via its usual packages :-)
With best regards,

Jan
Delphic
Fresh Boarder
Fresh Boarder
Posts: 22
Joined: 12.11.2008, 11:46

Re: Does 7.2 fix TWideField aggregates? If so, how to install?

Post by Delphic »

marsupilami wrote: you should check out the Zeo 7.2 branch from the subversion using the URL http://svn.code.sf.net/p/zeoslib/code-0 ... esting-7.2.#
Jan
That link gives me the 404. Not this 404: https://upload.wikimedia.org/wikipedia/ ... 4vitfr.jpg
The other one.

---
Mark
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1939
Joined: 17.01.2011, 14:17

Re: Does 7.2 fix TWideField aggregates? If so, how to install?

Post by marsupilami »

Hello Mark,

it seems, that I added some characters that were not meant to be there. Please try this link:
http://svn.code.sf.net/p/zeoslib/code-0 ... esting-7.2
It is meant to be used for the svn checkout command or the respective dialog of Tortoise SVN.

With best regards,

Jan
Post Reply