Mariusz Felisiak

Results 25 issues of Mariusz Felisiak

Deprecated since Python 3.2 (see [release notes](https://docs.python.org/3/whatsnew/3.2.html)).

Currently `delete()` calls `_deletetouch()` with `[b'DELETED', b'NOT_FOUND']`. We would like to have an option to pass lists of `expected` results and customize this behavior, because we don't treat passing a...

**Describe the bug** Test coverage is not measured for coroutines when `coverage` is run in parallel with `concurrency = multiprocessing`. The following commit introduced this regression in Django: https://github.com/django/django/commit/69352d85fa8412865db9e0c7f177b333c0eac3e2. Running...

bug

It seems that we would like to restore a feature in Django based on the `Cursor._query` attribute, so I open this issue as per its docs: _"If you would like...

This uses `deferred_sql` and `_field_indexes_sql()` instead of custom hooks on MySQL and Oracle. It's a preparation for ticket-35074.