Problem with parameters
Posted: Tue Apr 05, 2011 3:54 am
Hello,
Using the new version All my reports which used parameters stopped working.
Please check it.
To reproduce
1. The select command is
SELECT * FROM table WHERE {filter} ORDER BY field1
Then during the execution replace {filter}with field1= 2
I have dumped the data and it seems that the {filter} is not recognised.
After this the SQL is truncated before it is passed to execution.
I want to use the new version, but this is not possible due to this problem
Kind Regards
Tony
Using the new version All my reports which used parameters stopped working.
Please check it.
To reproduce
1. The select command is
SELECT * FROM table WHERE {filter} ORDER BY field1
Then during the execution replace {filter}with field1= 2
I have dumped the data and it seems that the {filter} is not recognised.
After this the SQL is truncated before it is passed to execution.
I want to use the new version, but this is not possible due to this problem
Kind Regards
Tony