1. 09 10月, 2017 1 次提交
    • plus33's avatar
      Fix for "Change not-null / null -constraint to existing column" · ac8e3f14
      plus33 提交于
      (MySql/ORACLE - SQL style)
      
      Command failed silently corrupting the changed column.
      Before the change (added after v1.4.196) following was observed:
       alter table T modify C int null; -- Worked as expected
       alter table T modify C null;     -- Silently corrupted column C
      
      ac8e3f14
  2. 08 10月, 2017 1 次提交
  3. 07 10月, 2017 1 次提交
  4. 06 10月, 2017 1 次提交
  5. 05 10月, 2017 1 次提交
  6. 04 10月, 2017 7 次提交
  7. 03 10月, 2017 3 次提交
  8. 28 9月, 2017 2 次提交
  9. 27 9月, 2017 4 次提交
  10. 26 9月, 2017 2 次提交
  11. 23 9月, 2017 2 次提交
  12. 21 9月, 2017 1 次提交
  13. 20 9月, 2017 1 次提交
  14. 19 9月, 2017 4 次提交
  15. 18 9月, 2017 1 次提交
  16. 17 9月, 2017 4 次提交
  17. 16 9月, 2017 3 次提交
  18. 15 9月, 2017 1 次提交