June 2008 - Posts

Lost in the Thicket of Syntax
06 June 08 10:46 AM | jons | (Comments Off)   
Parsing SQL syntax is hard, especially if you do not know what you are doing.  A major part of creating my in-memory database to support unit testing (see here and here and here ) is parsing the SQL commands.  I have written code to parse text Read More...