[sqlite] Journalling

2003-10-23 Thread v t
Hi, How do I turn journalling OFF? Inside sqlite_open function, I passed TRUE to third argument of sqliteBtreeFactory which stands for omitJournal. That did not work. I got an assertion in sqlitepager_commit. Following is the surrounding code: TRACE1("COMMIT\n"); if( pPager->dirtyFile==0

[sqlite] Sequences

2003-10-23 Thread soso
Hi, Are there any plans to introduce sequences in SQLite? Thanks in advance, soso __ Do you want a free e-mail for life ? Get it at http://www.email.ro/ -

Re: [sqlite] Making sqlite support unicode?

2003-10-23 Thread Wayne Venables
At 10:05 AM 23/10/2003, you wrote: Wayne Venables <[EMAIL PROTECTED]> wrote: Has anyone though of or accomplished converting sqlite so that it handles unicode (wide) characters rather than simply straight ASCII? I would consider this the biggest limitation of sqlite right now; it cannot be adopted

Re: [sqlite] Making sqlite support unicode?

2003-10-23 Thread James W. Walker
Wayne Venables <[EMAIL PROTECTED]> wrote: Has anyone though of or accomplished converting sqlite so that it handles unicode (wide) characters rather than simply straight ASCII? I would consider this the biggest limitation of sqlite right now; it cannot be adopted anywhere except in countries with

[sqlite] Making sqlite support unicode?

2003-10-23 Thread Wayne Venables
Hello all, Has anyone though of or accomplished converting sqlite so that it handles unicode (wide) characters rather than simply straight ASCII? I would consider this the biggest limitation of sqlite right now; it cannot be adopted anywhere except in countries with the Latin alphabet. Thanks

Re: [sqlite] Can I strip libsqlite.so.0.5.3 ?

2003-10-23 Thread Danny Reinhold
Hi! > I have not clear when I can/can 't strip an object file. > > Could yuo explane me? > > Can I strip libsqlite.so.0.5.3 ? > -rw-r--r--1 root root 326048 set 2 12:23 > libsqlite.so.0.5.3(stripped) > -rwxr-xr-x1 root root 1242413 ott 23 14:06 > libsqlite.

[sqlite] Can I strip libsqlite.so.0.5.3 ?

2003-10-23 Thread Massimiliano Zilio
I have not clear when I can/can 't strip an object file. Could yuo explane me? Can I strip libsqlite.so.0.5.3 ? -rw-r--r--1 root root 326048 set 2 12:23 libsqlite.so.0.5.3(stripped) -rwxr-xr-x1 root root 1242413 ott 23 14:06 libsqlite.so.0.5.3 (not strippe

Re: [sqlite]Hello World!

2003-10-23 Thread andr3a
- Original Message - From: "Mrs. Brisby" <[EMAIL PROTECTED]> > You probably wanted to post this to the Sqlite-users mailing list. oh, I'm newbie on ml too :-) Thank You. [ hoping this is the right place ] andr3a. P.S. if anybody want to see or use my class just tell me and i'll p

Re: [sqlite] File Portability

2003-10-23 Thread Danny Reinhold
Hi! > Darren Duncan wrote: > > > > Can you also copy [SQLite database] files between computers which have > > different CPUs, especially between big-endian and little-endian > > architectures, and have it just work? > Yes Hehe, short answers today ;-) The long answer: The database is organize