120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
Boolean controlling if SQLite will use covering index scans.
.sqlExtensions
Names of SQLite extensions with spaces in between.
.sqlFile
Name of the user cache database. If not set, then it will use the file
called .heromeshsession in the home directory.
.sqlInit
SQL codes to execute when Free Hero Mesh starts.
.sqlMemStatus
Boolean controlling if SQL memory status is available.
|
>
|
>
|
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
Boolean controlling if SQLite will use covering index scans.
.sqlExtensions
Names of SQLite extensions with spaces in between.
.sqlFile
Name of the user cache database. If not set, then it will use the file
name of the configuration file replacing "rc" at the end with "session";
usually this is the file called .heromeshsession in the home directory,
but with some configurations (e.g. portable mode) it might not be.
.sqlInit
SQL codes to execute when Free Hero Mesh starts.
.sqlMemStatus
Boolean controlling if SQL memory status is available.
|