[sqlite] sqlite Btree

2009-01-15 Thread Alex Krzos
It is not specified anywhere, but is the sqlite btree a b+tree. I noticed that pages with in the btree source file have the ability to be identified as either leaf or leafdata does this mean that sqlite uses a b+tree? ___ sqlite-users mailing list

[sqlite] Modularity, Joins

2009-01-14 Thread Alex Krzos
Hi all, I am doing a project which involves looking through sqlite code and getting a feel for how the dbms actually works. I have three questions. First off, sqlite is supposedly modular. I am having a tough time determining the modularity of the components. How is sqlite modular, it seems

[sqlite] Using Eclipse on Windows XP

2009-01-10 Thread Alex Krzos
Is there an easy way to develop on sqlite using eclipse for C/C++ on a Windows XP machine? I have eclipse open on a source directory but can not compile. Is there a possible faq or wiki on this? Thanks. Alex ___ sqlite-users mailing list