[sqlite] Thank you, and I found the tool maybe used Windows's default code, not utf-8.

2019-10-03 Thread 算 子
When I open the sqlite.exe by cmd.It can print text normally(but the format is wrong). But after I run"chcp 65001"(change the cmd code to utf-8) text become random code. So,maybe the tool used WindowsOS's default code which itself running on. ___

Re: [sqlite] Thank you for your work

2017-05-22 Thread Wolfgang Enzinger
Am Fri, 19 May 2017 13:36:57 -0400 schrieb Richard Hipp: > On 5/19/17, Claudio Bantaloukas wrote: >> >> Lo and behold, the latest version handled these queries without issue, >> halved the time it took to run some other queries and has apparently not >> introduced

Re: [sqlite] Thank you for your work

2017-05-19 Thread Richard Hipp
On 5/19/17, Claudio Bantaloukas wrote: > > Lo and behold, the latest version handled these queries without issue, > halved the time it took to run some other queries and has apparently not > introduced any new issues. > It's always nice to hear that we did something

[sqlite] Thank you for your work

2017-05-19 Thread Claudio Bantaloukas
I had recently been tasked with verifying why our previous (and ancient) version of SQLite was having difficulty parsing some long and complicated queries our software was throwing at it. Before embarking in the full quest, I tried a more recent version to see whether things had improved. Lo

Re: [sqlite] Thank you

2008-06-06 Thread noel frankinet
D. Richard Hipp a écrit : > I'd like to take credit for the new r-tree module because it is a fine > piece of work. But in truth the new r-tree module was written > entirely by Dan Kennedy. http://www.sqlite.org/crew.html Good job, > Dan! > > D. Richard Hipp > [EMAIL PROTECTED] > > >

Re: [sqlite] Thank you

2008-06-06 Thread RaghavendraK 70574
6:02 pm Subject: Re: [sqlite] Thank you > I'd like to take credit for the new r-tree module because it is a > fine > piece of work. But in truth the new r-tree module was written > entirely by Dan Kennedy. http://www.sqlite.org/crew.html Good > job, > Dan! >

Re: [sqlite] Thank you

2008-06-06 Thread D. Richard Hipp
I'd like to take credit for the new r-tree module because it is a fine piece of work. But in truth the new r-tree module was written entirely by Dan Kennedy. http://www.sqlite.org/crew.html Good job, Dan! D. Richard Hipp [EMAIL PROTECTED]

[sqlite] Thank you

2008-06-06 Thread Christophe Leske
I would like to thank all the participatns of this list for the very useful information i got here the last days. A big thank you to everyone, including of course Mr Hipp. The rtree implementation is really quick and does work like a charm. Best regards, -- Christophe Leske

[sqlite] Thank you

2004-09-17 Thread Philip Hofstetter
Hello, I'm just passing by to say a big fat "thank you" to the SQLite developers. We actually managed to compile SQLite for an Intermec ck1 barcode scanner/mobile computer (running ucLinux). It required some hacking around as we were not able to get the configure script to run properly, but in