Re: Appending custom SQL clause

2015-04-03 Thread Janko Marohnić
Perfect! Thank you :) Janko On Fri, Apr 3, 2015 at 9:02 PM Jeremy Evans wrote: > On Friday, April 3, 2015 at 10:04:22 AM UTC-7, Janko Marohnić wrote: >> >> Hi Jeremy, >> >> I'm using Sequel in combination with Sphinx. Sphinx has it's own SphinQL, >> which is a limited version of MySQL. However,

Re: Appending custom SQL clause

2015-04-03 Thread Jeremy Evans
On Friday, April 3, 2015 at 10:04:22 AM UTC-7, Janko Marohnić wrote: > > Hi Jeremy, > > I'm using Sequel in combination with Sphinx. Sphinx has it's own SphinQL, > which is a limited version of MySQL. However, there is one clause that is > SphinQL-specific, and doesn't exist in the SQL language:

Appending custom SQL clause

2015-04-03 Thread Janko Marohnić
Hi Jeremy, I'm using Sequel in combination with Sphinx. Sphinx has it's own SphinQL, which is a limited version of MySQL. However, there is one clause that is SphinQL-specific, and doesn't exist in the SQL language: "OPTION". Is it possible to somehow append it in Sequel? I want to generate thi