1. 24 Jun, 2003 1 commit
  2. 20 Jun, 2003 1 commit
    • hf@deer.(none)'s avatar
      Proposed fix for #615 · eb901ea4
      hf@deer.(none) authored
      So now for the CREATE TABLE foo (id integer NOT NULL default 9)
      INSERT INTO foo VALUES (NULL); we get an error
      INSERT INTO foo VALUES (1), (NULL), (2); we get one warning
                and second record is set to 9
      
      Is that what we want?
      eb901ea4
  3. 19 Jun, 2003 2 commits
  4. 18 Jun, 2003 6 commits
  5. 17 Jun, 2003 4 commits
  6. 16 Jun, 2003 4 commits
  7. 15 Jun, 2003 4 commits
  8. 14 Jun, 2003 4 commits
  9. 13 Jun, 2003 1 commit
  10. 12 Jun, 2003 8 commits
  11. 11 Jun, 2003 4 commits
  12. 10 Jun, 2003 1 commit