Re: [sqlite] 18 minutes 41 seconds

2019-12-31 Thread Ned Fleming
On 2019-12-30 18:13, Richard Hipp wrote: That's the total elapse time from me checking in a bug (check-in https://www.sqlite.org/src/info/40d10e7aad5b8992) until Manuel Rigger's fuzzer had located the bug and issued a ticket against it: (ticket https://www.sqlite.org/src/info/892575cdba4e1e36).

Re: [sqlite] Opposite of SQLite

2019-10-10 Thread Ned Fleming
Someone asked: What the opposite of "Lite”? SQLessLite -- Ned ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Grammar police

2019-07-11 Thread Ned Fleming
On 2019-07-11 2:31 PM, Carl Edquist wrote: Ginger tells me that "a historical" is technically correct, AFAICT, "an historical" is correct iff the "h" in "historical" is silent. Eg, "It's an 'istorical oversight to pronounce the 'h' in 'historical'." From the New Oxford American Dictionary

Re: [sqlite] Regarding CoC

2018-10-22 Thread Ned Fleming
On 2018-10-22 10:29 AM, Richard Hipp wrote: In summary: The values expressed by the current CoC have been unchanged for decades and will not be changing as we move forward. If some people are uncomfortable with those values, then I am very sorry for them, but that does not change the fact.

Re: [sqlite] Ajqvue v2.10 Released

2018-10-07 Thread Ned Fleming
On 2018-10-07 2:34 PM, dmp wrote: Ajqvue Version 2.10 Released The Ajqvue project is pleased to release v2.10 to the public. The release Looks good. Would pronouncing ajqvue -- achoo? -- send Mr. Mxyzptlk back to the 5th dimension for 90 days? -- Ned

[sqlite] "Shipping a New Mindset" - SQLite in Windows 10

2015-11-10 Thread Ned Fleming
On Tue, 10 Nov 2015 14:41:28 -0500, Richard Hipp wrote: >http://engineering.microsoft.com/2015/10/29/sqlite-in-windows-10/ Wow! High praise -- which you deserve. -- Ned

[sqlite] Nuget Sqlite Packages

2015-09-18 Thread Ned Fleming
On Fri, 18 Sep 2015 06:48:55 +0100, Graham Holden wrote: >From: Simon Slavin >Date: 17/09/2015 22:18 (GMT+00:00) >To: General Discussion of SQLite Database mailinglists.sqlite.org> >Subject: Re: [sqlite] Nuget Sqlite Packages > >On 17 Sep 2015, at 8:27pm, R.Smith wrote: > > > >>

Re: [sqlite] GUI INfo

2014-09-09 Thread Ned Fleming
On Wed, 10 Sep 2014 13:56:39 -0700, "Maxine Nietz" wrote: >I am an experienced Access VBA programmer. I know about the SQLite commands >to create and manipulate data in tables and queries. You might want to use Visual Basic, a superset of VBA.

Re: [sqlite] Hints for the query planner

2013-09-11 Thread Ned Fleming
On Tue, 10 Sep 2013 15:26:51 -0400, Richard Hipp wrote: >SURVEY QUESTION: > >The question for today is what to call this magic hint function: > >(1) unlikely(EXPR) >(2) selective(EXPR) >(3) seldom(EXPR) >(4) seldom_true(EXPR) >(5) usually_not_true(EXPR) > >Please feel free

Re: [sqlite] "SQLite" Pronunciation

2013-02-28 Thread Ned Fleming
On Thu, 28 Feb 2013 19:21:16 +, Simon Slavin wrote: > >I was once asked whether Ministers of Parliament were shouting "here here" or >"hear hear" and I didn't have a clue. I had to look it up in Hansard. And >even now I know the answer I don't know how the cry

[sqlite] public domain

2010-06-22 Thread Ned Fleming
IANAL. I am glad IANAL. This is a biased review of an appeals court ruling about removing content from public domain because of "substantial or important governmental interest" and placing it back under copyright. http://www.techdirt.com/articles/20100621/2320049908.shtml Probably nothing to

[sqlite] dump in-memory db to file in tcl

2009-10-02 Thread Ned Fleming
Is it possible to dump an in-memory sqlite database (or table?) to a file from within Tcl? I create it like so: sqlite3 dbFireData :memory: and insert a bunch of records, and then commit. I have tried the following (and variations) -- but no go, kokomo. ($fileOut3 is a handle to a