Hi everyone, I have released version 1.5.6
This release consists mainly of code generation bug fixes and minor API improvements and enhancements. The most important improvement is ticket #90, by which lazy fetching and iteration over data is now supported. jOOQ lets you keep a reference to a Cursor that has an open JDBC ResultSet, to fetch data from on-the-fly. A few major code generation bugs were reported where the generated code may cause ambiguity due to an inconsistent API. This means that you will have to re-generate your schema after upgrading to version 1.5.6. Some of your code may not compile anymore, after this upgrade. Support for new RDBMS has been postponed for now. I am currently working on an integration with SQL server. Sybase may follow up shortly, as well. Any help is apreciated! Cheers Lukas
