SQLite prefixes its temp files with `etilqs_`

67 points by av


snej

“Etilqs” should be a track on the next Aphex Twin album.

prattmic

Daniel Stenberg (the curl maintainer) has a fun collection of emails he has received from users finding his email address in the curl license notice: https://daniel.haxx.se/email/

Diti

For those who want to read it as regular wrapped text:

2006-10-31: The default prefix used to be "sqlite_". But then Mcafee started using SQLite in their anti-virus product and it started putting files with the "sqlite" name in the c:/temp folder.
This annoyed many windows users. Those users would then do a Google search for "sqlite", find the telephone numbers of the developers and call to wake them up at night and complain.
For this reason, the default name prefix is changed to be "sqlite" spelled backwards. So the temp files are still identified, but anybody smart enough to figure out the code is also likely smart enough to know that calling the developer will not help get rid of the file.

mhkohne

I love how they've got the entire story in to comment the thing, rather than just 'don't change this' or something.

lorddimwit

Hello, my name is Mr. Snrub. And I come from, uh... someplace far away. Yes, that'll do.

craigstuntz

Behind every sign, there’s a story

emschwartz

Great find. Thanks for sharing that tidbit