in reply to Re^2: SQL Parsing with Parse::RecDescent
in thread SQL Parsing with Parse::RecDescent
And let's try to be serious: which developer writes an application without having a single test data set, even if it's an inveted and not very natural one?
Update: another idea is an incremental approach: Run the program once, and hope that it will run a SQL statement. Then generate some test data for that query, and run again.
I just think that "blind" searching in source code for SQL statements will not work reliably, it will have both many false positives and false negatvies.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: SQL Parsing with Parse::RecDescent
by DACONTI (Scribe) on Mar 05, 2008 at 15:57 UTC | |
by Anonymous Monk on Mar 06, 2008 at 09:11 UTC | |
by DACONTI (Scribe) on Mar 06, 2008 at 18:45 UTC |