PDO For WordPress
PDO For WordPress is now hosted on wordpress.org. See [link http://wordpress.org/extend/plugins/pdo-for-wordpress/]here[/link]. Please log all requests for support in this thread.
== Version Information ==
Version 2.6.0 – 2009 June 01
create a new query type to handle insert multiples
fix bug with install routine and sqlite schema changes
Version 2.5.0 – 2009 May 04
[version 2.0.0 + has had a bunch of problems in it (inc 2.4.0). how these crept in is unknown.]
fixes inconsistency between string and integer based data comparisons in sqlite
Version 2.4.0 – 2009 May 03
fix another installation problem linked to query buffering
Version 2.3.0 – 2009 May 02
added some more checking into the install routine to avoid perms problems
cleaned up the date handling thanks to Nicholas Schmid. This will improve permalinks
Version 2.2.0 – 2009 April 29
create new tag and recommit because tag 2.1.0 was corrupt
Version 2.1.0 – 2009 April 21
added global $wpdb to the connect method in PDOEngine.php
fixed some umask errors
version 2.0.0 – 3rd April, 2009
please check out the post here for more info
version 1.0.0 – 24 June 2008
IS NOW PUBLISHED!!!
see here for details: http://rathercurious.net/archives/28
version 0.4.0 – 21/11/07
fixed an incompatibility with the Akismet and Wassup Plugins (usage of OPTIMIZE queries)
version 0.3.0 – 19/11/07
now compatible with WordPress version 2.3.1 and 2.4
—–
Upgrade instructions
- note that the database is currently stored at wp-content/pdo/database/MyBlog.sqlite
- you must MOVE THIS YOURSELF to wp-content/database/MyBlog.sqlite
- then copy the new files into wp-content
if you do not do step 2 then you risk overwriting your database and losing all your posts. This is not a fault of the PDO Engine, just the way that filesystems work.
I have fixed this in the current version. Now the database lies outside the main pdo directory allowing drag and drop upgrade going forward.