This website requires JavaScript.
Explore
Help
Register
Sign In
opensource
/
HeidiSQL
Watch
1
Star
0
Fork
0
You've already forked HeidiSQL
mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced
2026-03-13 09:24:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7787a70231a5ea9d3d7336bbfca278dfb330cb08
HeidiSQL
/
components
History
Ansgar Becker
e791339e86
Try a pragmatic workaround for bug
#761
(Large tables crash TVirtualTree) and bug
#950
(Decrease memory usage for grid results). Makes the data grid hard limited to a maximum of 100,000 rows/nodes (means ~6M memory consumption just for the tree nodes). It seems reasonable to do this as on large tables you normally create a filter to find specific rows rather than scrolling and looking the rows up by hand. The grid is now able again to display superlarge tables without losing too much memory for data of few interest. However, I hope there's no complaint the other way around for why we don't display all rows instead.
2009-01-27 19:32:20 +00:00
..
compilerdetection
/include
Move include files to include directory.
2007-10-10 11:46:27 +00:00
heidisql
Try a pragmatic workaround for bug
#761
(Large tables crash TVirtualTree) and bug
#950
(Decrease memory usage for grid results). Makes the data grid hard limited to a maximum of 100,000 rows/nodes (means ~6M memory consumption just for the tree nodes). It seems reasonable to do this as on large tables you normally create a filter to find specific rows rather than scrolling and looking the rows up by hand. The grid is now able again to display superlarge tables without losing too much memory for data of few interest. However, I hope there's no complaint the other way around for why we don't display all rows instead.
2009-01-27 19:32:20 +00:00
pngcomponents
Uniform project settings for a brighter tomorrow.
2008-10-08 17:33:39 +00:00
synedit
Attempt to fix issue
#845
.
2008-11-10 23:07:55 +00:00
tntunictrls
Uniform project settings for a brighter tomorrow.
2008-10-08 17:33:39 +00:00
virtualtreeview
Workaround: reclaim used memory when TVirtualTree crashes in allocation of child nodes. The correct fix would be to postpone creation of child nodes until they are actually needed (dynamic allocation), but I'm not in a mood to learn how TVirtualTree internals work and Mike didn't seem too eager to produce a fix, so this is it for now. Fixes issue
#761
.
2008-10-08 17:56:24 +00:00
zeosdbo
Disable Zeos' disconnect message and create a nicer one in main.pas
2009-01-04 14:49:55 +00:00