<?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: Issue with PDO Adaptor wrt MySQL DateTime Datatypes in AMFPHP Remoting</title>
	<atom:link href="http://blog.oinam.com/2006/issue-with-pdo-adaptor-wrt-mysql-datetime-datatypes-in-amfphp-remoting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.oinam.com/2006/issue-with-pdo-adaptor-wrt-mysql-datetime-datatypes-in-amfphp-remoting/</link>
	<description>All about Oinam</description>
	<lastBuildDate>Tue, 14 Jul 2009 11:14:49 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Patrick Mineault</title>
		<link>http://blog.oinam.com/2006/issue-with-pdo-adaptor-wrt-mysql-datetime-datatypes-in-amfphp-remoting/comment-page-1/#comment-135</link>
		<dc:creator>Patrick Mineault</dc:creator>
		<pubDate>Mon, 20 Feb 2006 03:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.oinam.com/__blog/?p=20#comment-135</guid>
		<description>Another thing: there is an issue in the player with respect to timezones in AMF. It sends the timezone offset to the remote server but it completely ignores the timezone offset given by the server. It seems that it is a bug in the player. So regardless of the solution we come up with to have date columns coming back as dates, the timezone will never work properly because of this bug in the player.
</description>
		<content:encoded><![CDATA[<p>Another thing: there is an issue in the player with respect to timezones in <span class="caps">AMF.</span> It sends the timezone offset to the remote server but it completely ignores the timezone offset given by the server. It seems that it is a bug in the player. So regardless of the solution we come up with to have date columns coming back as dates, the timezone will never work properly because of this bug in the player.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Mineault</title>
		<link>http://blog.oinam.com/2006/issue-with-pdo-adaptor-wrt-mysql-datetime-datatypes-in-amfphp-remoting/comment-page-1/#comment-134</link>
		<dc:creator>Patrick Mineault</dc:creator>
		<pubDate>Mon, 20 Feb 2006 03:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.oinam.com/__blog/?p=20#comment-134</guid>
		<description>The issues with MySQL are not really amfphp-specific. The mysql_* always return strings because of a limitation in the database driver for it. The mysql adapter in amfphp makes up for this by inspecting the column types and making an educated guess as to how they should be typed. I have no idea if PDO exhibits the same issues but my guess would be yes since PDO probably just wraps the MySQL driver instead of reimplementing it. If you can document the problem thoroughly and give an expected behaviour, I can attempt to patch the issue, but again the real problem lies in the MySQL driver.</description>
		<content:encoded><![CDATA[<p>The issues with MySQL are not really amfphp-specific. The mysql_* always return strings because of a limitation in the database driver for it. The mysql adapter in amfphp makes up for this by inspecting the column types and making an educated guess as to how they should be typed. I have no idea if <span class="caps">PDO </span>exhibits the same issues but my guess would be yes since <span class="caps">PDO </span>probably just wraps the MySQL driver instead of reimplementing it. If you can document the problem thoroughly and give an expected behaviour, I can attempt to patch the issue, but again the real problem lies in the MySQL driver.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
