[sqlite] How to check "atomic write" feature for 4KB page size on TCL test?

2012-08-19 Thread Yongil Jang
Dear all, I'm trying to check whether can I use "atomic write" feature with 4KB page size on my device. To do that, I'd used crash3.test on TCL test by doing like as follows. "./testfixture test/crash3.test" To check it correctly, testfixture is compiled with "-DSQLITE_ENABLE_ATOMIC_WRITE". All

Re: [sqlite] Transaction issues with WinRT build

2012-08-19 Thread Joe Mistachkin
Lukas Fellechner wrote: > > I tried using the WinRT builds of sqlite. But I find there are problems > when using transactions. While my table creation and insert statements work > fine, all transacted "update" statements are failing with result > "CannotOpen", error message is "unable to open

Re: [sqlite] Transaction issues with WinRT build

2012-08-19 Thread Simon Slavin
On 19 Aug 2012, at 3:38pm, "Lukas Fellechner" wrote: > I tried using the WinRT builds of sqlite. But I find there are problems > when using transactions. While my table creation and insert statements work > fine, all transacted "update" statements are failing with

[sqlite] Transaction issues with WinRT build

2012-08-19 Thread Lukas Fellechner
Hello, I tried using the WinRT builds of sqlite. But I find there are problems when using transactions. While my table creation and insert statements work fine, all transacted "update" statements are failing with result "CannotOpen", error message is "unable to open database file". This even

Re: [sqlite] SQLite file format and Open Data

2012-08-19 Thread Richard Hipp
On Sun, Aug 19, 2012 at 9:36 AM, Thejesh GN wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi Richard, > I certainly know the software part of SQLite is in public domain. I want > to know if SQLite file format (how the data is stored and organized > inside