EgonHugeist,
I think you are right this is a MySQL bug ...
So in this case is better to close the ticket and hope that other user don't have this problem
Pedro Miguel Martins
Search found 7 matches
- 21.10.2012, 13:05
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Is this a bug ou a change in code
- Replies: 13
- Views: 3657
- 18.10.2012, 12:10
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Is this a bug ou a change in code
- Replies: 13
- Views: 3657
- 17.10.2012, 15:31
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Is this a bug ou a change in code
- Replies: 13
- Views: 3657
EgonHugeist, I can assure that are everything equal except the zeos version I rename the folder that I have with alpha and beta and with alpha folder works and with beta doesn't (I inclusive delete all dcu's and bpl's to assure) I know that this isn't the solution but I change this code and works f...
- 16.10.2012, 09:37
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Is this a bug ou a change in code
- Replies: 13
- Views: 3657
- 13.10.2012, 14:29
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Is this a bug ou a change in code
- Replies: 13
- Views: 3657
EgonHugeist
I deleted all zeos and reinstall from the beginning
create again my table
and the problem persist
If I change the sql code to
cast ( ..... as char ) ......
works well
Pedro Martins
create again my table
and the problem persist
If I change the sql code to
cast ( ..... as char ) ......
works well
Pedro Martins
- 12.10.2012, 15:56
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Is this a bug ou a change in code
- Replies: 13
- Views: 3657
Done
Just sent the ticket
Thanks
Pedro Martins
Thanks
Pedro Martins
- 12.10.2012, 11:03
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Is this a bug ou a change in code
- Replies: 13
- Views: 3657
Is this a bug ou a change in code
I have this sql : select concat(e.cpost_codigo, if(e.cpost_rua=0,"", concat('-',e.cpost_rua)), " ", e.cpost_nome) as cp from entidades e where e.firmsid = 2 in version 7.0 alpha the field cp was a string in version 7.0.1 beta the field cp is byte Is this a permanent change ou a b...