Activity
Move concurrent pull request to changes
Move concurrent pull request to changes
Add release date to changelog (tomorrow)
Add release date to changelog (tomorrow)
chore: update changelog for 0.8.0
chore: update changelog for 0.8.0
Force push
chore: update changelog for 0.8.0
chore: update changelog for 0.8.0
Force push
Merge branch 'master' into fix-transaction-contextvar
Merge branch 'master' into fix-transaction-contextvar
fix: remove connection inheritance, add more tests, update docs
fix: remove connection inheritance, add more tests, update docs
Force push
fix: remove connection inheritance, add more tests, update docs
fix: remove connection inheritance, add more tests, update docs
Merge remote-tracking branch 'upstream/master' into fix-transaction-c…
Merge remote-tracking branch 'upstream/master' into fix-transaction-c…
docs: add examples for async transaction context and nested transactions
docs: add examples for async transaction context and nested transactions
fix: quote WeakKeyDictionary typing for python<=3.7
fix: quote WeakKeyDictionary typing for python<=3.7
chore: apply corrections from linters
chore: apply corrections from linters
feat: reimplement concurrency system with contextvar and weakmap
feat: reimplement concurrency system with contextvar and weakmap
chore: remove optional annotation on asyncio.Task
chore: remove optional annotation on asyncio.Task
Merge remote-tracking branch 'madkinsz/example/instance-safe' into fi…
Merge remote-tracking branch 'madkinsz/example/instance-safe' into fi…
docs: update comment on _connection_contextmap
docs: update comment on _connection_contextmap
chore: use typing.Tuple for lower python version compatibility
chore: use typing.Tuple for lower python version compatibility
chore: changes for linting and typechecking
chore: changes for linting and typechecking
test: check multiple databases in the same task use independant conne…
test: check multiple databases in the same task use independant conne…
Force push
test: check multiple databases in the same task use independant conne…
test: check multiple databases in the same task use independant conne…
test: add concurrent task tests
test: add concurrent task tests
fix: contextvar.get takes no keyword arguments
fix: contextvar.get takes no keyword arguments
refactor: rename contextvar class attributes, add some explaination c…
refactor: rename contextvar class attributes, add some explaination c…
fix: incorrect concurrent usage of connection and transaction
fix: incorrect concurrent usage of connection and transaction
fix: store transaction in contextvar
fix: store transaction in contextvar
fix: try to always use connection contextvar
fix: try to always use connection contextvar