Re: [sqlite] sqlar: makeDirectory called with permission bits of file

2019-03-26 Thread Winter, Martin
te mailing list > Betreff: Re: [sqlite] sqlar: makeDirectory called with permission bits of file > > On Mon, Mar 25, 2019 at 4:07 PM Richard Hipp wrote: > > > Please try the latest trunk check-in and let use know whether or not > > it fixes your issue.

Re: [sqlite] sqlar: makeDirectory called with permission bits of file

2019-03-26 Thread Dominique Devienne
On Mon, Mar 25, 2019 at 4:07 PM Richard Hipp wrote: > Please try the latest trunk check-in and let use know whether or not it > fixes your issue. > For reference: https://www.sqlite.org/src/info/f11c89595dc65f89 ___ sqlite-users mailing list sqlite-use

Re: [sqlite] sqlar: makeDirectory called with permission bits of file

2019-03-25 Thread Richard Hipp
Please try the latest trunk check-in and let use know whether or not it fixes your issue. On 3/25/19, Winter, Martin wrote: > Hi all, > > since I have received no reaction to my contribution, would like to draw > your attention to it again. > > It is annoying that you get an error message when ex

Re: [sqlite] sqlar: makeDirectory called with permission bits of file

2019-03-25 Thread Winter, Martin
Hi all, since I have received no reaction to my contribution, would like to draw your attention to it again. It is annoying that you get an error message when extracting files from an sqlar archive using sqlite3 -Ax when this archive contains files with permission bits 0664 in subdirectories,

[sqlite] sqlar: makeDirectory called with permission bits of file

2019-03-11 Thread Winter, Martin
Hi, when extracting files in subdirectories from an sqlar archive, or when otherwise using the writefile function to create a file in a subdirectory, the makeDirectory function is called with the permission bits of the file. If e.g. the file has permission bits 0664, then the directory will hav