1. 01 Mar, 2006 1 commit
    • Thomas Wouters's avatar
      Fix DBEnv's set_tx_timestamp wrapper to be slightly more correct on · 9d63ccae
      Thomas Wouters authored
      non-32bit platforms. Will still only allow 32 bits in a timestamp on Win64,
      but at least it won't crash, and it'll work right on platforms where longs
      are big enough to contain time_t's.
      
      (A better-working, although conceptually less-right fix would have been to
      use Py_ssize_t here, but Martin and Tim won't let me.)
      9d63ccae
  2. 28 Feb, 2006 39 commits