Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 54857727 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

DOC: Update the change log to add the possible argument for the update command

parent a58622a8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!177Add the query to the `update` command to filter karas to update
......@@ -4,6 +4,7 @@
- Add: hook to automatically upgrade the database scheme if needed
- Add: multi-add IDs, create a list with stb_ds and add its content in the queue, the adds are batched 10 per 10. When adding multiple times the same kara ID, it is only added once
- Add: dry-update command to only refresh the available kara in Kurisu and don't download them
- Add: the update command can take a query as an argument to only update parts of the database
- Fix: fix issue #100 -> the `database_queue_add_id` won't add ids that doesn't exist
- Fix: be explicit about truncated commands, when a command is truncated, all the bytes after the end of the new string and before the end of the old string are not set to '\0' for safety
- Fix: no segv on exit because disconnect client '0', no client '0', the first client is '1'
......
......@@ -214,7 +214,7 @@ For the compatibility column, the possible values are the following:
| `lsinfo [uri]` | `lsinfo {uri}` | - | alias to `find` |
| `search {filt} [sort {type}] [window {start:end}]` | `search {uri}` | - | is an alias to `find` |
| `searchadd {filt} [sort {type}] [window {start:end}]` | `searchadd {uri}` | - | is an alias to `findadd` |
| `update [uri]` | `update` | ~ | doesn't take URIs |
| `update [uri]` | `update [uri]` | ~ | take lektor URIs |
| `rescan [uri]` | `rescan` | ~ | doesn't take URIs |
| `close` | `close` | + | send the `OK` status before closing the socket |
| `kill` | `kill` | + | |
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter