danius
danius
> @danigosa The error you're getting is because of the `?`, in PostgreSQL you have to use `$N` for parameter substitution. For example: > > ```python > res = await...
This is not working on `excute_raw`: ```python orgId = 1 await tx.execute_raw( f""" SET LOCAL jwt.claims.orgId TO $1; """, orgId, ) ``` ``` tests/test_db.py:31: in test_internals await tx.execute_raw( ../../.build/.virtualenvs/care-api-hvqas-MI/src/prisma/src/prisma/client.py:1121: in...
> @danielweil I've updated the `wip/transactions` branch to include the changes from the latest release. Hi, we are using internally this branch (not in production) for our platform to test...
For now we are using the interface `TransactionManager` without the context manager, we've seen so far that it works just fine, although we do not understand why the context manager...
Thanks for the feedback! The main reason we work around the context manager is because it wasn't calling rollback, I think that if this issue is addressed it can be...
Any news into integrate this to master and bump version?
Hey guys, how is this going? JWT is a must-have auth backend for every serious backend microservice so what's left? can we help? Cheers, Dgz
We have already implemented the JWT authentication using the provided `hug.hug.authentication.token` that supports treating `Authorization` header in a _raw_ way, I can't see the point to implement full fledge JWT...
From an Alpine Linux Dockerfile this is working since 2.0.0 tag and on: ``` apk add --update \ libtool \ cmake \ autoconf \ automake && \ cd / &&...
I see the fonts pretty neat. I think you just have to swipe left to reveal the end of the lines cut by the code container, maybe putting it in...