in reply to SQL::Abstract::More overloads the SQL::Abstract API
For info, the new API is just an addition to the old API. Compatibility with the old-style positional API is preserved. The only possible collision would be if you call select($source, ...) where $source is a scalar and starts with a hyphen ... very unlikely, I'm not even sure that this would be a valid SQL table name
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SQL::Abstract::More overloads the SQL::Abstract API
by dragonchild (Archbishop) on Oct 19, 2011 at 12:51 UTC |