1. 19 Jun, 2006 4 commits
  2. 18 Jun, 2006 6 commits
  3. 17 Jun, 2006 10 commits
  4. 16 Jun, 2006 5 commits
  5. 15 Jun, 2006 13 commits
  6. 14 Jun, 2006 2 commits
    • Tim Peters's avatar
      Whitespace normalization. · 487cb65a
      Tim Peters authored
      487cb65a
    • Gerhard Häring's avatar
      - Added version checks in C code to make sure we don't trigger bugs in older · 9a26a6a8
      Gerhard Häring authored
        SQLite versions.
      - Added version checks in test suite so that we don't execute tests that we
        know will fail with older (buggy) SQLite versions.
      
      Now, all tests should run against all SQLite versions from 3.0.8 until 3.3.6
      (latest one now). The sqlite3 module can be built against all these SQLite
      versions and the sqlite3 module does its best to not trigger bugs in SQLite,
      but using SQLite 3.3.3 or later is recommended.
      9a26a6a8