<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>An Ingres Blog &#187; development</title>
	<atom:link href="http://blogs.planetingres.org/grant/category/development/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.planetingres.org/grant</link>
	<description>(Other blogs about Ingres are available...)</description>
	<lastBuildDate>Mon, 05 Jul 2010 12:29:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Improvements to code.ingres.com and bugs.ingres.com</title>
		<link>http://blogs.planetingres.org/grant/103-improvements-to-code-ingres-com</link>
		<comments>http://blogs.planetingres.org/grant/103-improvements-to-code-ingres-com#comments</comments>
		<pubDate>Thu, 09 Oct 2008 15:33:54 +0000</pubDate>
		<dc:creator>Grant Croker</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[piccolo]]></category>
		<category><![CDATA[source code control]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://blogs.planetingres.org/grant/?p=103</guid>
		<description><![CDATA[There have been a number of recent improvements to Ingres&#8217;s Subversion repository and community issue tracking located at http://code.ingres.com and http://bugs.ingres.com respectively. The following changes were made: Common authentication back-end SSL for login Improved synchronization from Piccolo Common authentication back-end From the time the code for the Ingres DBMS server was published in Subversion, the [...]]]></description>
			<content:encoded><![CDATA[<p>There have been a number of recent improvements to Ingres&#8217;s Subversion repository and community issue tracking located at <a href="http://code.ingres.com">http://code.ingres.com</a> and <a href="http://bugs.ingres.com">http://bugs.ingres.com</a> respectively. The following changes were made:</p>
<ul>
<li>Common authentication back-end</li>
<li>SSL for login</li>
<li>Improved synchronization from Piccolo</li>
</ul>
<p><strong>Common authentication back-end</strong><br />
<span id="more-103"></span></p>
<p>From the time the code for the Ingres DBMS server was published in Subversion, the authentication and authorization mechanism was distinct from that of the rest of the <em>Ingres Community</em>. This meant that those with commit access would need to maintain separate accounts. Alex Trofast and Andrew Ross have converted the authentication system for both <a href="http://code.ingres.com">http://code.ingres.com</a> and <a href="http://bugs.ingres.com">http://bugs.ingres.com</a> to use the same system for the <a href="http://community.ingres.com/wiki">wiki</a> and <a href="http://community.ingres.com/forums">forums</a>.</p>
<p><strong>SSL for login</strong></p>
<p>Previously only the Community Forum and Wiki had SSL (https) logins, now the bugs and code site do as well. For the time being you can access them both in plain-text mode but at some point secure logins will be required. The updated URLs are &#8211; <a href="https://code.ingres.com">https://code.ingres.com</a> and <a href="https://bugs.ingres.com">https://bugs.ingres.com</a>. <strong>Note</strong> that for the time being the sites are signed using a self-signed certificate. This will change in due course but for the time being you may be required to acknowledge that the certificate has not been validated against any of the root Certificate Authorities.</p>
<p><strong>Improved synchronization from Piccolo</strong></p>
<p>Probably the most important out of the 3 changes is the improved sync up between Ingres&#8217;s internal source code system, <em>Piccolo</em> and the external Subversion server. Changes are now replicated out every 15 minutes from Piccolo, assuming there is something to propagate. The process for merging changes from Subversion into Piccolo is still being worked on. So now we have up to date Ingres code in the wild, so to speak.<br />
<h3>Some random posts</h3>
<ul class="related_post"></ul>
<img src="http://blogs.planetingres.org/grant/?ak_action=api_record_view&id=103&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblogs.planetingres.org%2Fgrant%2F103-improvements-to-code-ingres-com&amp;linkname=Improvements%20to%20code.ingres.com%20and%20bugs.ingres.com"><img src="http://blogs.planetingres.org/grant/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blogs.planetingres.org/grant/103-improvements-to-code-ingres-com/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A PHP Ingres update</title>
		<link>http://blogs.planetingres.org/grant/74-a-php-ingres-update</link>
		<comments>http://blogs.planetingres.org/grant/74-a-php-ingres-update#comments</comments>
		<pubDate>Thu, 13 Sep 2007 11:33:52 +0000</pubDate>
		<dc:creator>Grant Croker</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ingres]]></category>
		<category><![CDATA[pecl]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blogs.planetingres.org/grant/2007/09/13/a-php-ingres-update/</guid>
		<description><![CDATA[Its been a long time coming but I have finally released to cvs.php.net a major revision of the PECL Ingres code. So major that I have had to break backwards compatibility to implement the ability to have multiple active result-sets. Since I promised Andy Grimm I would write a piece on the new driver for [...]]]></description>
			<content:encoded><![CDATA[<p>Its been a long time coming but I have finally released to <a href="http://cvs.php.net/pecl/ingres">cvs.php.net</a> a major revision of the PECL Ingres code. So major that I have had to break backwards compatibility to implement the ability to have multiple active result-sets. Since I promised Andy Grimm I would write a piece on the new driver for the company blog site <a href="http://blogs.ingres.com/tech">http://blogs.ingres.com/tech</a> I will not be providing much info here, at least not just yet. However, to whet your appetite,  here are the changes made since the last release:</p>
<ul>
<li>Added support for multiple concurrent result-sets</li>
<li>Added automatic coercion between UTF-8 and UTF-16</li>
<li>Added support for Bi-directional scrolling cursors</li>
<li>Added ingres_free_results() &#8211; free the memory associated with a given result set</li>
<li>Added ingres_autocommit_state() &#8211; return the current auto-commit state</li>
<li>Added ingres_next_error() &#8211; fetch additional errors if any</li>
</ul>
<p>If you are feeling brave you can grab the code from cvs.php.net:</p>
<p><code>cvs co -d <em>somedir</em> pecl/ingres</code></p>
<p>If you want to run it along side an existing pecl ingres install I would recommend you use the following (ahem, undocumented) <em>configure</em> flag:</p>
<p><code>./configure --enable-ingres2</code></p>
<p>Documentation will follow, first with an overhaul of the README(.html) as well as the information on <a href="http://php.net/ingres">http://php.net/ingres</a>.</p>
<p>Technorati Tags: <a href="http://www.technorati.com/tags/ingres" rel="tag">ingres</a>, <a href="http://www.technorati.com/tags/pecl" rel="tag">pecl</a>, <a href="http://www.technorati.com/tags/php" rel="tag">php</a>, <a href="http://www.technorati.com/tags/update" rel="tag">update</a><br />
<h3>Some random posts</h3>
<ul class="related_post"></ul>
<img src="http://blogs.planetingres.org/grant/?ak_action=api_record_view&id=74&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblogs.planetingres.org%2Fgrant%2F74-a-php-ingres-update&amp;linkname=A%20PHP%20Ingres%20update"><img src="http://blogs.planetingres.org/grant/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blogs.planetingres.org/grant/74-a-php-ingres-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IUA presentation &#8211; No speaky the COBOL?</title>
		<link>http://blogs.planetingres.org/grant/43-iua-presentation-no-speaky-the-cobol</link>
		<comments>http://blogs.planetingres.org/grant/43-iua-presentation-no-speaky-the-cobol#comments</comments>
		<pubDate>Fri, 08 Jun 2007 14:04:01 +0000</pubDate>
		<dc:creator>Grant Croker</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[ingres]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[odbc]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[IUA]]></category>
		<category><![CDATA[UK]]></category>

		<guid isPermaLink="false">http://blogs.planetingres.org/grant/2007/06/08/iua-presentation-no-speaky-the-cobol/</guid>
		<description><![CDATA[This Wednesday I gave a session on the languages that can interface with Ingres. The content of my session was a high level overview with some simple examples thrown in for the non Embedded languages. Going into sufficient detail for all the languages we support in 35 minutes was not possible. There was a lot [...]]]></description>
			<content:encoded><![CDATA[<p>This Wednesday I gave a session on the languages that can interface with Ingres. The content of my session was a high level overview with some simple examples thrown in for the non Embedded languages. Going into sufficient detail for all the languages we support in 35 minutes was not possible. There was a lot more I would liked to have spoken about. Anyway, you can download the presentation in either <a href="http://www.ingres.co.uk/wp-content/uploads/2007/06/uk-iua-june-2007-no-speaky-the-cobol.swf">Flash</a> or <a href="http://www.ingres.co.uk/wp-content/uploads/2007/06/uk-iua-june-2007-no-speaky-the-cobol.pdf">PDF</a> format. Should you want the source file email me via grantc at php dot net.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://blogs.planetingres.org/grant/161-doing-more-with-even-less-uk-iua-2009-conference" title="Doing More with Even Less &#8211; UK IUA 2009 Conference">Doing More with Even Less &#8211; UK IUA 2009 Conference</a></li>
<li><a href="http://blogs.planetingres.org/grant/139-uk-iua-2009-call-for-papers" title="UK IUA &#8211; 2009 Call for Papers">UK IUA &#8211; 2009 Call for Papers</a></li>
<li><a href="http://blogs.planetingres.org/grant/39-uk-ingres-user-association-spring-conference" title="UK Ingres User Association Spring Conference">UK Ingres User Association Spring Conference</a></li>
</ul>
<img src="http://blogs.planetingres.org/grant/?ak_action=api_record_view&id=43&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblogs.planetingres.org%2Fgrant%2F43-iua-presentation-no-speaky-the-cobol&amp;linkname=IUA%20presentation%20%26%238211%3B%20No%20speaky%20the%20COBOL%3F"><img src="http://blogs.planetingres.org/grant/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blogs.planetingres.org/grant/43-iua-presentation-no-speaky-the-cobol/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse Webcast playback available</title>
		<link>http://blogs.planetingres.org/grant/32-eclipse-webcast-playback-available</link>
		<comments>http://blogs.planetingres.org/grant/32-eclipse-webcast-playback-available#comments</comments>
		<pubDate>Thu, 08 Feb 2007 17:47:27 +0000</pubDate>
		<dc:creator>Grant Croker</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dtp]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[ingres]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[webcast]]></category>

		<guid isPermaLink="false">http://blogs.planetingres.org/grant/2007/02/08/eclipse-webcast-playback-available/</guid>
		<description><![CDATA[For those of you who missed the webcast for the new Eclipse Ingres DTP plug-in, a playback is now available via the ingres.com website. In the meantime the DTP release has been getting some nice press coverage, as well as a blog post from the Ingres CFO. Some random posts]]></description>
			<content:encoded><![CDATA[<p>For those of you who missed the <a href="http://www.ingres.co.uk/2007/01/25/ingres-eclipse-dtp-plugin/">webcast</a> for the new Eclipse Ingres DTP plug-in, a playback is now <a href="http://www.ingres.com/customers/vip-archive.php">available</a> via the <a href="http://ingres.com">ingres.com</a> website.  In the meantime the DTP release has been getting some <a href="http://ianskerrett.wordpress.com/2007/02/08/ingres-developer-kit-for-eclipse-and-dtp/">nice</a> <a href="http://www.eclipsemag.net/ecm/ecmnews/psecom,id,442,nodeid,2.html">press</a> <a href="http://www.linuxworld.com/news/2007/020707-ingres-unveils-developer-bundle-for.html">coverage</a>, as well as a <a href="http://blogs.ingres.com/tomberquist/content/2007-02-07.html">blog post</a> from the <a href="http://blogs.ingres.com/tomberquist">Ingres CFO</a>.<br />
<h3>Some random posts</h3>
<ul class="related_post"></ul>
<img src="http://blogs.planetingres.org/grant/?ak_action=api_record_view&id=32&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblogs.planetingres.org%2Fgrant%2F32-eclipse-webcast-playback-available&amp;linkname=Eclipse%20Webcast%20playback%20available"><img src="http://blogs.planetingres.org/grant/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blogs.planetingres.org/grant/32-eclipse-webcast-playback-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ingres Eclipse DTP Plugin</title>
		<link>http://blogs.planetingres.org/grant/31-ingres-eclipse-dtp-plugin</link>
		<comments>http://blogs.planetingres.org/grant/31-ingres-eclipse-dtp-plugin#comments</comments>
		<pubDate>Thu, 25 Jan 2007 17:32:15 +0000</pubDate>
		<dc:creator>Grant Croker</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[dtp]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ingres]]></category>
		<category><![CDATA[ingres news]]></category>
		<category><![CDATA[webcast]]></category>

		<guid isPermaLink="false">http://blogs.planetingres.org/grant/2007/01/25/ingres-eclipse-dtp-plugin/</guid>
		<description><![CDATA[For those of you interested in Eclipse &#8211; Ingres Corp has just released a DTP Plugin for Eclipse that supports: Schemas Synonyms Sequences Stored Procedures Tables Table Triggers Views If you are interested you can download it from http://www.ingres.com/products/Prod_Comm_Download_Form.html. There will also be two webcasts by Jeremy Peel : 31-Jan-2007 &#8211; 2pm GMT (3pm Central [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you interested in <a href="http://www.eclipse.org/">Eclipse</a> &#8211; Ingres Corp has just released a <a href="http://www.eclipse.org/datatools/">DTP Plugin</a> for Eclipse that supports:</p>
<ul>
<li>Schemas</li>
<li>Synonyms</li>
<li>Sequences</li>
<li>Stored Procedures</li>
<li>Tables</li>
<li>Table Triggers</li>
<li>Views</li>
</ul>
<p>If you are interested you can download it from <a href="http://www.ingres.com/products/Prod_Comm_Download_Form.html">http://www.ingres.com/products/Prod_Comm_Download_Form.html</a>. There will also be two webcasts by Jeremy Peel :</p>
<ul>
<li>31-Jan-2007 &#8211; 2pm GMT (3pm Central Europe, 9am EST (East Coast USA), 6am PST (West Coast USA))</li>
<li>31-Jan-2007 &#8211; 5pm PST (8pm EST, 12pm (Friday, 1-Feb-2007) Sydney)</li>
</ul>
<p>To register for either of these webcasts use the following links:</p>
<ul>
<li>31-Jan-2007 &#8211; 2pm GMT  &#8211; <a href="https://ingres.webex.com/ingres/k2/j.php?ED=91993822&amp;UID=53566347">https://ingres.webex.com/ingres/k2/j.php?ED=91993822&amp;UID=53566347</a></li>
<li>31-Jan-2007 &#8211; 5pm PST &#8211; <a href="https://ingres.webex.com/ingres/k2/j.php?ED=91993862&amp;UID=53566182">https://ingres.webex.com/ingres/k2/j.php?ED=91993862&amp;UID=53566182</a></li>
</ul>
<h3>Some random posts</h3>
<ul class="related_post"></ul>
<img src="http://blogs.planetingres.org/grant/?ak_action=api_record_view&id=31&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblogs.planetingres.org%2Fgrant%2F31-ingres-eclipse-dtp-plugin&amp;linkname=Ingres%20Eclipse%20DTP%20Plugin"><img src="http://blogs.planetingres.org/grant/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blogs.planetingres.org/grant/31-ingres-eclipse-dtp-plugin/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BEA partners with Ingres</title>
		<link>http://blogs.planetingres.org/grant/17-bea-partners-with-ingres</link>
		<comments>http://blogs.planetingres.org/grant/17-bea-partners-with-ingres#comments</comments>
		<pubDate>Tue, 20 Jun 2006 17:53:36 +0000</pubDate>
		<dc:creator>Grant Croker</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ingres]]></category>
		<category><![CDATA[partners]]></category>

		<guid isPermaLink="false">http://blogs.planetingres.org/grant/2006/06/20/bea-partners-with-ingres/</guid>
		<description><![CDATA[Yesterday Ingres announced a new partnership with a very large ISV. Having worked on the initial stage of the project along with serveral colleagues I am very happy to see this come to fruition. Read the press release for more info. Some random posts]]></description>
			<content:encoded><![CDATA[<p>Yesterday Ingres announced a new partnership with a very large ISV. Having worked on the initial stage of the project along with serveral colleagues I am very happy to see this come to fruition. Read the <a href="http://biz.yahoo.com/prnews/060619/sfm027.html?.v=53">press release</a> for more info.<br />
<h3>Some random posts</h3>
<ul class="related_post"></ul>
<img src="http://blogs.planetingres.org/grant/?ak_action=api_record_view&id=17&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblogs.planetingres.org%2Fgrant%2F17-bea-partners-with-ingres&amp;linkname=BEA%20partners%20with%20Ingres"><img src="http://blogs.planetingres.org/grant/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blogs.planetingres.org/grant/17-bea-partners-with-ingres/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
