<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>KnitGal Notions - MySQL</title>
			<link>http://www.knitgal.com/blog/index.cfm</link>
			<description>KnitGal&apos;s notions about everything and nothing in particular.</description>
			<language>en-us</language>
			<pubDate>Sat, 04 Sep 2010 16:38:16 -0600</pubDate>
			<lastBuildDate>Fri, 14 Nov 2008 11:36:00 -0600</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>lola@his.com</managingEditor>
			<webMaster>lola@his.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>lola@his.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Code Generators and Dates</title>
				<link>http://www.knitgal.com/blog/index.cfm/2008/11/14/Code-Generators-and-Dates</link>
				<description>
				
				I&apos;ve been working on an application (more about that later) and I&apos;ve been using &lt;a target=&quot;_blank&quot; href=&quot;http://cfcgenerator.riaforge.org/&quot;&gt;Illudium Code Generator&lt;/a&gt; to make CFCs for me. &lt;br /&gt;&lt;br /&gt;I kept having issues with the Service layer and getting the error message &quot;Bean creation exception in jobsearch.components.correspondenceService&quot;.&amp;nbsp; I tried tracking it down, tweaking some configurations to match the other templates that were working.&amp;nbsp; Someone in #coldfusion gave me a good debugging tip - createObject the problem components and do a dump.&amp;nbsp; Once I did so, it was immediately apparent just what the problem is.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;I use MySQL, and in two of the tables, I&apos;m using a date field.&amp;nbsp; Here is how Illudium Code Generator sees these fields:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;cfargument name=&quot;responsedate&quot; type=&quot;&quot; required=&quot;false&quot; /&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;For some reason, MySQL date fields do not get interpreted properly such that nothing is filled in for the type field. So, you must manually edit these fields, and also the CF_SQLTYPE fields.&lt;br /&gt; 
				</description>
				
				<category>MySQL</category>
				
				<category>Illudium Code Generator</category>
				
				<pubDate>Fri, 14 Nov 2008 11:36:00 -0600</pubDate>
				<guid>http://www.knitgal.com/blog/index.cfm/2008/11/14/Code-Generators-and-Dates</guid>
				
				
			</item>
			
			<item>
				<title>Aliasing MySQL Startup</title>
				<link>http://www.knitgal.com/blog/index.cfm/2008/6/20/Aliasing-MySQL-Startup</link>
				<description>
				
				&lt;p&gt;I&apos;ve got MySQL installed, via binary download from &lt;a href=&quot;&quot;http://www.mysql.com&quot;&quot; target=&quot;&quot;_blank&quot;&quot;&gt;MySQL.com&lt;/a&gt;, on my Leopard setup. Much of the time I access my databases through Terminal. It&apos;s really easy to set up an alias in your bash .profile so that all you need to do is type one word to start up MySQL, then type your password. Here&apos;s how I&apos;ve set up my alias:&lt;/p&gt;&lt;code&gt;alias startmysql=&quot;&quot;mysql -u name_of_user -p&quot;&quot;&lt;/code&gt;&lt;p&gt;Note that &quot;&quot;name_of_user&quot;&quot; should be replaced with the name of the account that you use to access MySQL. You shouldn&apos;t be using root, in any case, even on your personal laptop.&lt;/p&gt; 
				</description>
				
				<category>MySQL</category>
				
				<pubDate>Fri, 20 Jun 2008 05:53:00 -0600</pubDate>
				<guid>http://www.knitgal.com/blog/index.cfm/2008/6/20/Aliasing-MySQL-Startup</guid>
				
				
			</item>
			</channel></rss>