log sat/memory/sqla.py @ 3862:100dd30244c6

age author description
Wed, 20 Jul 2022 17:41:44 +0200 Goffi core (memory/sqla): add argument to `getPubsubNode` to auto-create a node:
Wed, 29 Jun 2022 10:16:03 +0200 Goffi core (memory/sqla): `session_add` must have a default value in `delete`
Fri, 17 Jun 2022 14:15:23 +0200 Goffi core (memory/sqla): generic `get` + `session_add` in `delete`:
Fri, 17 Jun 2022 14:15:23 +0200 Goffi core (memory/sqla), plugin XEP-0359: always add `origin-id`, and store:
Fri, 13 May 2022 18:02:37 +0200 Goffi core (memory/sqla): `searchPubsubItems` can now filter on item names
Fri, 13 May 2022 17:58:51 +0200 Goffi core (memory/sqla): add attribute to filter on `item_ids` in `getItems`
Tue, 22 Mar 2022 17:00:42 +0100 Goffi core (memory/sqla): new table/mapping to handle Pubsub node subscriptions:
Tue, 25 Jan 2022 17:09:54 +0100 Goffi memory (sqla): fix `complete` setting when `index` is `None` in `getItems`
Tue, 25 Jan 2022 17:09:11 +0100 Goffi memory (sqla): don't set keys with None as value for RSM in `getItems`
Wed, 08 Sep 2021 17:58:48 +0200 Goffi core (memory/sqla): fix `fileUpdate`
Wed, 08 Sep 2021 17:58:48 +0200 Goffi core (memory/slqa): implement `getProfileById`
Wed, 08 Sep 2021 17:58:48 +0200 Goffi memory (sqla): implement `searchPubsubItems`:
Wed, 01 Sep 2021 15:24:59 +0200 Goffi core (memory/sqla): fix key/value inversion in self.profiles
Mon, 02 Aug 2021 21:52:17 +0200 Goffi core (memory/sqla): minor docstring line lenght fix
Thu, 29 Jul 2021 22:51:01 +0200 Goffi core (memory/sqla): generic methods to add and delete ORM objects directly
Thu, 29 Jul 2021 22:51:01 +0200 Goffi core (memory/sqla): methods to manipulate pubsub tables
Sun, 27 Jun 2021 00:15:40 +0200 Goffi core (memory/sqla_mapping): fix some technical debt: sqlalchemy
Fri, 25 Jun 2021 17:55:23 +0200 Goffi core (memory/sqla): database migration using Alembic:
Thu, 03 Jun 2021 15:20:47 +0200 Goffi core (memory/storage): backend storage is now based on SQLAlchemy