Who knows...

Forum related to all other 6.x versions of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
JanH
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 10.03.2006, 16:31

Who knows...

Post by JanH »

Hi there,

is anyone here who knows which version has not the date-bug?
With date-bug I mean if I edit or insert a record and enter a valid date in an according edit-field (or dbgrid) this value would be change to a invalid and weird value.

Is there a known version which works fine?

Thx
barko
Senior Boarder
Senior Boarder
Posts: 51
Joined: 07.09.2005, 13:13

Post by barko »

As I know, this bug is only on fpc port of zeosdbo. There is something... on write to db is date changed to bad date format... and there is no other versions for fpc than zeosdbo_rework.

I use in my program dirty trick. dates are in varchars, and their numbers are in float field or other float fields... double precision for sorting... for view i show varchar part of date... bad trick, but it work for now.
User avatar
firmos
n00blet
n00blet
Posts: 40
Joined: 23.01.2006, 10:02

Post by firmos »

hi,
Latest SVN Version should work fine ...
currently dev team is working on bug fixing and testing
you may fetch svn version - but no warrenties on this ...

greets,
firmos
barko
Senior Boarder
Senior Boarder
Posts: 51
Joined: 07.09.2005, 13:13

Post by barko »

From where can I fetch SVN version of zeosdbo?
bee
Fresh Boarder
Fresh Boarder
Posts: 21
Joined: 04.10.2005, 04:58

Post by bee »

I've test the zeos rework from barko's given URLs, and tried it working with date fields. Thankfully, I found no problem, both retrieving or updating. I've tested it with Firebird v.1.5.3 on WinXP only, though. :D

-Bee-
User avatar
firmos
n00blet
n00blet
Posts: 40
Joined: 23.01.2006, 10:02

Post by firmos »

Hello again,

you can checkout newest code at:

Code: Select all

svn checkout svn://firmos.at/zeos
... use at your own risk ...

@Datebug: This is a bug in FPC 2.0.2 / The newest Versions of FPC dont have this bug - so you need to upgrade FPC or bugfix it dirty!


greets,
firmos
btrewern
Expert Boarder
Expert Boarder
Posts: 193
Joined: 06.10.2005, 18:51

Post by btrewern »

To download from SVN in windows use TortoiseSVN at http://tortoisesvn.tigris.org/


Ben
barko
Senior Boarder
Senior Boarder
Posts: 51
Joined: 07.09.2005, 13:13

Post by barko »

firmos, thanks for svn address...
User avatar
firmos
n00blet
n00blet
Posts: 40
Joined: 23.01.2006, 10:02

Post by firmos »

Hi, all

if you want to support us a bit - you can ask michael for developer status,
then you can access the Developer forum where more specific details are
discussed ...

greets, firmos
Post Reply