Hi, I forgot to reply... there were a few problems with the ResultSet (RESULT_SET) data type which will be fixed in the next release:
- A Java function that returns a result set that was generated using the provided connection can cause an internal error in some cases. In the next release such result sets are copied early on. - Data type RESULT_SET: information_schema.function_aliases returns type 0; in the next release type -10 is returned (the same as Oracle: OracleTypes.CURSOR = -10). - Data type RESULT_SET: tables with columns of type RESULT_SET can be created, but no data can be persisted in this column. This will be allowed (just for consistency). Regards, Thomas -- 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.
