d1maxa
d1maxa
> Thanks @d1maxa, this solves the `Cannot parse string: COMMENT ON COLUMN`. > > How did you build apgdiff? For me, `mvn install` only works after removing everything `javadoc`-related from...
I fixed one more error during parsing comments yesterday, you can try my fork version
Hi guys, this problem looks solved in https://github.com/fordfrog/apgdiff/issues/255 already
I kind of fixed it in my fork
> I found the problem. Let assume that we have the below statement > > ``` > COMMENT ON TRIGGER ex_trig ON schem1.table1 IS 'some comment'; > ``` > >...
> @d1maxa I checked your solution. I did also the same thing also. But i am not sure this is the correct way or not i'm sure