Sergio García Prado

Results 29 issues of Sergio García Prado

**Issue by [andrea-mucci](https://github.com/andrea-mucci)** _Tuesday May 25, 2021 at 09:42 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_common/issues/266_ ---- ┆Issue is synchronized with this [ClickUp task](https://app.clickup.com/t/15xp9m5) by [Unito](https://www.unito.io)

enhancement
wontfix
nice to have
pools
databases
minos-microservice-common

**Issue by [garciparedes](https://github.com/garciparedes)** _Monday May 10, 2021 at 13:09 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_common/issues/193_ ---- The current `MinosModel` field typing is not compatible with the `tuple` type, which causes a...

enhancement
wontfix
nice to have
models
minos-microservice-common

enhancement
snapshots
minos-database-sqlalchemy

minos-microservice-aggregate
minos-database-aiopg
minos-database-sqlalchemy

Here is an usage example: ```python snapshot = SqlAlchemySnapshotRepository.from_config(config) session = await snapshot.session() PriceTable = await snapshot.get_table(PriceEntity) ProductTable = await snapshot.get_table(ProductEntity) session.query(PriceTable).where(PriceTable.value > 234).join(ProductTable) ```

snapshots
minos-database-sqlalchemy

**Issue by [garciparedes](https://github.com/garciparedes)** _Monday Oct 18, 2021 at 12:43 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_saga/issues/206_ ---- None

enhancement
minos-microservice-saga