Re: [sqlite] SQLite DB backups on Windows

2008-08-01 Thread Eric Minbiole
> What we're thinking of doing is pushing the PENDING_BYTE from the first > byte past the 1GB boundary to somewhere deep in the 64-bit range (such > as perhaps the 1TB boundary). We would have to update many lock and > unlock calls in os_win.c to do so, mainly adding a high-order 32-bit >

Re: [sqlite] SQLite DB backups on Windows

2008-08-01 Thread D. Richard Hipp
On Aug 1, 2008, at 3:14 PM, Arun Bhalla wrote: > Hi there, > > We are performing backups of the SQLite DB file by opening an > IMMEDIATE > transaction and then copying the file. (cf. > , >

Re: [sqlite] SQLite DB backups on Windows

2008-08-01 Thread Arun Bhalla
I forgot to mention that we're using SQLite 3.5.9. Arun Arun Bhalla wrote: > Hi there, > > We are performing backups of the SQLite DB file by opening an IMMEDIATE > transaction and then copying the file. (cf. > , >

[sqlite] SQLite DB backups on Windows

2008-08-01 Thread Arun Bhalla
Hi there, We are performing backups of the SQLite DB file by opening an IMMEDIATE transaction and then copying the file. (cf. , ) On Windows we use CopyFileA