Re: Added Query Escaping

2014-07-18 Thread Mike Hatfield
Hi Lukas Thanks for adding this - it's definitely something we needed in ObjectiveCMIS! Regarding the implementation, I have a few comments: 1 - My main concern is whether using '?' as token in "SELECT ?, ? FROM ? WHERE ? > ? AND IN_FOLDER(?) OR ? IN (?)" is too fragile? We have a similar toke

Re: Added Query Escaping

2014-07-18 Thread Gavin Cornwell
Hi Lukas, I will take a look today. I also have a couple of pending changes before we can do the 0.4 release. I’ll update the list later today. Regards, Gavin On 17 Jul 2014, at 16:59, Gross, Lukas wrote: > Hi, > > I added CMISQueryStatement class to enable users to escape their queries

Added Query Escaping

2014-07-17 Thread Gross, Lukas
Hi, I added CMISQueryStatement class to enable users to escape their queries using kind of a prepared statement approach. Please let me know if you have any objections… I plan to trigger the .4 release soon, so please have a look :) Best regards, Lukas