Re: SQLite, UPDATE, and LIMIT

2018-02-22 Thread Eric Wong
Jonathan Corbet wrote: > On Thu, 22 Feb 2018 23:24:00 + > Eric Wong wrote: > > > So with your patch, is everything else good on Fedora? > > It seems to be. I spent forever in this loop: > > while (it still doesn't work) > install_next_perl_module() > > I've stashed th

Re: SQLite, UPDATE, and LIMIT

2018-02-22 Thread Jonathan Corbet
On Thu, 22 Feb 2018 23:24:00 + Eric Wong wrote: > So with your patch, is everything else good on Fedora? It seems to be. I spent forever in this loop: while (it still doesn't work) install_next_perl_module() I've stashed the list in an ansible config, so I can pass

Re: SQLite, UPDATE, and LIMIT

2018-02-22 Thread Eric Wong
Jonathan Corbet wrote: > So I'm messing with public-inbox a bit. I had to make the following > change before things would work on my Fedora system. (This is with > v1.0.0). > > The symptom was errors out of SQLite; it wouldn't pass "make test" much > less work properly. Some digging turns up t