[sqlite] bug when saving database under dos

2017-09-22 Thread janezz55 .
Do you have the "write" rights to the directory? yes, the file does get written (file size 0), but the error is returned anyway. Do you already have a file of that name in that folder ? no, I can provide an arbitrary name and it won't work. The file does get written (file size 0), but the error

Re: [sqlite] bug when saving database under dos

2017-09-22 Thread Simon Slavin
On 22 Sep 2017, at 4:36pm, janezz55 . wrote: > I made an image of the problem: > > https://i.stack.imgur.com/a09zN.png Do you already have a file of that name in that folder ? Does SHELL.EXE have enough rights to overwrite it ? Simon. ___ sqlite-u

Re: [sqlite] bug when saving database under dos

2017-09-22 Thread Igor Korot
Hi, On Fri, Sep 22, 2017 at 11:36 AM, janezz55 . wrote: > Hello! Saving the database under dos-compiled sqlite does not work. How can > I go about debugging this (probably, just a small fix is necessary)? Maybe > you have experience with this bug? I made an image of the problem: > > https://i.sta

[sqlite] bug when saving database under dos

2017-09-22 Thread janezz55 .
Hello! Saving the database under dos-compiled sqlite does not work. How can I go about debugging this (probably, just a small fix is necessary)? Maybe you have experience with this bug? I made an image of the problem: https://i.stack.imgur.com/a09zN.png