<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
	<channel>
		<language>en_GB</language>
		<title>Articles Tagged with &quot;Mysql&quot;</title>
		<link>http://tobyinkster.co.uk/tag/mysql/</link>
		<description></description>
		<item>
			<title>03/05/2007: MySQL WTF?!</title>
			<link>http://tobyinkster.co.uk/blog/2007/05/03/mysql-wtf/</link>
			<description>&lt;p&gt;I&amp;#8217;m currently in the process of extending &lt;a href=&quot;http://demiblog.org&quot;&gt;demiblog&amp;#8217;s&lt;/a&gt; database support. Version 0.1.0 only supports &lt;a href=&quot;http://www.postgresql.org&quot;&gt;PostgreSQL&lt;/a&gt;, but I plan on also supporting &lt;a href=&quot;http://www.mysql.com&quot;&gt;MySQL&lt;/a&gt; in the next release, and a few other databases further down the line.&lt;/p&gt;

&lt;p&gt;Because this cross-database support had always been planned, I&amp;#8217;ve been very careful in writing my &lt;acronym title=&quot;Structured Query Language&quot;&gt;SQL&lt;/acronym&gt; to make sure that only standards-compliant syntax is used, and there are no proprietary PostgreSQL extensions.&lt;/p&gt;

&lt;p&gt;I always knew that I&amp;#8217;d have to adjust my &lt;span class=&quot;caps&quot;&gt;SQL &lt;/span&gt;slightly to get it to run on other databases, but the amount of changes needed to port a seemingly simple &lt;span class=&quot;caps&quot;&gt;SQL &lt;/span&gt;script with less than 300 lines to MySQL was astounding! Although a few of the adjustments were needed to account for &lt;span class=&quot;caps&quot;&gt;SQL &lt;/span&gt;features that MySQL simply doesn&amp;#8217;t yet support, the majority were to take into account several of MySQL&amp;#8217;s seemingly-gratuitous bastardisations of the standard &lt;span class=&quot;caps&quot;&gt;SQL &lt;/span&gt;syntax.&lt;/p&gt;

&lt;p&gt;MySQL, how do I hate you, let me count the&amp;#8230;&lt;/p&gt;</description>
		</item>
	</channel>
</rss>
