1. 14 Jun, 2000 4 commits
  2. 13 Jun, 2000 7 commits
  3. 12 Jun, 2000 11 commits
  4. 11 Jun, 2000 5 commits
  5. 10 Jun, 2000 9 commits
  6. 09 Jun, 2000 4 commits
    • Bruce Momjian's avatar
      Fix initdb spaces problem. · 7bd58b47
      Bruce Momjian authored
      7bd58b47
    • Bruce Momjian's avatar
      Add tablespaces todo item · 1d2fea9b
      Bruce Momjian authored
      1d2fea9b
    • Bruce Momjian's avatar
      This patch fixes the 0-based/1-based result set indexing problem for · d3ef7536
      Bruce Momjian authored
      absolute.  It also makes it more compliant with the interface
      specification in Sun's documentation;
      
      1. absolute(0) should throw an exception.
      2. absolute(>num-records) should set the current row to after the last
      record in addition to returning false.
      3. absolute(<num-records) should set the current row to before the first
      record in addition to returning false.
      
      These operations in the existing code just return false and don't change
      current_row.
      
      These changes required a minor change to relative(int) since it calls
      absolute(int)
      
      The attached patch is against the cvs repository tree as of this morning.
      
      Also, who is in charge of maintaining the jdbc driver?  I'm working on
      getArray for the jdbc2 driver, but it's going to require three more
      classes to be added to the driver, and thus three more source files
      in the repository.  Is there someone I can contact directly to ask about
      this?
      
      Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
      d3ef7536
    • Bruce Momjian's avatar
      Update bsdi faq. · bd29cb0e
      Bruce Momjian authored
      bd29cb0e