Re: DB.run("UPDATE investing_latest_news SET title = title, preview = preview;") not work done invoke with roda request?

2021-11-21 Thread Billy Zheng
Hi, please check. https://gist.github.com/zw963/212654fc1180d39be1d818392c96bb68 BTW: For accurately reproduce the problem, zhparser and scws had to be installed, which used as chinese ts config, you can check how to make and install it from that gist. Thank you. 在2021年11月21日星期日 UTC+8

Re: DB.run("UPDATE investing_latest_news SET title = title, preview = preview;") not work done invoke with roda request?

2021-11-21 Thread Jeremy Evans
On Sun, Nov 21, 2021 at 5:54 AM Billy Zheng wrote: > > Hi, please check. > https://gist.github.com/zw963/212654fc1180d39be1d818392c96bb68 > > BTW: > > For accurately reproduce the problem, zhparser and scws had to be > installed, which used as chinese ts config, you can check how to make > and

Re: DB.run("UPDATE investing_latest_news SET title = title, preview = preview;") not work done invoke with roda request?

2021-11-21 Thread Billy Zheng
Sad, in my ability, there is no way can reproduce this if not use zhparser. i still consider some incompatible things exists when do UPDATE use DB.run on sequel, e.g. pg function, triggers or others, because use pg gem always work. the last try, maybe there exists some clue on