Re: [JDBC] JDBC Statement.executeBatch patch

2001-09-05 Thread Bruce Momjian
Patch applied and files added. Thanks. > Attached is a patch for current CVS, consisting of a cvs diff -c > for the changed files and a few new files: > - test/jdbc2/BatchExecuteTest.java > - util/MessageTranslator.java > - jdbc2/PBatchUpdateException.java > > As an aside, is this the best way

Re: [JDBC] JDBC Statement.executeBatch patch

2001-08-28 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. > Attached is a patch for current CVS, consisting of a cvs diff -c > for the changed files and a few new files: > - test/jdb

[JDBC] JDBC Statement.executeBatch patch

2001-08-26 Thread Rene Pijlman
Attached is a patch for current CVS, consisting of a cvs diff -c for the changed files and a few new files: - test/jdbc2/BatchExecuteTest.java - util/MessageTranslator.java - jdbc2/PBatchUpdateException.java As an aside, is this the best way to submit a patch consisting of both changed and new fi