-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
This query fails to parse:
select timestamp with time zone '2000-01-01 00:00:00.0Z'The error is:
org.jooq.impl.ParserException: Unexpected content after end of query input: [1:18] select timestamp [*]with time zone '2000-01-01 00:00:00.0Z'
at org.jooq.impl.DefaultParseContext.exception(ParserImpl.java:15452)
at org.jooq.impl.DefaultParseContext.done(ParserImpl.java:15638)
at org.jooq.impl.DefaultParseContext.lambda$8(ParserImpl.java:1017)
at org.jooq.impl.DefaultParseContext.wrap(ParserImpl.java:15645)
at org.jooq.impl.DefaultParseContext.parseSelect0(ParserImpl.java:1017)
at org.jooq.impl.ParserImpl.parseSelect(ParserImpl.java:844)
at org.jooq.impl.ParserImpl.parseSelect(ParserImpl.java:839)
at org.jooq.testscripts.JDBC.main(JDBC.java:38)