Ian Timothy
Ian Timothy
Jobs continue to run even after calling `cron.unschedule()` and `pg_cancel_backed()`. This system was previously running v1.3 and did not have this problem. Recently v1.4 was installed and started noticing this...
apgdiff 2.4 jdk 10.0.2 ``` Exception in thread "main" cz.startnet.utils.pgdiff.parsers.ParserException: Cannot parse string: CREATE TABLE public.timeclock_punches ( id integer NOT NULL, user_id integer NOT NULL, type_id text NOT NULL, class_id...
With Helium 2, I got the "Unsupported Browser" error, so I'm trying this version. When trying to play this: https://www.hulu.com/watch/c05513f5-d01e-41bd-9492-ddd4d540cae1 I get this: > Hulu Error Code: RUNUNK13 I'm using...
This would make the behavior consistent with `count()` and the change in #2 . ```sql select count(v) as count, count(v) filter (where v = 0) as count_input_0_rows, count(v) filter (where...