<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: PDO For WordPress</title>
	<atom:link href="https://rathercurious.no3.co.uk/pdo-for-wordpress/feed" rel="self" type="application/rss+xml" />
	<link>https://rathercurious.no3.co.uk</link>
	<description>A home for my coding projects</description>
	<lastBuildDate>Fri, 26 Feb 2010 22:24:46 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.16</generator>
	<item>
		<title>By: WordPressをSQLiteで &#124; 5&#215;2.info</title>
		<link>https://rathercurious.no3.co.uk/pdo-for-wordpress/comment-page-1#comment-935</link>
		<dc:creator><![CDATA[WordPressをSQLiteで &#124; 5&#215;2.info]]></dc:creator>
		<pubDate>Tue, 23 Sep 2008 11:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/pdo-for-wordpress#comment-935</guid>
		<description><![CDATA[[...] 開発者の方はこちらです。 Rather Curious » PDO For Wordpress [...]]]></description>
		<content:encoded><![CDATA[<div style="padding: 1em; background-color:#E9C5F7;">
<p>[...] 開発者の方はこちらです。 Rather Curious » PDO For WordPress [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>https://rathercurious.no3.co.uk/pdo-for-wordpress/comment-page-1#comment-741</link>
		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Mon, 01 Sep 2008 11:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/pdo-for-wordpress#comment-741</guid>
		<description><![CDATA[Hi Khalil

PDO will happily work with MS Sql - see &lt;a href=&quot;http://uk.php.net/manual/en/pdo.drivers.php&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; for evidence!

But PDO does NOT do on the fly query rewriting. and there are a _lot_ of usage of native mysql functions within the WP core.

If you look at the SQLit drive, you will see that I rewrite the query on the fly for SQLite&#039;s version of SQL.  

I believe that most of the same rewrites will be needed for other languages - i.e. I capture all of the main points of incompatibility. 

So it should be very easy for someone to take my SQLite driver and adjust the output of the rewrite calls to enable MSSql, Firebird, Postgres or anything else.  

I develop in a MAC and Linux environment nowawadays otherwise i would offer to have a bash at doing the port myself.  if someone were to provide me with access to an MS Sql server (or even sqlexpress or whatever it&#039;s called), i might be persuaded to give it a try.  it should be only a couple of days&#039; effort.]]></description>
		<content:encoded><![CDATA[<p>Hi Khalil</p>
<p>PDO will happily work with MS Sql &#8211; see <a href="http://uk.php.net/manual/en/pdo.drivers.php" rel="nofollow">here</a> for evidence!</p>
<p>But PDO does NOT do on the fly query rewriting. and there are a _lot_ of usage of native mysql functions within the WP core.</p>
<p>If you look at the SQLit drive, you will see that I rewrite the query on the fly for SQLite&#8217;s version of SQL.  </p>
<p>I believe that most of the same rewrites will be needed for other languages &#8211; i.e. I capture all of the main points of incompatibility. </p>
<p>So it should be very easy for someone to take my SQLite driver and adjust the output of the rewrite calls to enable MSSql, Firebird, Postgres or anything else.  </p>
<p>I develop in a MAC and Linux environment nowawadays otherwise i would offer to have a bash at doing the port myself.  if someone were to provide me with access to an MS Sql server (or even sqlexpress or whatever it&#8217;s called), i might be persuaded to give it a try.  it should be only a couple of days&#8217; effort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khalil</title>
		<link>https://rathercurious.no3.co.uk/pdo-for-wordpress/comment-page-1#comment-740</link>
		<dc:creator><![CDATA[khalil]]></dc:creator>
		<pubDate>Mon, 01 Sep 2008 11:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/pdo-for-wordpress#comment-740</guid>
		<description><![CDATA[Hello,
Just a quick question, does this PDO support MS SQL SERVER or is it just SQLITE?
Thanks]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
Just a quick question, does this PDO support MS SQL SERVER or is it just SQLITE?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alien Pastures &#187; To blog or not to blog</title>
		<link>https://rathercurious.no3.co.uk/pdo-for-wordpress/comment-page-1#comment-717</link>
		<dc:creator><![CDATA[Alien Pastures &#187; To blog or not to blog]]></dc:creator>
		<pubDate>Fri, 29 Aug 2008 12:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/pdo-for-wordpress#comment-717</guid>
		<description><![CDATA[[...] for storage. Fortunately, I found out that there is this neat extension to Wordpress called PDO for Wordpress which allows me to use a sqlite (text-based) database backend for my [...]]]></description>
		<content:encoded><![CDATA[<div style="padding: 1em; background-color:#E9C5F7;">
<p>[...] for storage. Fortunately, I found out that there is this neat extension to WordPress called PDO for WordPress which allows me to use a sqlite (text-based) database backend for my [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howie</title>
		<link>https://rathercurious.no3.co.uk/pdo-for-wordpress/comment-page-1#comment-475</link>
		<dc:creator><![CDATA[Howie]]></dc:creator>
		<pubDate>Fri, 11 Jul 2008 01:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/pdo-for-wordpress#comment-475</guid>
		<description><![CDATA[thank u very very much for the great doing... I&#039;ll back here soon to report details. thanks.]]></description>
		<content:encoded><![CDATA[<p>thank u very very much for the great doing&#8230; I&#8217;ll back here soon to report details. thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
