You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGES_FROM_WS4SQLITE.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,12 @@
3
3
- URL to contact for POST is now `http://<host>:<port>/<db_name>/exec` (note the `/exec/`)
4
4
- Read-only mode is performed via the `query_only` PRAGMA
5
5
- Even if the database is read only, it's possible to perform init macros
6
+
- YAML file, when explicitly given, is separated with a "::" from the db file/name (to solve ambiguities in windows)
6
7
- Stored Statements are now prefixed with `^`, not `#`, because it can be used in macros that are defined in the YAML file, where `#` would be a comment
7
8
- ScheduledTasks are replaced with the new macro and backup subsystems
8
9
- Avoid use of scheduler logic, as it is very language-dependent and may be different from cron, with which the user is probably familiar
9
10
- The '%s' in the backup template is optional
10
11
- The backup files' pattern is specified as a backup directory, being intended that all the files in it are subject to deletion
11
12
- HTTP authentication is now named HTTP_BASIC (possible future JWT implementation)
12
-
- disableWALMode is now a more generic journalMode, for when WAL2 will be released
13
+
- disableWALMode is now a more generic journalMode, for when WAL2 will be released
14
+
- it is possible to specify the index file when serving a directory
0 commit comments