Subject | Re: executing procedure without parameters 1.0 vs 1.5 |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-03-04T10:25:14Z |
> Hi, i'm experiencing some inconsistencies in calling a storedThis is a bug in 1.5 beta (1,2,3), already fixed, thanks to Stanislav
> procedure through a CallableStatement.
>
> This query works with 1.5beta3 driver and does *not* work with 1.0.1
> (the error is "token unknown ')'":
> "EXECUTE PROCEDURE PROC_WITHOUT_PARAMETERS()"
>
> This query works with 1.0.1 driver and does *not* work with 1.5beta3
> (the error is "token unknown null":
> "EXECUTE PROCEDURE PROC_WITHOUT_PARAMETERS"
Bernatsky who provided a fix. Unfortunatelly, currently at home I
have internet access only per mobile phone, and it would be too
expensive to commit changes and release new beta over this 9600 kbit
line. Hopefully situation will change this or next week.
Best regards,
Roman Rokytskyy