We've been working to improve support for stored procedures and functions for many RDBMS. The major improvements that are going to be included in version 1.5.3 are:
- Support for Postgres stored procedures / functions - Support for H2 stored functions - Support for HSQLDB stored procedures / functions - Support for UDTs in stored procedure / function parameters - Support for non-constant arguments to stored functions when used in SQL - Some fixes for stored procedures / functions without parameters - Final decision on DB2 UDT: We're not going to support that for now And many more. See what's currently implemented at https://sourceforge.net/apps/trac/jooq/report/6 Cheers Lukas Eder
