SQLite developer argues for quick bug disclosure and fixes, despite egg on face

SQLite developer D Richard Hipp has posted to his mailing list to announce a third release in the space of a few days, to fix bugs discovered in version 3.6.10: Some concern has been expressed that we are releasing too frequently. (Three releases in one week is a lot!) The concern is that this creates … Continue reading SQLite developer argues for quick bug disclosure and fixes, despite egg on face

SQLite with Delphi

I’ve committed some updates to the simple Delphi wrapper for SQLite. Most of the work was done by others. The main changes are to support named parameters (thanks Lukas Gebauer); and to support prepared queries for performance optimization (thanks Andrew Retmanski). I also recompiled the DLL with the current code, using Visual C++ 6.0. This … Continue reading SQLite with Delphi

SQLite, test-driven development, and the inscrutable SQL standard

I interviewed Dr D Richard Hipp, the main author of SQLite, for the Guardian Newspaper. Among the things I found interesting is that he attributes the high reliability of his database engine to the extensive test suite included in the code. I’m not sure whether he practices test-driven development as such, but it is a great case … Continue reading SQLite, test-driven development, and the inscrutable SQL standard

Why doesn’t Adobe’s AIR dev guide mention SQLite?

I’ve been trying out the Adobe AIR (formerly Apollo) SDK.  It’s a confusing business. There are two varieties of AIR apps, Flex, or HTML. The HTML kind is essentially a browser app that runs in WebKit, as wrapped by the AIR runtime, instead of in the browser, while the Flex kind compiles Adobe’s MXML into a Flash … Continue reading Why doesn’t Adobe’s AIR dev guide mention SQLite?

Articles

Developing for Apple iOS: cross-platform toolkits compared Interview: Nitobe president Andre Charland talks PhoneGap, web versus native Interview: Appcelerator CEO Jeff Haynie on Titanium and the future of mobile development How to show file extensions in SharePoint 2007 document lists How to backup Small Business Server 2008 on Hyper-V An Outlook mystery resolved: removing the … Continue reading Articles