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?

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!)

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 :)



On 3/06/2013 8:58 PM, Cecil Westerhof wrote:
At the moment I use:
     java -cp /home/cecil/java/h2/bin/h2-1.3.171.jar org.h2.tools.Shell …

To get the result of a query in BASH. But the results of the query are
limited to 100 characters per column. Is there a way to get the
complete result?

Less important, but icing on the cake: is it possible to get rid of the header?



--
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 h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
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.


Reply via email to