View Revisions: Issue #5785
Summary | 0005785: DBCompare fixes | ||
---|---|---|---|
Revision | 2023-04-19 16:45 by cquamme | ||
Description | 1. File fails to download in DB Compare if no changes exist ERROR [gui] [DbCompareDialog] [qtp1118430673-710] Could not download file java.io.FileNotFoundException: DB-Compare-2023.04.11.13.48.51 (The system cannot find the file specified) 2. When you use DBCompare and select the "Write differences to file" or "Apply differences to file" option, SymmetricDS currently will read the entire file into memory, which can cause excess memory use and in some cases the file will fail to download as a result. Instead of reading the file into memory, we should stream the file for download. 3. When you use DBCompare and select the "Write differences to file" option, if the write to file fails we should display a pop-up message showing the exception name and the error message. |
||
Revision | 2023-04-19 16:01 by cquamme | ||
Description | 1. File fails to download in DB Compare if no changes exist ERROR [gui] [DbCompareDialog] [qtp1118430673-710] Could not download file java.io.FileNotFoundException: DB-Compare-2023.04.11.13.48.51 (The system cannot find the file specified) 2. When you use DBCompare and select the "Write differences to file" option, SymmetricDS currently will read the entire file into memory, which can cause excess memory use and in some cases the file will fail to download as a result. Instead of reading the file into memory, we should stream the file for download. 3. When you use DBCompare and select the "Write differences to file" option, if the write to file fails we should display a pop-up message showing the exception name and the error message. |
||
Revision | 2023-04-19 14:05 by cquamme | ||
Description | 1. File fails to download in DB Compare if no changes exist ERROR [gui] [DbCompareDialog] [qtp1118430673-710] Could not download file java.io.FileNotFoundException: DB-Compare-2023.04.11.13.48.51 (The system cannot find the file specified) 2. When you use DBCompare and select the "Write differences to file" option, SymmetricDS currently will read the entire file into memory, which can cause excess memory use and in some cases the file will fail to download as a result. Instead of reading the file into memory, we should stream the file for download. 3. When you use DBCompare and select the "Write differences to file" option, it should create a csv file. 4. When you use DBCompare and select the "Write differences to file" option, if the write to file fails we should display a pop-up message showing the exception name and the error message. |
||
Revision | 2023-04-13 17:01 by cquamme | ||
Description | 1. File fails to download in DB Compare ERROR [gui] [DbCompareDialog] [qtp1118430673-710] Could not download file java.io.FileNotFoundException: DB-Compare-2023.04.11.13.48.51 (The system cannot find the file specified) 2. When you use DBCompare and select the "Write differences to file" option, SymmetricDS currently will read the entire file into memory, which can cause excess memory use and in some cases the file will fail to download as a result. Instead of reading the file into memory, we should stream the file for download. 3. When you use DBCompare and select the "Write differences to file" option, it should create a csv file. 4. When you use DBCompare and select the "Write differences to file" option, if the write to file fails we should display a pop-up message showing the exception name and the error message. |
||
Revision | 2023-04-12 14:36 by cquamme | ||
Description | 1. File fails to download in DB Compare ERROR [gui] [DbCompareDialog] [qtp1118430673-710] Could not download file java.io.FileNotFoundException: DB-Compare-2023.04.11.13.48.51 (The system cannot find the file specified) 2. When you use DBCompare and select the "Write differences to file" option, SymmetricDS currently will read the entire file into memory, which can cause excess memory use and in some cases the file will fail to download as a result. Instead of reading the file into memory, we should stream the file for download. |
||
Revision | 2023-04-11 15:50 by cquamme | ||
Description | When you use DBCompare and select the "Write differences to file" option, SymmetricDS currently will read the entire file into memory, which can cause excess memory use and in some cases the file will fail to download as a result. Instead of reading the file into memory, we should stream the file for download. |