[Bug report] Row count not up to date when dumping table to SQL file

High-Voltage's profile image High-Voltage posted 3 years ago in General Permalink

Version in use: 11.3.0.6332

Bug: When a table is dumped to a sql file without first refreshing the view (F5), the previously known number of rows is showed (and added as a comment to the dump).

How to reproduce:

  • Create a table with some data
  • Do a dump to SQL file --> note the number of rows
  • Add some additional rows to the table via a query (no refresh!)
  • Do again a dump to SQL file --> the previous number of rows is showed and logged as a comment

This is purely a cosmetic detail since in the end all rows are dumped to the file. The progress bar sticks at 100% while the row count keeps increasing.

ansgar's profile image ansgar posted 3 years ago Permalink

This is intentionally, for performance reasons.

You may test a recent build where I tried out an exact row count (done in 11.3.0.6300). Use the last build before I reverted that modification: heidisql64.r6312.exe

See also this thread for why I reverted it.

Please also note this is not the bugtracker, just a discussion forum.

High-Voltage's profile image High-Voltage posted 3 years ago Permalink

Ok, thanks for the clarification.

Please login to leave a reply, or register at first.