Bug #37840 | "Discard"-Function replaces modified fields with NULL | ||
---|---|---|---|
Submitted: | 3 Jul 2008 16:12 | Modified: | 4 Jul 2008 7:47 |
Reporter: | Roman Held | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S2 (Serious) |
Version: | 1.2.12 | OS: | Windows (XP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | discard, query browser |
[3 Jul 2008 16:12]
Roman Held
[3 Jul 2008 16:15]
Roman Held
of course ----------- INSERT INTO `pstCommon`.`bugTest` (`ID`, `Name`) values (1,"test1"); INSERT INTO `pstCommon`.`bugTest` (`ID`, `Name`) values (2,"test2"); ----------- should be ----------- INSERT INTO `testdb`.`bugTest` (`ID`, `Name`) values (1,"test1"); INSERT INTO `testdb`.`bugTest` (`ID`, `Name`) values (2,"test2"); ----------- in this case...
[3 Jul 2008 18:16]
Valeriy Kravchuk
Thank you for a problem report. Please, try to repeat with a newer version, 1.2.12, and inform about the results.
[4 Jul 2008 7:47]
Roman Held
in 1.2.12, all is working right.. thank you and sorry for the unnessesary report.