<?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>Alex's Adventures in CodeSpace &#187; sqlbox</title>
	<atom:link href="http://www.blogalex.com/archives/tag/sqlbox/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blogalex.com</link>
	<description>Alejandro Guerrieri's Blog</description>
	<lastBuildDate>Wed, 10 Feb 2010 23:16:02 +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>New SqlBox release: 0.7.2</title>
		<link>http://www.blogalex.com/archives/143</link>
		<comments>http://www.blogalex.com/archives/143#comments</comments>
		<pubDate>Tue, 19 May 2009 20:11:17 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Kannel]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[sqlbox]]></category>

		<guid isPermaLink="false">http://www.blogalex.com/?p=143</guid>
		<description><![CDATA[I&#8217;ve just updated SqlBox. Version 0.7.2 adds: * rpm target (already on the latest snapshot). You can now run ./configure and then make rpm to build an RPM! * Support for MS-SQL and Sybase over FreeTDS. You need a current Kannel snapshot to support this. * Some code cleanups. You can get it from here. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just updated SqlBox. Version 0.7.2 adds:</p>
<p>* rpm target (already on the latest snapshot). You can now run <em>./configure</em> and then <em>make rpm</em> to build an RPM!<br />
* Support for MS-SQL and Sybase over FreeTDS. You need a current Kannel snapshot to support this.<br />
* Some code cleanups.</p>
<p>You can get it from <a title="SqlBox 0.7.2" href="http://www.kannel.org/~aguerrieri/SqlBox/Releases/sqlbox-0.7.2.tar.gz">here</a>.</p>
<p>As usual, try it and let me know what you think.</p>
<p>Alex</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogalex.com/archives/143/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Sqlbox 0.7.1 released</title>
		<link>http://www.blogalex.com/archives/56</link>
		<comments>http://www.blogalex.com/archives/56#comments</comments>
		<pubDate>Tue, 18 Nov 2008 12:51:14 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Kannel]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[sqlbox]]></category>

		<guid isPermaLink="false">http://www.blogalex.com/?p=56</guid>
		<description><![CDATA[I&#8217;ve just commited latest Sqlbox version, 0.7.1 (yes, we&#8217;re now using a numbering schema). The main changes for this version: * Added support for the LibSDB database abstraction library. DB support is now similar to Kannel&#8217;s. * Extensive code reorganization to move the queries into the header files and allow reusing from the libsdb module. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just commited latest Sqlbox version, 0.7.1 (yes, we&#8217;re now using a numbering schema).</p>
<p>The main changes for this version:</p>
<p>* Added support for the LibSDB database abstraction library. DB support is now similar to Kannel&#8217;s.<br />
* Extensive code reorganization to move the queries into the header files and allow reusing from the libsdb module.<br />
* Added examples for database connections on sample conf file.</p>
<p>You can download it from here: <a title="sqlbox-0.7.1" href="http://www.kannel.org/~aguerrieri/SqlBox/Releases/sqlbox-0.7.1.tar.gz">sqlbox-0.7.1.tar.gz</a>.</p>
<p>You can also checkout from CVS as usual.</p>
<p>Regards,</p>
<p>Alex</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogalex.com/archives/56/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sqlbox Documentation</title>
		<link>http://www.blogalex.com/archives/46</link>
		<comments>http://www.blogalex.com/archives/46#comments</comments>
		<pubDate>Mon, 03 Nov 2008 14:21:57 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Kannel]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[sqlbox]]></category>

		<guid isPermaLink="false">http://www.blogalex.com/?p=46</guid>
		<description><![CDATA[I&#8217;m now the maintainer for Sqlbox, and I&#8217;ve decided to start by writing proper Sqlbox Documentation. I&#8217;m doing a refactoring on the build scripts to integrate Documentation into the build workflow (as Kannel does), will release my first Sqlbox source tree soon, but I wanted to release some Docs beforehand so other people can start [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m now the maintainer for Sqlbox, and I&#8217;ve decided to start by writing proper Sqlbox Documentation.</p>
<p>I&#8217;m doing a refactoring on the build scripts to integrate Documentation into the build workflow (as Kannel does), will release my first Sqlbox source tree soon, but I wanted to release some Docs beforehand so other people can start using it.</p>
<p>Here&#8217;s a first approach at Sqlbox Documentation:</p>
<p><a href="http://www.blogalex.com/wp-content/uploads/2008/11/userguide.pdf">Sqlbox User Guide (PDF Format)</a></p>
<p><a href="http://www.blogalex.com/wp-content/uploads/2008/11/userguide.html">Sqlbox User Guide (HTML Format)</a></p>
<p>I know it still needs some polishing, but I hope it helps to ease the learning curve and installation questions that shows on Kannel&#8217;s mailing list from time to time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogalex.com/archives/46/feed</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
	</channel>
</rss>
