> Do you have an Eclipse formatter config for me? Yes, all you need is checked in here: https://github.com/jOOQ/jOOQ/tree/master/jOOQ-codegen/.settings
> I also use H2 but it does take 1-2s to start; with my mock database, I can > run about 100 tests in that time :-) > > Also, the mock database allows to define a lot more corner cases since you > can extend an existing "schema" -> much more efficient. Yes, well if we start afresh, it's a good idea to create these things. Currently, there are probably too many integration tests and not enough unit tests > Right now, I don't have big issues with meta; I would prefer if things like > configuredSchemata would be elsewhere (so the AbstractDatabase would really > be just an information pool about the database) and all mapping options > would be in the config of the code generator. But it doesn't hurt me. Yes, that was never cleanly separated > My new code will make it pretty easy to refactor that later when we have all > those nice test cases :-) You're setting the expectations high! :-) Cheers Lukas
