View Issue Details

IDProjectCategoryView StatusLast Update
0009285VALENTINA SERVERDatabasepublic2023-11-20 12:32
ReporterBeatrix Willius Assigned ToIvan Smahin  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Fixed in Version13.5.x 
Summary0009285: Changing SQLITESYSTEMFOLDER changes SQLITESYSTEMCATALOG
DescriptionAs far as I remember SQLITESYSTEMCATALOG is the old server variable and SQLITESYSTEMFOLDER is the new one. However, when saving a new value to SQLITESYSTEMFOLDER the value ends up in SQLITESYSTEMCATALOG.

I've made some very slight changes to Valentina Server Utility in the SetVariable function:

dim theFolder as FolderItem = SpecialFolder.Desktop
mValentinaServer.SetVariable("SQLiteSystemFolder", theFolder.NativePath)

After restarting Valentina Server I get the following result in the Server ini:

SQLITESYSTEMCATALOG = /Users/beatrixwillius/Desktop
[SQLITE]
; The path, where sqlite databases are stored.
SQLITESYSTEMFOLDER = databases_sqlite

TagsNo tags attached.

Activities

Beatrix Willius

Beatrix Willius

2023-11-18 06:40

reporter  

ValentinaServerUtility.xojo_xml_project.zip (86,891 bytes)

Issue History

Date Modified Username Field Change
2023-11-18 06:40 Beatrix Willius New Issue
2023-11-18 06:40 Beatrix Willius File Added: ValentinaServerUtility.xojo_xml_project.zip
2023-11-20 12:32 Ivan Smahin Assigned To => Ivan Smahin
2023-11-20 12:32 Ivan Smahin Status new => resolved
2023-11-20 12:32 Ivan Smahin Resolution open => fixed
2023-11-20 12:32 Ivan Smahin Fixed in Version => 13.5.x