[sqlite] Thank you, and I found the tool maybe used Windows's default code, not utf-8.
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. ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] Thank you for your work
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 any new issues. >> > > It's always nice to hear that we did something right :-) Actually you're doing a lot of things right IMO! :-) Anyway, I second Claudio's emotion. ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] Thank you for your work
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 right :-) -- D. Richard Hipp d...@sqlite.org ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
[sqlite] Thank you for your work
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 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. I'd like to thank the SQLite developers for their great work in maintaining this library. You guys rock! We are currently using the SQLite library at the Cambridge Crystallographic Data Centre, a non-profit organisation that caters to the crystallographic community as the home of small molecule crystallography data and as a provider of software for pharmaceutical discovery, materials development, research and education. Kind Regards, Claudio Bantaloukas LEGAL NOTICE Unless expressly stated otherwise, information contained in this message is confidential. If this message is not intended for you, please inform postmas...@ccdc.cam.ac.uk and delete the message. The Cambridge Crystallographic Data Centre is a company Limited by Guarantee and a Registered Charity. Registered in England No. 2155347 Registered Charity No. 800579 Registered office 12 Union Road, Cambridge CB2 1EZ. ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] Thank you
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] > > > Thank you to Dan and Richard then, Very fine work indeed, thanks a lot, it complete the spatialite project quite nicely. Noël Frankinet ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] Thank you
Kudos!!! to Dan/DRH. We always get responses from Dan/DRH which is logical,meaningful and on dot. regards ragha ** This email and its attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it! * - Original Message - From: "D. Richard Hipp" <[EMAIL PROTECTED]> Date: Friday, June 6, 2008 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! > > D. Richard Hipp > [EMAIL PROTECTED] > > > > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
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! D. Richard Hipp [EMAIL PROTECTED] ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
[sqlite] Thank you
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 www.multimedial.de - [EMAIL PROTECTED] http://www.linkedin.com/in/multimedial Lessingstr. 5 - 40227 Duesseldorf - Germany 0211 261 32 12 - 0177 249 70 31 ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
[sqlite] Thank you
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 the end it worked (with help of the patch here http://www.menie.org/georges/DragonEngine/sqlite.html). What's most amazing is the incedible speed of SQLite. The scanner is powered by a 66 Mhz ARM CPU by Samsung and still, SQLite stays fast: Searching for a particular scanned barcode in a table containing ~1 entries is done instantly in much less then half a second. This fast speed, combined with the really small code size and the impressive feature set is extremely great. Many thanks to the developers! Philip PS: Is there some way to donate something to the team? I unfortunately will not be able to contribute much code-wise, so I think, a donation is the least thing I can do.