Diff
Not logged in

Differences From Artifact [819a129abc]:

To Artifact [b5866f6ecc]:


226
227
228
229
230
231
232

233

234
235
236
237
238
239
240
226
227
228
229
230
231
232
233

234
235
236
237
238
239
240
241







+
-
+







  if( noRepository ) g.zRepositoryName = 0;
  g.db = 0;
  g.repositoryOpen = 0;
  g.localOpen = 0;
}

/*
** COMMAND: sql
** COMMAND: sqlite3
** COMMAND: sqlite3*
**
** Usage: %fossil sql ?OPTIONS?
**
** Run the standalone sqlite3 command-line shell on DATABASE with SHELL_OPTS.
** If DATABASE is omitted, then the repository that serves the working
** directory is opened.  See https://www.sqlite.org/cli.html for additional
** information.