On Tue, Sep 28, 2010 at 2:07 AM, Dustin Sallings <dus...@spy.net> wrote:

>
>        I've got a program that uses SQLite and has a couple of callouts to
> do pre and post initialization (setting pragmas mostly).
>
>        Originally, I was just parsing for ';' characters and sending each
> through with execute.  Recently, I wanted to set up a couple of temporary
> triggers (which naturally contain ';' characters) in one of these scripts
> and that sort of fell apart.
>
>        Is there any way to run a sql script, or perhaps hand sqlite a chunk
> of text and ask ``is this a query yet?''
>
>
See http://www.sqlite.org/c3ref/complete.html


> --
> Dustin Sallings
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to