2013/6/3 Thomas Mueller <[email protected]>: > Would using the RunScript tool, with the option "-showResults", be an > option?
I am already very far with tricking the Shell Tool in thinking it is in interactive mode and using list mode. But I'll look at your solution also. > By the way, how come this thread doesn't have a real subject? I just added > the tag "[h2]" to be added for all emails (I hope that's OK), but each email > should have a reasonable subject. Is this a bug in Google Groups? I am afraid I made an error sending the message. I properly did not fill in the subject. And gmail did not complain. :-( > On Monday, June 3, 2013, Cecil Westerhof wrote: >> >> 2013/6/3 Ryan How <[email protected]>: >> > I imagine you could probably change the source of the shell tool fairly >> > easily to change the max length, or make it configurable as a command >> > line >> > option? >> >> That would be the best I think. With -1 meaning no limit. >> >> >> > And also make header output optional. >> > >> > Or you could probably strip the header by piping it through some awk >> > command >> > or something (I'm a bit rusty on my unix!) >> >> That is why I called it icing on the cake. :-D >> >> By the way, the simplest way is: >> | tail -n +2 >> >> I also need tot take care of the footer, but that is easy, I just >> replace it with: >> | tail -n +2 | grep '|' >> >> >> > You could probably just make your own version of the shell tool that way >> > you >> > could upgrade H2 and retain compatibility, or submit a patch :) >> >> The second answer that urges me to make a patch. I have to delve into >> the code. ;-) >> >> >> -- >> Cecil Westerhof >> >> -- >> You received this message because you are subscribed to the Google Groups >> "H2 Database" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/h2-database?hl=en-US. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/h2-database?hl=en-US. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Cecil Westerhof -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
