View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008197 | ADK-Xojo-V4RB | SQL Dump | public | 2018-02-18 14:24 | 2018-02-25 08:51 |
Reporter | Beatrix Willius | Assigned To | Ruslan Zasukhin | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 8.0.x | ||||
Summary | 0008197: Loading data from dump doesn't load all records | ||||
Description | Make a larger database. Create a dump file with theDatabase.Dump(DumpFolderitem, EVDumpType.kSQL, EVDataKind.kStructureAndRecords, true, "UTF-16") Load the dump file with newDatabase.LoadDump(DumpFolderitem, theFolderitem, EVDumpType.kSQL, "UTF-16") Notice that the number of records in the mail table is not identical. From 1700 records there are only 400 in the database. | ||||
Tags | No tags attached. | ||||
Fixed. bug was in internal class MemPool of any size, in fact it did have limit on max allocation size. improved. Now can do really any size allocation. |
|
8.0.2 | |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-02-18 14:24 | Beatrix Willius | New Issue | |
2018-02-25 08:49 | Ruslan Zasukhin | Note Added: 0010074 | |
2018-02-25 08:51 | Ruslan Zasukhin | Note Added: 0010075 | |
2018-02-25 08:51 | Ruslan Zasukhin | Status | new => resolved |
2018-02-25 08:51 | Ruslan Zasukhin | Fixed in Version | => 8.0.x |
2018-02-25 08:51 | Ruslan Zasukhin | Resolution | open => fixed |
2018-02-25 08:51 | Ruslan Zasukhin | Assigned To | => Ruslan Zasukhin |