Re: [sqlite] Re: Aggregate and query limit

2007-08-19 Thread Trevor Talbot
On 8/19/07, Igor Tandetnik <[EMAIL PROTECTED]> wrote:

> http://archives.devshed.com/forums/showpost.php?p=5772144=8

I've seen some interesting things out of web forums and mailing list
gateways, but having all of the capital 'O's go missing is a new
one...

http://www.mail-archive.com/sqlite-users@sqlite.org/msg15096.html

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



[sqlite] Re: Aggregate and query limit

2007-08-19 Thread Igor Tandetnik

Mina R Waheeb <[EMAIL PROTECTED]> wrote:

So, I have two questions about that mechanism of executing the quires:
- What is the language type that's the code generator is generating?


http://sqlite.org/vdbe.html
http://sqlite.org/opcode.html


- Can i skip the SQL parsing and provide ready compiled statement to
be executed by the VM and tells SQLite what exactly to do, Not what
the generator understands from my SQL.?


You may want to look at SQLite Stored Statement Extension:

http://archives.devshed.com/forums/showpost.php?p=5772144=8

Igor Tandetnik 



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