annotate sat/bridge/bridge_constructor/constructors/mediawiki/mediawiki_template.tpl @ 2716:06160b529da6

core (memory/sqlite): changed history constraint /!\ Database schema change /!\ History was using a unique constraint on `profile_id, timestamp, source, dest, source_res, dest_res`, which can cause trouble because several messages send quickly by the same person can have a common timestamp (specially with delayed messages where precision is second), resulting in message loss. The new constraint use `profile_id, stanza_id, source, dest` where `stanza_id` is XEP-0359 stanza_id, so it's unique by definition, and no message should be lost anymore. Because sqlite doesn't support altering table with a constraint change, we have to create new tables and copy old data to new one, which can be pretty long. Sqlite update mechanism with "specifics" has been fixed when several updates are applied (e.g. moving from v5 to v7) and a specific is in the workflow.
author Goffi <goffi@goffi.org>
date Sun, 09 Dec 2018 14:07:26 +0100
parents 26edcf3a30eb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
740
aebc8ba05129 bridge (constructor): added categories for the mediawiki export
souliane <souliane@mailoo.org>
parents: 278
diff changeset
1 [[Catégorie:Salut à Toi]]
aebc8ba05129 bridge (constructor): added categories for the mediawiki export
souliane <souliane@mailoo.org>
parents: 278
diff changeset
2 [[Catégorie:documentation développeur]]
aebc8ba05129 bridge (constructor): added categories for the mediawiki export
souliane <souliane@mailoo.org>
parents: 278
diff changeset
3
278
56d9c4cfdcfa mediawiki template
Goffi <goffi@goffi.org>
parents:
diff changeset
4 = Overview =
56d9c4cfdcfa mediawiki template
Goffi <goffi@goffi.org>
parents:
diff changeset
5 This is an autogenerated doc for SàT bridge's API
56d9c4cfdcfa mediawiki template
Goffi <goffi@goffi.org>
parents:
diff changeset
6 = Signals =
56d9c4cfdcfa mediawiki template
Goffi <goffi@goffi.org>
parents:
diff changeset
7 ##SIGNALS_PART##
56d9c4cfdcfa mediawiki template
Goffi <goffi@goffi.org>
parents:
diff changeset
8 = Methods =
56d9c4cfdcfa mediawiki template
Goffi <goffi@goffi.org>
parents:
diff changeset
9 ##METHODS_PART##
56d9c4cfdcfa mediawiki template
Goffi <goffi@goffi.org>
parents:
diff changeset
10 ----
56d9c4cfdcfa mediawiki template
Goffi <goffi@goffi.org>
parents:
diff changeset
11 ##TIMESTAMP##