-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
9.3, 8.12.10.6_3
-
None
-
None
-
- INSERT INTO SmallA (IntKey, StringKey, Objectvalue) VALUES (100, null, '100')
- UPDATE SmallA SET objectvalue = '101' WHERE Intkey=100
Google translator allows to be inserted null value into column of type String, but subsequent update of any cell in such row throws exception "Spreadsheet translator error: String values cannot be set to null".