Hi,
User-defined AggregateFunction's throws an error when they are
retrieved from INFORMATION_SCHEMA.FUNCTION_ALIASES.
I get this error with aggregate functions defined in Jaspa spatial
module :
SELECT * FROM INFORMATION_SCHEMA.FUNCTION_ALIASES;
General error: "java.lang.ArrayIndexOutOfBoundsException" [50000-141]
HY000/50000 (Aide)
org.h2.jdbc.JdbcSQLException: General error:
"java.lang.ArrayIndexOutOfBoundsException" [50000-141]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:
327)
It may come from the class org.h2.table.MetaTable
In the case of FUNCTION_ALIASES the method generateRows uses a method
with a different number of arguments in case of AliasFunction and in
case of AggregateFunction.
Just a guess.
Michaƫl
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.