Hello, since I updated to beta version duplicating rows (via ctrl+ins) that involve columns with bit data result in an SQL error. (eg: /* SQL Error (1064): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 */)
It worked ok in version 6 stable.
Bye and thanks again for the awesome program~
Can't duplicate rows when table schema contains bit columns
Code modification/commit
3b91279
from ansgar.becker,
14 years ago,
revision 6.0.0.3823
Introduce support for BIT fields in grids and export output. See issue #766 and http://www.heidisql.com/forum.php?t=8462
There was never a working BIT support in HeidiSQL yet. But I'm now working on that, only bitmask calculation is driving me nuts. So I have committed the code now in r3823 which allows you to enter bit values like '01010111' into a grid cell, while the displayed values from the server sometimes are wrong.
For further discussion see issue #766
Please login to leave a reply, or register at first.