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
2025-08-15 02:54:07 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
HeidiSQL
/
components
/
heidisql
History
Ansgar Becker
1bd1bb8a6e
Remove preference option to select whether auto limiting should be applied or not, for the benefit of consistency and usability. See bug
#282
which complains about the limit not being remembered. This is still the case for large tables now, but GetCalculatedLimit is more a safety check to avoid huge net loads than it wants to annoy the user. A even better compromise could be not to touch the limit number in the GUI if its value is lower than GetCalculatedLimit.
2008-06-23 20:15:37 +00:00
..
include
Remove preference option to select whether auto limiting should be applied or not, for the benefit of consistency and usability. See bug
#282
which complains about the limit not being remembered. This is still the case for large tables now, but GetCalculatedLimit is more a safety check to avoid huge net loads than it wants to annoy the user. A even better compromise could be not to touch the limit number in the GUI if its value is lower than GetCalculatedLimit.
2008-06-23 20:15:37 +00:00
packages
/delphi11
Remove no longer needed Delphi 10 packages.
2008-05-18 18:20:29 +00:00
source
Pipe calls to InternalRefresh through the query thread.
2007-10-08 17:16:38 +00:00