Re: [sqlite] regarding internal design of SQLite

2008-07-08 Thread Nicolas Williams
On Tue, Jul 08, 2008 at 07:44:03PM -0400, Alex Katebi wrote: > No I don't mean offline use. I mean it would be nice to have links on the > sqlite.org for all documents and resources. I thought there was: http://sqlite.org/docs.html (which is linked to from the home page). Nico --

Re: [sqlite] regarding internal design of SQLite

2008-07-08 Thread Alex Katebi
No I don't mean offline use. I mean it would be nice to have links on the sqlite.org for all documents and resources. On Tue, Jul 8, 2008 at 1:42 PM, Mihai Limbasan <[EMAIL PROTECTED]> wrote: > Alex Katebi wrote: > > Is there any way to get to all of these docs you mentioned from the home > >

Re: [sqlite] regarding internal design of SQLite

2008-07-08 Thread Mihai Limbasan
Alex Katebi wrote: > Is there any way to get to all of these docs you mentioned from the home > page of the sqlite.org? > Thanks, > -Alex You mean, for offline use? If yes, then I'd click on Download, then scroll down to Documentation, then I'd clock on sqlite_docs_3_5_9.zip:

Re: [sqlite] regarding internal design of SQLite

2008-07-08 Thread Alex Katebi
Is there any way to get to all of these docs you mentioned from the home page of the sqlite.org? Thanks, -Alex On Tue, Jul 8, 2008 at 2:31 AM, Roger Binns <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Aditya Bhave (adbhave) wrote: > > I am interested in

Re: [sqlite] regarding internal design of SQLite

2008-07-08 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aditya Bhave (adbhave) wrote: > I am interested in learning about the internals of SQLite. The SQLite documentation page at http://sqlite.org/docs.html contains almost all the information you could possibly want. > How it parses > SQL strings, what

[sqlite] regarding internal design of SQLite

2008-07-07 Thread Aditya Bhave (adbhave)
Hi, I am interested in learning about the internals of SQLite. How it parses SQL strings, what goes on the parsing stack, how it executes SQL statements etc. The source code although commented is too large to read. Is there a document I can refer to that explains how this whole process is