View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008737 | VALENTINA SERVER | API | public | 2020-02-25 14:41 | 2020-02-27 07:58 |
Reporter | François Van Lerberghe | Assigned To | Ivan Smahin | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | INTEL | OS | MAC OS | OS Version | * |
Product Version | 9.8.x | ||||
Fixed in Version | 10.0.x | ||||
Summary | 0008737: VServer.Shutdown doesn't seem to close databases properly | ||||
Description | When I send the command VServer.Shutdown, the master database and the current registered database doesn't seem to be closed properly since the .journal files are always present. If I use the activity monitor to quit the server, the .journal files are deleted. (MacOS 10.14.6, Xojo2019r1.1, Valentina 10.0.1) | ||||
Steps To Reproduce | Type and execute this code in a Xojo project : // Open a VConnection mVConnection = new VConnection( myHost, myUserName, myPassword, myPort, 5, mySerial ) if mVConnection <> nil then mVConnection.Open() mValentinaServer= new VServer( mVConnection ) end if // Shutdown the vServer if mVConnection <> nil AND mValentinaServer <> nil then mValentinaServer.Shutdown end if | ||||
Tags | No tags attached. | ||||
related to | 0008723 | resolved | Ivan Smahin | vServer.Shutdown or vServer.Restart command crash application |
related to | 0008724 | resolved | Ivan Smahin | vServer.Restart command shutdown the server but doesn't restart it |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-02-25 14:41 | François Van Lerberghe | New Issue | |
2020-02-27 07:56 | Ivan Smahin | Assigned To | => Ivan Smahin |
2020-02-27 07:56 | Ivan Smahin | Status | new => resolved |
2020-02-27 07:56 | Ivan Smahin | Resolution | open => fixed |
2020-02-27 07:56 | Ivan Smahin | Fixed in Version | => 10.0.x |
2020-02-27 07:58 | Ivan Smahin | Relationship added | related to 0008723 |
2020-02-27 07:58 | Ivan Smahin | Relationship added | related to 0008724 |