You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently logtimeFunction throws in case SUBSTRING does not return a valid timestamp for STR_TO_DATE. this is currently mitigated by having jooq setting throw-none enabled in some environments.
a better approach would be to return return a date that does not match i.e. 1970010100 from the SUBSTRING in case it was unable to perform the extraction.
The text was updated successfully, but these errors were encountered:
currently logtimeFunction throws in case SUBSTRING does not return a valid timestamp for STR_TO_DATE. this is currently mitigated by having jooq setting throw-none enabled in some environments.
pth_06/src/main/java/com/teragrep/pth_06/planner/StreamDBClient.java
Lines 320 to 324 in 2b251b1
a better approach would be to return return a date that does not match i.e. 1970010100 from the SUBSTRING in case it was unable to perform the extraction.
The text was updated successfully, but these errors were encountered: