in reply to Anything Else Like SQL::Statement?
In terms of other modules that cover the same problem space, SQL::Translator has excellent support for DDL but not for SELECT statements; SQL::Routine is intdended to parse SQL but I'm not sure whether it can yet; DBIx::MyParse is a very promising looking module though I haven't tested it yet - it uses an embedded version of MySQL to give the parser a very robust (though MySQL specific) parser.
|
|---|