[sqlite] In memory SQLite

2009-01-22 Thread Ionut Subasu
Hi, I am trying to use SQLite in a new operating system. Right now we don't support a large functionality Is there a way to make SQLite to work entirely into memory? (meaning that everything should be on main memory, from journals, logs...) Regards, Ionut

Re: [sqlite] In memory SQLite

2009-01-22 Thread Ionut Subasu
The problem for me is at compile time. Since we have a new OS we do not have implemented the posix and the file access librays(like fstat...). Therefore everything should work in memory. So I have set the SQLITE_OMIT_DISKIOflag and also

[sqlite] Develop SQLite with Eclipse

2009-02-19 Thread Ionut Subasu
Hi everybody, I am trying to do some changes to sqlite and I use as IDE Eclipse and as OS Linux. Due to the large size of the file, the environment is verry slow on editing. I have checked out the indication on the SQLite web site ( http://www.sqlite.org/cvstrac/wiki?p=HowToCompile) but I think

Re: [sqlite] Develop SQLite with Eclipse

2009-02-19 Thread Ionut Subasu
Problem solved, I have created an Eclipse project and added the whole CVS source files there and it worked. Regards, Ionut On Thu, Feb 19, 2009 at 10:07 AM, Ionut Subasu <ionut.sub...@gmail.com>wrote: > Hi everybody, > > I am trying to do some changes to sqlite and I use

[sqlite] Possible problems in SQLite code

2009-02-19 Thread Ionut Subasu
Hi, I have compiled the sqlite with the SQLITE_OMIT_DISKIO option, and I get the following warnings(see below), I think that an IFDEF si wrongly set, and maybe someone from the developers can take a look. Regards, Ionut sqlite3.c:8714: warning: 'sqlite3PagerOpen' used but never defined