Alaric Whitney

Results 4 comments of Alaric Whitney

I've proven out that selecting columns doesn't work: ```python session = UnifiedAlchemyMagicMock() session.add(Model(col1=1, col2=2)) v = session.query(Model.col2).first() assert v.col2 == 2 # None - assert fails ``` ```python session =...

I should add that there's no breaking changes with this PR.

@mastercactapus I've used AMD quite a bit, and with Twilio, the answer is a bit nuanced. - Twilio voice status messages will respond with completed when answered by a human...

I did a copy/paste implementation using the new mongo-driver/v2 library: https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6539 I chose the folder structure to match the golang package name.