Hi Christopher,
> In our code, we have an object which identifies the database, the
> caller and the thread making the call. It would be good if we could do
> something like:
> factory.setClientData("CallerInfo", callerInfo);This has been implemented on SVN Trunk and Github, btw: https://sourceforge.net/apps/trac/jooq/ticket/1169 I went with the short method names: Object setData(String key, Object value); Object getData(String key); Map<String, Object> getData(); Cheers Lukas
