Hello,
It is nice feauture that "Heidi displays the first available text column in the foreign table. So, the user doesn't have to guess what id XYZ was" as anse Posted: Thu, 15 Apr 10 00:55
However, my foreign table has more then 1000 rows and therefore I am not able to pick all the IDs XYZ I want. Is there a way to tell Heidi
either to show me all rows in the foreign table (and tools > preferences > data does not change anything in this case)
or to disable this feature?
Thank you in advance.
Drop down list - LIMIT 1000
That should not be such a problem as the combo box allows entering custom data. Even if these 1000 were configurable you would not want to increase that to some value of 1 million which would probably be required for another table.
See also issue #1849 for discussion and comments.
See also issue #1849 for discussion and comments.
Code modification/commit
d3b6dd6
from ansgar.becker,
15 years ago,
revision 5.1.0.3390
Do not create drop down menu on foreign key'd cells in data grid if the foreign table contains more rows than we display in the drop down. That way, the user is able to enter other foreign values than those provided by the dropdown list. See http://www.heidisql.com/forum.php?t=5736#p5930
Please login to leave a reply, or register at first.