1. 23 Nov, 2002 6 commits
  2. 22 Nov, 2002 5 commits
  3. 21 Nov, 2002 10 commits
  4. 20 Nov, 2002 3 commits
    • Bruce Momjian's avatar
      Update ports list. · 2676e11f
      Bruce Momjian authored
      2676e11f
    • Barry Lind's avatar
      Fix a dumb cut and paste error from my last commit and update some of the · 1b80e012
      Barry Lind authored
      jdbc3 metadata responses
      
       Modified Files:
       	jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java
       	jdbc/org/postgresql/jdbc3/AbstractJdbc3DatabaseMetaData.java
      1b80e012
    • Barry Lind's avatar
      Fixed bug reported by Marko Strukelj and Keith Wannamaker. Using executeBatch · 54bc3b6b
      Barry Lind authored
      on a preparedStatement would reset the prepared statment causing subsequent
      uses of the preparedStatement to fail (i.e. the following series of calls
      would fail: addBatch() executeBatch() addBatch() executBatch()).  This is
      a regression from 7.2 where this worked correctly.  The regression test has
      also been modified to explicitly test for this case.
      
       Modified Files:
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
       	jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java
       	jdbc/org/postgresql/test/jdbc2/BatchExecuteTest.java
      54bc3b6b
  5. 19 Nov, 2002 6 commits
  6. 18 Nov, 2002 6 commits
  7. 17 Nov, 2002 3 commits
  8. 16 Nov, 2002 1 commit