> Looking at http://www.jooq.org/manual-single-page/ I see that some methods > throw SQLException while other methods throw DataAccessException. Why do we > have both these exceptions? Should JOOQ only throw one?
The manual is fixed, references to SQLException have been replaced by DataAccessException. Thanks again for reporting this.
