log sat/memory/sqla.py @ 3999:f7fa3993df28

age author description
2022-09-21 Goffi core, CLI (base), tools (common/data_format): typing/core readability
2022-07-20 Goffi core (memory/sqla): add argument to `getPubsubNode` to auto-create a node:
2022-06-29 Goffi core (memory/sqla): `session_add` must have a default value in `delete`
2022-06-17 Goffi core (memory/sqla): generic `get` + `session_add` in `delete`:
2022-06-17 Goffi core (memory/sqla), plugin XEP-0359: always add `origin-id`, and store:
2022-05-13 Goffi core (memory/sqla): `searchPubsubItems` can now filter on item names
2022-05-13 Goffi core (memory/sqla): add attribute to filter on `item_ids` in `getItems`
2022-03-22 Goffi core (memory/sqla): new table/mapping to handle Pubsub node subscriptions:
2022-01-25 Goffi memory (sqla): fix `complete` setting when `index` is `None` in `getItems`
2022-01-25 Goffi memory (sqla): don't set keys with None as value for RSM in `getItems`
2021-09-08 Goffi core (memory/sqla): fix `fileUpdate`
2021-09-08 Goffi core (memory/slqa): implement `getProfileById`
2021-09-08 Goffi memory (sqla): implement `searchPubsubItems`:
2021-09-01 Goffi core (memory/sqla): fix key/value inversion in self.profiles
2021-08-02 Goffi core (memory/sqla): minor docstring line lenght fix
2021-07-29 Goffi core (memory/sqla): generic methods to add and delete ORM objects directly
2021-07-29 Goffi core (memory/sqla): methods to manipulate pubsub tables
2021-06-26 Goffi core (memory/sqla_mapping): fix some technical debt: sqlalchemy
2021-06-25 Goffi core (memory/sqla): database migration using Alembic:
2021-06-03 Goffi core (memory/storage): backend storage is now based on SQLAlchemy