Re: sqlite3: no such module: fts5
Op ma 6 jul. 2020 om 07:05 schreef Morten Kjærulff via Cygwin: > > Hi, > > I am (ok, almost) sure that I have created a fts5 db before, how did I? > > $ echo "create virtual table t using fts5(t)"|sqlite3 t.db > Error: near line 1: no such module: fts5 > > $ sqlite3 --version > 3.30.0 2019-10-04 15:03:17 > c20a35336432025445f9f7e289d0cc3e4003fb17f45a4ce74c6269c407c6e09f Hi Morten, thank you for bringing this to my attention. Indeed, it looks like in the build somehow the ENABLE_FTS5 option was left out. I'll correct this for the (upcoming) 3.32.3 version. Thanks! Jan Nijtmans -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
Re: Command expansion inside for loop
On 7/7/2020 3:06 PM, Mike Brown wrote: On Tue, Jul 07, 2020 at 04:45:28PM -0500, Mike Brown wrote: On Tue, Jul 07, 2020 at 04:17:43PM -0500, Mike Brown wrote: > Several years ago I was provided with info on how to get command expansion > to work inside for loops. I run under Zsh. It was done for the install that > I have under XP. I've since installed cygwin under Win7-64 and want to get > the expansion working again, but do not remember what was done to get it > to work. Brain fart. Never an issue with XP, as the Zsh version is 2.4.6. The Win7 version is 5.3. I thought I had it working. It might be because I think I reinstalled cygwin as I redid the OS. In any event, it is no longer working. Nevermind. I found it. It was when I went to Fedora 25 and a 5.x version of Zsh that the issue arose. I dug thru some e-mail and it was via the Zsh mail list that I was provided with the answer. It was Jun 14, 2017, that I updated the .zshrc file. Brain got fuzzy over the three years. I added the changes to the cygwin version of my .zshrc file and it worked. MB You got us reading three posts, so we're fully invested in your issue, and then you don't share the answer? That's just cruel :) -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
Re: Command expansion inside for loop
On 2020-07-08 04:47, Mark Hansen wrote: You got us reading three posts, so we're fully invested in your issue, and then you don't share the answer? That's just cruel :) I'm invested in the amusement of the whole procession, but all the while I'm thinking that command substitution inside a for loop is basic shell syntax from POSIX: $ for x in $(echo a b c) ; do echo $x ; done a b c so it's either a PEBKAC or some obscure version-specific Zsh problem nobody cares about any more. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
copy
please how i can read a tar tape0? thank you anastasios -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
Re: copy
On 09.07.2020 02:50, anastasios agnostos via Cygwin wrote: please how i can read a tar tape0? thank you anastasios -- https://cygwin.com/cygwin-ug-net/using-specialnames.html you can read from /dev/tape0 See also the mt tools https://cygwin.com/packages/summary/mt.html -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple