<?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: cl-mysql</title>
	<atom:link href="http://www.hackinghat.com/index.php/cl-mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hackinghat.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 14:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve Knight</title>
		<link>http://www.hackinghat.com/index.php/cl-mysql/comment-page-1#comment-37096</link>
		<dc:creator>Steve Knight</dc:creator>
		<pubDate>Sat, 16 Jul 2011 21:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/cl-mysql/#comment-37096</guid>
		<description>You&#039;re welcome!   I have to admit that I haven&#039;t done a lot to it recently.   I was trying to get parameterized SQL working and support for a few more Common Lisp variants.   Perhaps I&#039;ll dust it off ...

Steve</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome!   I have to admit that I haven&#8217;t done a lot to it recently.   I was trying to get parameterized SQL working and support for a few more Common Lisp variants.   Perhaps I&#8217;ll dust it off &#8230;</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Collin</title>
		<link>http://www.hackinghat.com/index.php/cl-mysql/comment-page-1#comment-37095</link>
		<dc:creator>Daniel Collin</dc:creator>
		<pubDate>Sat, 16 Jul 2011 21:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/cl-mysql/#comment-37095</guid>
		<description>Thanks a lot for your work on this!

In my opinion CLSQL has always been a bit bulky and hard to get working correctly so what I did was to write my own smallish wrapper above the mysql C API.

Your lib seems to be very nice though and fit my needs perfectly.

I have only done some initial testing but it seems to work just fine under Mac OS X which I use as primary system.

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your work on this!</p>
<p>In my opinion CLSQL has always been a bit bulky and hard to get working correctly so what I did was to write my own smallish wrapper above the mysql C API.</p>
<p>Your lib seems to be very nice though and fit my needs perfectly.</p>
<p>I have only done some initial testing but it seems to work just fine under Mac OS X which I use as primary system.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Knight</title>
		<link>http://www.hackinghat.com/index.php/cl-mysql/comment-page-1#comment-30152</link>
		<dc:creator>Steve Knight</dc:creator>
		<pubDate>Tue, 20 Jul 2010 09:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/cl-mysql/#comment-30152</guid>
		<description>&lt;strong&gt;Update&lt;/strong&gt;: In a private email Jason let me know that executing

&lt;code&gt;set names &#039;utf8&#039;&lt;/code&gt;

Works around the issue.</description>
		<content:encoded><![CDATA[<p><strong>Update</strong>: In a private email Jason let me know that executing</p>
<p><code>set names 'utf8'</code></p>
<p>Works around the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.hackinghat.com/index.php/cl-mysql/comment-page-1#comment-30111</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 12 Jul 2010 20:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/cl-mysql/#comment-30111</guid>
		<description>Hello,

When a query result contains a UTF-8 character, I get the following error:


Illegal :UTF-8 character starting at position 4.
   [Condition of type BABEL-ENCODINGS:INVALID-UTF8-CONTINUATION-BYTE]


Is this a bug in cl-mysql?  If not, how can I avoid it?

Thanks,
Jason</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>When a query result contains a UTF-8 character, I get the following error:</p>
<p>Illegal :UTF-8 character starting at position 4.<br />
   [Condition of type BABEL-ENCODINGS:INVALID-UTF8-CONTINUATION-BYTE]</p>
<p>Is this a bug in cl-mysql?  If not, how can I avoid it?</p>
<p>Thanks,<br />
Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Knight</title>
		<link>http://www.hackinghat.com/index.php/cl-mysql/comment-page-1#comment-25055</link>
		<dc:creator>Steve Knight</dc:creator>
		<pubDate>Thu, 26 Nov 2009 21:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/cl-mysql/#comment-25055</guid>
		<description>Thanks, I&#039;ve emailled you about this.  But the short answer is that it&#039;s still work in progress.  But you can do what you want by creating stored procedures and executing those instead of prepared statements ...

Steve</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve emailled you about this.  But the short answer is that it&#8217;s still work in progress.  But you can do what you want by creating stored procedures and executing those instead of prepared statements &#8230;</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey</title>
		<link>http://www.hackinghat.com/index.php/cl-mysql/comment-page-1#comment-25029</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Mon, 23 Nov 2009 11:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/cl-mysql/#comment-25029</guid>
		<description>Hey, nice work.
Prepared statement support still on schedule?
I want to use cl-mysql now, but just don&#039;t know how to prevent code injection problem (if so far all requesting from cl side goes as strings)</description>
		<content:encoded><![CDATA[<p>Hey, nice work.<br />
Prepared statement support still on schedule?<br />
I want to use cl-mysql now, but just don&#8217;t know how to prevent code injection problem (if so far all requesting from cl side goes as strings)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Knight</title>
		<link>http://www.hackinghat.com/index.php/cl-mysql/comment-page-1#comment-21596</link>
		<dc:creator>Steve Knight</dc:creator>
		<pubDate>Sun, 28 Jun 2009 07:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/cl-mysql/#comment-21596</guid>
		<description>Done.   See compatability matrix for details of other CL implementations</description>
		<content:encoded><![CDATA[<p>Done.   See compatability matrix for details of other CL implementations</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugh S. Myers</title>
		<link>http://www.hackinghat.com/index.php/cl-mysql/comment-page-1#comment-20800</link>
		<dc:creator>Hugh S. Myers</dc:creator>
		<pubDate>Sun, 07 Jun 2009 03:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/cl-mysql/#comment-20800</guid>
		<description>Could I convince you to work on Allegro next? Am willing to guinea pig for working code :) I tried the current point release with the usual (asdf-install:install &#039;cl-mysql) but it died after much ado.

--hsm</description>
		<content:encoded><![CDATA[<p>Could I convince you to work on Allegro next? Am willing to guinea pig for working code <img src='http://www.hackinghat.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I tried the current point release with the usual (asdf-install:install &#8216;cl-mysql) but it died after much ado.</p>
<p>&#8211;hsm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Knight</title>
		<link>http://www.hackinghat.com/index.php/cl-mysql/comment-page-1#comment-17434</link>
		<dc:creator>Steve Knight</dc:creator>
		<pubDate>Thu, 02 Apr 2009 12:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/cl-mysql/#comment-17434</guid>
		<description>Eeek!  Thanks Dave.  Corrected now.

Steve</description>
		<content:encoded><![CDATA[<p>Eeek!  Thanks Dave.  Corrected now.</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.hackinghat.com/index.php/cl-mysql/comment-page-1#comment-17406</link>
		<dc:creator>david</dc:creator>
		<pubDate>Wed, 01 Apr 2009 22:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/cl-mysql/#comment-17406</guid>
		<description>&quot;CLSQL is installable via asdf. Simply enter the following into your REPL:&quot;

I think you mean cl-mysql. :-).
Good job.</description>
		<content:encoded><![CDATA[<p>&#8220;CLSQL is installable via asdf. Simply enter the following into your REPL:&#8221;</p>
<p>I think you mean cl-mysql. <img src='http://www.hackinghat.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .<br />
Good job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

