Re: Delete query running on server, not through Python

2020-07-10 Thread Zhenya Antić
Thanks a lot On Fri, Jul 10, 2020, at 12:08 PM, Andy Seaborne wrote: > Probably one old_subj / old_rel / old_obj isn't the right format. e.g > if old_obj is a string, is it quoted correctly? Does it contain a " and > need escaping? > > Printout 'query' to check it got assembled as expected. >

Re: Delete query running on server, not through Python

2020-07-10 Thread Andy Seaborne
Probably one old_subj / old_rel / old_obj isn't the right format. e.g if old_obj is a string, is it quoted correctly? Does it contain a " and need escaping? Printout 'query' to check it got assembled as expected. > Encountered "" at line 5, column 86. The parser expected more characters.