<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: More Oracle data types supported by ruby-plsql gem</title>
	<atom:link href="http://blog.rayapps.com/2009/11/25/more-oracle-data-types-supported-by-ruby-plsql-gem/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rayapps.com/2009/11/25/more-oracle-data-types-supported-by-ruby-plsql-gem/</link>
	<description>About Ruby, Oracle, Mac and others</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:18:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Raimonds Simanovskis</title>
		<link>http://blog.rayapps.com/2009/11/25/more-oracle-data-types-supported-by-ruby-plsql-gem/#comment-1211</link>
		<dc:creator>Raimonds Simanovskis</dc:creator>
		<pubDate>Fri, 02 Jul 2010 13:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=122#comment-1211</guid>
		<description>Please create example script that creates this procedure and then calls it using ruby-plsql and throws this error and please create issue at http://github.com/rsim/ruby-plsql/issues

Then it would be faster for me to investigate the issue and try to support typed ref cursors (as I haven&#039;t used them previously with ruby-plsql)</description>
		<content:encoded><![CDATA[<p>Please create example script that creates this procedure and then calls it using ruby-plsql and throws this error and please create issue at <a href="http://github.com/rsim/ruby-plsql/issues" rel="nofollow">http://github.com/rsim/ruby-plsql/issues</a></p>
<p>Then it would be faster for me to investigate the issue and try to support typed ref cursors (as I haven&#8217;t used them previously with ruby-plsql)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://blog.rayapps.com/2009/11/25/more-oracle-data-types-supported-by-ruby-plsql-gem/#comment-1210</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Fri, 02 Jul 2010 05:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=122#comment-1210</guid>
		<description>Typed ref cursors do not appear to work:

PLSQL:  
TYPE period_rec IS RECORD (...)
TYPE period_ref IS REF CURSOR RETURN period_rec;
FUNCTION yo RETURNS period_ref IS ...

I get the following error upon iterating on the function yo (I get this error no matter how I call the function in fact)
undefined method `[]&#039; for nil:NilClass

So is this a simple case of ruby-plsql not supporting typed ref cursors or am I doing something obvious wrong?</description>
		<content:encoded><![CDATA[<p>Typed ref cursors do not appear to work:</p>
<p>PLSQL:<br />
TYPE period_rec IS RECORD (&#8230;)<br />
TYPE period_ref IS REF CURSOR RETURN period_rec;<br />
FUNCTION yo RETURNS period_ref IS &#8230;</p>
<p>I get the following error upon iterating on the function yo (I get this error no matter how I call the function in fact)<br />
undefined method `[]&#8216; for nil:NilClass</p>
<p>So is this a simple case of ruby-plsql not supporting typed ref cursors or am I doing something obvious wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://blog.rayapps.com/2009/11/25/more-oracle-data-types-supported-by-ruby-plsql-gem/#comment-1027</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Thu, 03 Dec 2009 00:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=122#comment-1027</guid>
		<description>looks great--will be trying it out soon.</description>
		<content:encoded><![CDATA[<p>looks great&#8211;will be trying it out soon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>