Adds SQLite support to Wordpress 2.0. It's created against svn version of wp ( 20.01.2006 ).
My objective was to minimize the amount of modified code so it currently just parses the mysql specific statements and filters them out ( not necessarily the most efficients way to do it :).
I added file called wp-sqlite.php that takes care of the SQLite handling and I havent touched anywhere else in the existing code except some minor changes that hopefully dont affect mysql support or anything else.
This patch is currently in state of "works for me(tm)". I don't have time to test properly this, altough I'm running wp with sqlite in my on website. There might be and prorably are some bugs that I havent discovered e.g. I haven't checked any code for upgrade or backup so no idea if it works.
This patch isn't very finished and I myself don't really have much time to work with this so I hope someone will get something useful done with this patch.