Leonardo Blas

Results 2 issues of Leonardo Blas

in python, `connection.in_transaction` is always `False`. I tried `isolation_level="EXCLUSIVE"` and/or `"BEGIN EXCLUSIVE"`. not sure if I'm doing something wrong. also, note that `auto_commit` is not a parameter in `connect()`: ```TypeError:...

### Code that causes the issue for entity, text in message.get_entities_text(): print(text) ### Expected behavior Given a string like "this is my website www.google.com hello friend", the expected behavior is...