Re: [sqlite] [EXTERNAL] Re: WAL file size increase

2018-11-26 Thread Sharma, Tanuj [AUTOSOL/FMP/IN]
] Subject: Re: [sqlite] [EXTERNAL] Re: WAL file size increase On 11/26/18, Sharma, Tanuj [AUTOSOL/FMP/IN] wrote: > I want to know why auto_checkpoint is not working when there is no Primary > Key in the table. As far as I know, you are the only person who has ever seen this problem. Nobody else i

Re: [sqlite] [EXTERNAL] Re: WAL file size increase

2018-11-26 Thread Richard Hipp
On 11/26/18, Sharma, Tanuj [AUTOSOL/FMP/IN] wrote: > I want to know why auto_checkpoint is not working when there is no Primary > Key in the table. As far as I know, you are the only person who has ever seen this problem. Nobody else is able to reproduce it, and nobody has any ideas what might b

Re: [sqlite] [EXTERNAL] Re: WAL file size increase

2018-11-26 Thread Sharma, Tanuj [AUTOSOL/FMP/IN]
e reason for auto_checkpoint not working in WAL mode. I will appreciate help on this. Thanks for your help in advance. Regards, Tanuj Sharma From: sqlite-users on behalf of Sharma, Tanuj [AUTOSOL/FMP/IN] Sent: Thursday, November 15, 2018 8:45 AM To: SQLite ma

Re: [sqlite] [EXTERNAL] Re: WAL file size increase

2018-11-14 Thread Sharma, Tanuj [AUTOSOL/FMP/IN]
Hello Simon, Thanks for looking into my issue. >> If, during your testing, you're using existing database files, please >> create new ones each time. I am not sure if I understood this suggestion. After making my code changes, I creates a new database file in WAL mode and still observed the is