[sqlite] Joel Spolsky on what makes an acceptable software question

2018-04-24 Thread Simon Slavin
_Stack Overflow_ is a little like this list, and Joel Spolsky, CEO of _Stack Overflow_, considers what makes an acceptable question for _Stack Overflow_ here: Just for fun I'm listing ten common types of question I see

Re: [sqlite] Are you getting spam when you post to sqlite-users ?

2018-04-24 Thread Efe Burak
me too On Thu, Apr 19, 2018 at 2:53 PM, Keith Medcalf wrote: > > Richard, > > The ARIN PPML has the same spammer harvesting their list to get subscriber > email addresses and replying with the same type of "spam" ... > > > --- > The fact that there's a Highway to Hell but

Re: [sqlite] Memory leak in csv.c virtual table module

2018-04-24 Thread Richard Hipp
Fixed now on trunk. Thanks for the bug report. On 4/24/18, Ralf Junker wrote: > This SQL causes a memory leak in the csv.c virtual table module: > >CREATE VIRTUAL TABLE if not exists t1 > USING csv(filename='FileDoesNotExists.csv'); > > Cause is that the zIn buffer

[sqlite] Memory leak in csv.c virtual table module

2018-04-24 Thread Ralf Junker
This SQL causes a memory leak in the csv.c virtual table module: CREATE VIRTUAL TABLE if not exists t1 USING csv(filename='FileDoesNotExists.csv'); Cause is that the zIn buffer which is allocated here: http://localhost:8081/artifact?name=1a009b93650732e2=128 is only freed in