cube2222 / octosql

OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Mozilla Public License 2.0
4.75k stars 202 forks source link

[ENHANCE] it could be better if using $HOME/.octosql/tmp/plugins as plugin executor tmp dir #265

Closed xqbumu closed 2 years ago

xqbumu commented 2 years ago

It is not very friendly to Linux users.

https://github.com/cube2222/octosql/blob/f2f6b4d056c1d735e26f4de810b1061bda64d381/plugins/executor/executor.go#L41

thanks.

cube2222 commented 2 years ago

Hey!

Thanks for the report, must've slipped through when I was doing the pre-release cleanup.

I've pushed a fix for that, so you can go install the latest commit for now.

I'll get a new patch release out soon with this.

xqbumu commented 2 years ago

Hey!

Thanks for the report, must've slipped through when I was doing the pre-release cleanup.

I've pushed a fix for that, so you can go install the latest commit for now.

I'll get a new patch release out soon with this.

Thanks for the response. :) @cube2222 The issues is fixed, so I'm going to close it. Feel free to reopen it if you want to use it to track work.