Hello,
I'm trying to execute a simple select like this:
SELECT STABLE.HIST, STABLE.INDEX_, STABLE.NUMOCURRENCES FROM STABLE WHERE ((STABLE.HIST IN (1,2) ) )AND(( STABLE.INDEX_ IN (1,2,3) ) )
But I get the following error trace:
java.sql.SQLException: java.lang.ArrayIndexOutOfBoundsException: 2
at com.hxtt.sql.access.a7.a(Unknown Source)
at com.hxtt.sql.access.a7.a(Unknown Source)
at com.hxtt.sql.access.a2.a(Unknown Source)
This happens using the latest version, please check.
|
Sorry for missing the previous thread. v3.0.031 fixed a bug on utilizing part expression of component index to quicken IN query. It should be availabe after about 24 hours.
|