Hello.
I'm working with your DBI::Shell module:
I need to test a Teradata application made of stored procedures and macros. I think
your DBI::Shell module may be a good solution for making automated tests in this form:
1.- Adding the functionality of read/write commands/results from/to an input/output
filehandle distinct of STDIN/STDOUT.
2.- Give the user-tester a thingy (named $CURSOR for example) that permits him iterate
over $sh->{rhistory} (this permits to get rows obtained in previous commands and reuse
them to execute some code against the SGBD with the /perl command).
I've fixed your Shell.pm for 1, but no for 2 and I'm asking if you are planning to
make a new release with something like this.
Thanks for your time.