lbehnke / h2database

Automatically exported from code.google.com/p/h2database
0 stars 0 forks source link

Script.execute on OutputStream #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Problem: org.h2.tools.Script.execute only works on a File-path (String) but
I would let to have it work on a generic java.io.OutputStream.

-> I'd like to have an API
 public static void execute(String url, String user, String password,
OutputStream os) throws SQLException { ... }

Thanks and keep up the good work!

Original issue reported on code.google.com by synp...@hotmail.com on 16 Nov 2009 at 4:33

GoogleCodeExporter commented 9 years ago
It seems to be easy to implement. I will try for then next release.

Original comment by thomas.t...@gmail.com on 20 Nov 2009 at 9:43

GoogleCodeExporter commented 9 years ago
Implemented in version 1.2.124

Original comment by thomas.t...@gmail.com on 20 Nov 2009 at 4:55