<?xml version="1.0"?>
<rss version="2.0">
<channel>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<link>http://www.sorcerers-tower.net</link>
<title>Sorcerer&apos;s Tower :: SQL</title>
<description>Welcome to the Tower, my programming and web development blog. Here you will find articles relating to CFML, CSS, HTML, Java, JavaScript and Regular Expressions, plus discussions on the associated tools, technologies, techniques and ideas.&lt;/p&gt; &lt;p&gt;For more general topics, please visit &lt;a href=&quot;http://www.sorcerers-isle.net&quot;&gt;Sorcerer&apos;s Isle&lt;/a&gt;, where you will find articles on my other interests.</description>
<category>SQL</category>
<item>
<title>QueryParam Scanner 0.7.5 Release Candidate</title>
<link>http://www.sorcerers-tower.net/article/queryparam_scanner_0.7.5_release_candidate.html</link>
<description>&lt;p&gt;I have just pushed an update of QueryParam Scanner to &lt;a href=&quot;https://github.com/boughtonp/qpscanner&quot;&gt;GitHub&lt;/a&gt;, containing various improvements.&lt;/p&gt;
&lt;p&gt;This update is on the &lt;a href=&quot;https://github.com/boughtonp/qpscanner/tree/rc0.7.5&quot;&gt;rc0.7.5 branch&lt;/a&gt;, and it&apos;d be nice if people could take it for a spin and make sure there are no issues with it. (There is a &lt;a href=&quot;https://github.com/boughtonp/qpscanner/zipball/rc0.7.5&quot;&gt;zip download&lt;/a&gt; for anyone without git.)&lt;/p&gt;
&lt;p&gt;The visible changes which you might notice are:
&lt;ul&gt;&lt;li&gt;Added JSON output format, giving an alternative to XML for anyone using qpscanner in a scripted process.
&lt;li&gt;Added variable for number of potential risk files, and improved related wording in HTML output.
&lt;li&gt;Fixed bug where identical queries were causing incorrect line numbers.
&lt;li&gt;Fixed bug where query names were not being detected.
&lt;li&gt;Fixed bug where blank lines were incorrectly removed.&lt;/ul&gt;
&lt;p&gt;However, there are also significant under-the-hood changes. I removed my obsolete &quot;Java Regex Utils&quot; library (replacing it with the object part of &lt;a href=&quot;http://cfregex.net&quot;&gt;cfRegex&lt;/a&gt;), and made a number of little code clean-ups.&lt;/p&gt;
&lt;p&gt;A result of these changes is that qpscanner rc0.7.5 appears to be almost twice as fast as previous versions.&lt;/p&gt;
&lt;p&gt;If you have any feedback, please feel free to &lt;a href=&quot;https://github.com/inbox/new/boughtonp&quot;&gt;contact me via GitHub&lt;/a&gt;, and similarly if you find any bugs then please raise them on the &lt;a href=&quot;https://github.com/boughtonp/qpscanner/issues&quot;&gt;issue tracker&lt;/a&gt;.&lt;/p&gt;</description>
<pubDate>Sat, 07 Jan 2012 20:59:44 GMT</pubDate>
</item>
<item>
<title>QueryParam Scanner - v0.7 Released, v0.8 in progress...</title>
<link>http://www.sorcerers-tower.net/article/queryparam_scanner_v0.7_released_v0.8_in_progress.html</link>
<description>&lt;p&gt;I have released v0.7 of &lt;a href=&quot;http://www.hybridchill.com/projects/qpscanner.html&quot;&gt;QueryParam Scanner&lt;/a&gt;, which introduces a variety of improvements over v0.6.1:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Significantly faster processing&lt;/li&gt;
&lt;li&gt;Multiple output formats (HTML, XML, WDDX).&lt;/li&gt;
&lt;li&gt;Ability to override Request Timeout.&lt;/li&gt;
&lt;li&gt;Option to specify file/directory exclusions (regex).&lt;/li&gt;
&lt;li&gt;Option to include/exclude Query of Queries.&lt;/li&gt;
&lt;li&gt;Option to include/exclude built-in CFML functions.&lt;/li&gt;
&lt;li&gt;Eclipse Plugin for easier execution.&lt;/li&gt;
&lt;/ul&gt;
&lt;br/&gt;
&lt;p&gt;For more details and download information, visit the &lt;a href=&quot;http://www.hybridchill.com/projects/qpscanner.html&quot;&gt;project page at Hybridchill&lt;/a&gt;.&lt;/p&gt;
&lt;br/&gt;
&lt;h2&gt;Future Improvements&lt;/h2&gt;
&lt;p&gt;The following release, v0.8 will have three key features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A Fix mode, allowing you to manually or automatically correct missing cfqueryparams.&lt;/li&gt;
&lt;li&gt;A flexible exclusion system, allowing you to ignore paths and variables you know are ok.&lt;/li&gt;
&lt;li&gt;Integration and examples of use for &lt;a href=&quot;http://ant.apache.org&quot;&gt;Apache Ant&lt;/a&gt; and &lt;a href=&quot;http://www.mxunit.org&quot;&gt;MXUnit&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</description>
<pubDate>Tue, 23 Sep 2008 20:09:31 GMT</pubDate>
</item>
<item>
<title>QueryParam Scanner v0.7-dev</title>
<link>http://www.sorcerers-tower.net/article/queryparam_scanner_v0.7_dev.html</link>
<description>&lt;p&gt;The latest development version of qpScanner is now in SVN at &lt;a href=&quot;http://qpscanner.riaforge.org/&quot;&gt;RIAForge&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It would be great if people could test it out and let me know of any issues they encounter.&lt;/p&gt;
&lt;p&gt;As before, it is all self-contained, so it can be installed and run with minimal effort.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; As this is still the development version, you need to use the zip option at the bottom of the RIAForge page, &lt;em&gt;not&lt;/em&gt; the &quot;Download Project&quot; link - the button will only give the old version.&lt;/p&gt;
&lt;p&gt;When released, v0.7 will be a significant new version, so I want to give a quick discussion of the new features...&lt;/p&gt;</description>
<pubDate>Sun, 17 Aug 2008 00:01:01 GMT</pubDate>
</item>
<item>
<title>Scotch on the Rocks 2008</title>
<link>http://www.sorcerers-tower.net/article/scotch_on_the_rocks_2008.html</link>
<description>&lt;p&gt;Well the first day of Scotch &apos;08 is now over, so here is a quick round-up of the sessions I attended.&lt;/p&gt;
&lt;p&gt;Day two has ended, and I have updated the main entry with details on today&apos;s events.&lt;/p&gt;
&lt;p&gt;Scotch on the Rocks 2008 is now unfortunately ended, as before please see the main entry for the final day&apos;s summaries.&lt;/p&gt;</description>
<pubDate>Fri, 06 Jun 2008 22:57:00 GMT</pubDate>
</item>
<item>
<title>cfDevCon 2006</title>
<link>http://www.sorcerers-tower.net/article/cfdevcon_2006.html</link>
<description>&lt;p&gt;Okay, so I&apos;ve arrived back from &lt;a href=&quot;http://www.cfdevcon.com&quot;&gt;the UK&apos;s first* ColdFusion developers&apos; conference&lt;/a&gt; (*if you ignore the previous two UK-based CF conferences), and decided I would give my thoughts about it.&lt;/p&gt;</description>
<pubDate>Thu, 09 Nov 2006 22:49:42 GMT</pubDate>
</item>
<item>
<title>[SQL] Look Behind You</title>
<link>http://www.sorcerers-tower.net/article/sql_look_behind_you.html</link>
<description>&lt;p&gt;Where I work we have a generic database table which stores a variety of values associated with different things. Each entry has a type, id and description, along with a set of generic alpha_1..9 and numeric_1..9 columns.&lt;/p&gt;
&lt;p&gt;Today I needed to check whether a certain value was in the table but wasn&apos;t certain where it might be - all I knew was that it was text, so I started writing the following SQL...&lt;/p&gt;</description>
<pubDate>Mon, 21 Aug 2006 18:34:47 GMT</pubDate>
</item>
</channel>
</rss>

