1. 19 Haz, 2006 4 kayıt (commit)
  2. 18 Haz, 2006 6 kayıt (commit)
  3. 17 Haz, 2006 10 kayıt (commit)
  4. 16 Haz, 2006 5 kayıt (commit)
  5. 15 Haz, 2006 13 kayıt (commit)
  6. 14 Haz, 2006 2 kayıt (commit)
    • Tim Peters's avatar
      Whitespace normalization. · 5d538b60
      Tim Peters yazdı
      5d538b60
    • Gerhard Häring's avatar
      - Added version checks in C code to make sure we don't trigger bugs in older · b2e88164
      Gerhard Häring yazdı
        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.
      b2e88164