On Fri, 07 Sep 2007 17:16:39 +0800, Ragha wrote:

>Hi,
>
>Just to get more hands on Sqlite i want to
>write a custom operator. Pls suggest how i can do it.
>
>For example
>select * from tablex where column1 ~ '123';
>
>I want implement it similar to '='. Can anyone help me
>what all steps,files i need to change?
>
>regards
>ragha

This should get you started:
http://www.sqlite.org/docs.html

more specifically:
http://www.sqlite.org/arch.html
http://www.sqlite.org/vdbe.html
http://www.sqlite.org/opcode.html
http://www.hwaci.com/sw/lemon/
http://www.sqlite.org/datatype3.html

Regards,
-- 
  (  Kees Nuyt
  )
c[_]

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to