1. 03 Jan, 2009 2 commits
    • Jim Fulton's avatar
      Previously, database connections were managed as a stack. This · c99a8faf
      Jim Fulton authored
      tended to cause the same connection(s) to be used over and over.
      For example, the most used conection would typically be the onlyt
      connection used.  In some rare situations, extra connections could
      be opened and end up on the top of the stack, causing extreme memory
      wastage.  Now, when connections are placed on the stack, they sink
      below existing connections that have more active objects.
      c99a8faf
    • Jim Fulton's avatar
      Added some missing tear-down code. · d13a5b86
      Jim Fulton authored
      d13a5b86
  2. 02 Jan, 2009 2 commits
  3. 23 Dec, 2008 1 commit
  4. 22 Dec, 2008 1 commit
  5. 19 Dec, 2008 12 commits
  6. 18 Dec, 2008 5 commits
  7. 17 Dec, 2008 1 commit
  8. 16 Dec, 2008 3 commits
  9. 15 Dec, 2008 2 commits
  10. 13 Dec, 2008 1 commit
  11. 12 Dec, 2008 4 commits
  12. 11 Dec, 2008 1 commit
  13. 10 Dec, 2008 2 commits
  14. 09 Dec, 2008 2 commits
  15. 05 Dec, 2008 1 commit