in reply to Re^2: Parsing text-based queries to SQL queries
in thread Parsing text-based queries to SQL queries

Actually, they're only one part of it. The bigger part is the execution of only one statement at a time. Some DBD's will allow you to restrict yourself to one SQL statement per $sth, which is the big win.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re^3: Parsing text-based queries to SQL queries