Free Hero Mesh

Diff
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Differences From Artifact [7ca3d09672]:

To Artifact [5c0e5c6d42]:


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.