This release mainly introduces three new projects. Project CURSOR where jOOQ finally supports various RDBMS's TABLE, CURSOR, and REF CURSOR data types. This is especially useful when those types are returned from stored procedures and functions. Cursors are simply mapped to jOOQ Result<Record> types and can thus be used like regular table results
Project EXPORT aims at exporting data from the database in various serialisable formats, such as XML, CSV, HTML, Text, JSON. This project will be continued in the future, to also deserialise from (some of) these data streams. This will allow for easy transport of jOOQ Result<?> types over the net. Project CODEGEN has finally been started. Many improvements suggested by jOOQ users will be implemented in the next releases. In this release, important fixes have been made to prevent compilation errors in generated artefacts. See the full release notes here: http://jooq.sourceforge.net/releasenotes/RELEASENOTES.txt Cheers Lukas PS: Note also, if you are downloading jOOQ from sourceforge, there are now two different artefacts: - jooq-1.6.2-binaries-only.zip, containing only executables - jooq-1.6.2-full.zip, containing also the jOOQ source code, javadoc and dependencies, for those who need this.
