Re: [sqlite] Do source updates effect DB file compatiblity?

2005-03-22 Thread Kiel W.
>If your application works fine with the version that you've embedded, why change? Ng, the application is not written yet, I'm still in the research stage. I'm looking towards the future and any problems I may possibly encounter. >The policy so far has been that file formats within a major >vers

Re: [sqlite] Do source updates effect DB file compatiblity?

2005-03-19 Thread Dan Kennedy
The policy so far has been that file formats within a major version (i.e 3) are forwards compatible - files created by older versions can be read/written by newer versions. Sometimes features are added that mean newer versions can create files that may not be used by older versions. If you don't

Re: [sqlite] Do source updates effect DB file compatiblity?

2005-03-18 Thread Ng Pheng Siong
On Fri, Mar 18, 2005 at 02:13:39PM -0800, Kiel W. wrote: > As SQLite progresses and I update my source with new releases, > recompile and deploy If your application works fine with the version that you've embedded, why change? -- Ng Pheng Siong <[EMAIL PROTECTED]> http://sandbox.rulemaker.ne

[sqlite] Do source updates effect DB file compatiblity?

2005-03-18 Thread Kiel W.
List, I'm new to the concept of embedded databases, but it seems to be the ideal solution for a project I'm developing for school/ my church. Along with any resources you might recommend one question has been on my mind for awhile. As SQLite progresses and I update my source with new releases, r