Re: [sqlite] Strange difference between sqlite 3.7.3 and 3.7.10

2012-03-09 Thread Richard Hipp
On Fri, Mar 9, 2012 at 1:51 AM, Alan Chandler a...@chandlerfamily.org.ukwrote: Can you scrub the data (replace numbers with values from random(), and all strings with random text?) If not, email the database directly to me. I have done some randomisation and sent it to you privately

[sqlite] Strange difference between sqlite 3.7.3 and 3.7.10

2012-03-08 Thread Alan Chandler
I have been running a financial management application application I wrote for a number of years. My production version runs on Debian stable system as a result is running sqlite v3.7.3. My personal development machine is running Debian unstable and as a result has sqlite 3.7.10. Earlier

Re: [sqlite] Strange difference between sqlite 3.7.3 and 3.7.10

2012-03-08 Thread Alan Chandler
On 08/03/12 22:44, Alan Chandler wrote: I have been running a financial management application application I wrote for a number of years. My production version runs on Debian stable system as a result is running sqlite v3.7.3. My personal development machine is running Debian unstable and as

Re: [sqlite] Strange difference between sqlite 3.7.3 and 3.7.10

2012-03-08 Thread Richard Hipp
On Thu, Mar 8, 2012 at 5:44 PM, Alan Chandler a...@chandlerfamily.org.ukwrote: I have been running a financial management application application I wrote for a number of years. My production version runs on Debian stable system as a result is running sqlite v3.7.3. My personal development

Re: [sqlite] Strange difference between sqlite 3.7.3 and 3.7.10

2012-03-08 Thread Richard Hipp
On Thu, Mar 8, 2012 at 6:27 PM, Alan Chandler a...@chandlerfamily.org.ukwrote: On 08/03/12 22:44, Alan Chandler wrote: I have been running a financial management application application I wrote for a number of years. My production version runs on Debian stable system as a result is running

Re: [sqlite] Strange difference between sqlite 3.7.3 and 3.7.10

2012-03-08 Thread Alan Chandler
On 08/03/12 23:32, Richard Hipp wrote: On Thu, Mar 8, 2012 at 5:44 PM, Alan Chandlera...@chandlerfamily.org.ukwrote: I have been running a financial management application application I wrote for a number of years. My production version runs on Debian stable system as a result is running

Re: [sqlite] Strange difference between sqlite 3.7.3 and 3.7.10

2012-03-08 Thread Richard Hipp
On Thu, Mar 8, 2012 at 6:47 PM, Alan Chandler a...@chandlerfamily.org.ukwrote: The complete database schema is here https://github.com/akc42/**AKCMoney/blob/master/app/inc/**database.sqlhttps://github.com/akc42/AKCMoney/blob/master/app/inc/database.sql My database is full of private

Re: [sqlite] Strange difference between sqlite 3.7.3 and 3.7.10

2012-03-08 Thread Alan Chandler
On 09/03/12 00:29, Richard Hipp wrote: On Thu, Mar 8, 2012 at 6:47 PM, Alan Chandlera...@chandlerfamily.org.ukwrote: The complete database schema is here https://github.com/akc42/**AKCMoney/blob/master/app/inc/**database.sqlhttps://github.com/akc42/AKCMoney/blob/master/app/inc/database.sql