Alexandre Jacob
Alexandre Jacob
Hello, any update concerning the ownership of this plugin ? This plugin is very helpful for eclipse users using jetty, new versions are being release from jetty (and eclipse of...
This bug was introduced by #3930 and is released since 3.4.2, as a workaround 3.4.1 can be used meanwhile
> @hwaring The workaround for missing SQL feature support is always plain SQL templating: https://www.jooq.org/doc/latest/manual/sql-building/plain-sql-templating/ > > e.g. > > ```java > DSL.field("{0} AT TIME ZONE 'UTC'", resultType, argumentTimestamp); >...