<cc to Jeff Zucker>

> > I'm manipulating passwords and virtmaps. DBI::AnyData is so much easier
> > to write/maintain than the glob of Perl this replaces!
> 
> Great!

The more I use it, the more I like!

<snip> thanks!

Found one more item that may or may not be a bug.

INSERT only creates fields up to the last field in the insert statement.

For example, for a table with this header:
one|two|three|four|five

INSERT INTO a_table(two) VALUES('two entry')

yields:
|two entry

  Thanks!
Jeff

Reply via email to