-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Which driver are you using and version of it (Ex: PostgreSQL 10.0):
MySQL 5.7.44-log
Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81):
316
The steps to reproduce this issue:
This is not new, it has happened for a long time, but only once in awhile so its very hard to reproduce and that's why I haven't reported it before now.
I have a view which combines two tables and limits the records to the past few years. I am doing a FIND query on that view to pull up a very limited date range. The FIND returns 1739 records of about 20 fields each, (i.e., not huge). Works every time. But when I click "Export" to save the results as a CSV file, it runs but produces an empty file. No matter how many times I run it. No matter if it is saved to a "new" file name or an existing file.
I should say that the file itself is not actually empty, but is filled with nothing but "linefeeds", one for each record it should have exported - I have attached an image of a hex dump of the file.
I would like some suggestions as to how I could further debug this to determine what is causing the failure.

