• 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
名称
最后提交
最后更新
..
help Loading commit data...
html Loading commit data...
images Loading commit data...
javadoc Loading commit data...
text Loading commit data...
textbase Loading commit data...
index.html Loading commit data...