Re: [sqlite] [Question]SQLite cannot remove journal file as soon as UPDATE transaction finishes?

2016-07-10 Thread Rowan Worth
On 11 July 2016 at 12:18, 刘翔 wrote: > Dear SQLite developers, > > Sqlite version: 3.8.8.3 > Linux version: 3.10.31-ltsi > > Question: > We found when updated a sqlite database in emmc disk, it cannot remove > journal file as soon as the transaction finished. > We know

[sqlite] [Question]SQLite cannot remove journal file as soon as UPDATE transaction finishes?

2016-07-10 Thread 刘翔
Dear SQLite developers, Sqlite version: 3.8.8.3 Linux version: 3.10.31-ltsi Question: We found when updated a sqlite database in emmc disk, it cannot remove journal file as soon as the transaction finished. We know after the transaction finishes, SQLite will unlink the journal file. But when

[sqlite] Preprocessing directives for compiling SQLite for Universal Windows

2016-07-10 Thread skywind mailing lists
Hi, I checked SQLite’s documentation and a bit the internet but it seems to be that nobody has a definite answer which preprocessor directives have to be used to compile SQLite for Universal Windows. Without any preprocessor directives the compilation badly fails (system calls are the

Re: [sqlite] Database is locked

2016-07-10 Thread Igor Korot
Dan, On Sun, Jul 10, 2016 at 11:57 AM, Dan Kennedy wrote: > On 07/10/2016 06:21 AM, Igor Korot wrote: >> >> Simon, >> >> On Sat, Jul 9, 2016 at 7:09 PM, Simon Slavin wrote: >>> >>> On 10 Jul 2016, at 12:06am, Igor Korot wrote:

Re: [sqlite] Database is locked

2016-07-10 Thread Dan Kennedy
On 07/10/2016 06:21 AM, Igor Korot wrote: Simon, On Sat, Jul 9, 2016 at 7:09 PM, Simon Slavin wrote: On 10 Jul 2016, at 12:06am, Igor Korot wrote: I'm trying to write some software in C{++}. Everything works fine except when I exit the program exit

Re: [sqlite] Extending Porter Tokenizer

2016-07-10 Thread Dan Kennedy
On 07/10/2016 01:33 PM, Abhinav Upadhyay wrote: On Fri, Jul 8, 2016 at 3:01 AM, Matthias-Christian Ott wrote: On 2016-07-05 18:11, Abhinav Upadhyay wrote: I'm wondering if it is possible to extend the functionality of the porter tokenizer. I would like to use the functionality

Re: [sqlite] Extending Porter Tokenizer

2016-07-10 Thread Abhinav Upadhyay
On Fri, Jul 8, 2016 at 3:01 AM, Matthias-Christian Ott wrote: > On 2016-07-05 18:11, Abhinav Upadhyay wrote: >> I'm wondering if it is possible to extend the functionality of the >> porter tokenizer. I would like to use the functionality of the Porter >> tokenizer but before