Search found 7 matches

by pmiguelmartins
21.10.2012, 13:05
Forum: ZeosLib 7.0 Beta Forum
Topic: Is this a bug ou a change in code
Replies: 13
Views: 3598

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
by pmiguelmartins
18.10.2012, 12:10
Forum: ZeosLib 7.0 Beta Forum
Topic: Is this a bug ou a change in code
Replies: 13
Views: 3598

EgonHugeist,

I will try this weekend with mysql version 5.5.3 and give the results

Thanks again


Pedro Miguel Martins
by pmiguelmartins
17.10.2012, 15:31
Forum: ZeosLib 7.0 Beta Forum
Topic: Is this a bug ou a change in code
Replies: 13
Views: 3598

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...
by pmiguelmartins
16.10.2012, 09:37
Forum: ZeosLib 7.0 Beta Forum
Topic: Is this a bug ou a change in code
Replies: 13
Views: 3598

EgonHugeist,

I think the problem is caused because a field in the concat is of type integer

If my create a concat with all fields of type char works just fine


Pedro Miguel Martins
by pmiguelmartins
13.10.2012, 14:29
Forum: ZeosLib 7.0 Beta Forum
Topic: Is this a bug ou a change in code
Replies: 13
Views: 3598

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
by pmiguelmartins
12.10.2012, 15:56
Forum: ZeosLib 7.0 Beta Forum
Topic: Is this a bug ou a change in code
Replies: 13
Views: 3598

Done

Just sent the ticket

Thanks

Pedro Martins
by pmiguelmartins
12.10.2012, 11:03
Forum: ZeosLib 7.0 Beta Forum
Topic: Is this a bug ou a change in code
Replies: 13
Views: 3598

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...