1. 21 Mar, 2002 9 commits
  2. 20 Mar, 2002 4 commits
  3. 19 Mar, 2002 20 commits
  4. 18 Mar, 2002 3 commits
  5. 17 Mar, 2002 1 commit
  6. 16 Mar, 2002 2 commits
    • Tom Lane's avatar
      Try to make array_in's behavior a tad less bizarre. Leading whitespace · 0f2fbbba
      Tom Lane authored
      before a data item is now always skipped, rather than only sometimes.
      Backslashes not within double-quoted text are treated reasonably, as
      are multiple sequences of quoted text in a single data item.  But it
      still seems rather prone to misbehavior if the input is not completely
      syntactically correct --- in particular, garbage following a right brace
      will be ignored.
      0f2fbbba
    • Dave Cramer's avatar
      fixed QueryExecuter to deal with multiple errors · 134fe5ec
      Dave Cramer authored
      previously it was throwing a SQLException as soon as the error message was
      received from the backend. This did not allow the protocol to finish properly
      now, simply collects error messages from the backend until the query is done
      and throws exception at the end
      Also added setLogLevel to Driver.java, and made the log levels public
      134fe5ec
  7. 15 Mar, 2002 1 commit