Aha!  Right, operator overloading.  Thanks!

On Wed, Mar 20, 2019 at 10:18 AM 'Cédric Krier' via python-sql <
[email protected]> wrote:

> On 2019-03-20 09:37, Brosefski wrote:
> > I do have one more question actually.  What is the technology you're
> using
> > that allows direct parsing of where statements?  I find this interesting
> > from python and I haven't come across another example of it or
> > documentation on it.
>
> This is simply done by override the standard operators of Python in the
> Expression class (which derive all SQL expressions)
>
> --
> Cédric Krier - B2CK SPRL
> Email/Jabber: [email protected]
> Tel: +32 472 54 46 59
> Website: http://www.b2ck.com/
>
> --
> You received this message because you are subscribed to the Google Groups
> "python-sql" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"python-sql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to