Alexey Kinev
Alexey Kinev
## Which version are you using? v1.3.1 ## Which operating system are you using? - [x] Linux amd64 standard - [ ] Linux amd64 Docker - [ ] Linux arm64...
1. Describe your new request in detail As known and described in the official documentation database type `DB_TYPE_INTERVAL_YM` is [not supported](https://python-oracledb.readthedocs.io/en/latest/api_manual/module.html#oracledb.DB_TYPE_INTERVAL_YM). But what is unclear is how to mitigate this...
When proper query class is provided `AsyncDatabase.fetch_results()` never gets called, so it can actually be removed. For compatibility with original peewee's queries patching logic updated in `_patch_query_with_compat_methods()` to make sure...
Extracted module `peewee_async_compat` which contains `Manager` and other older interfaces to make cleaner separation from newer implementation based on `AioModel` etc. - Implemented patching queries for compatibility, check the `_patch_query_with_compat_methods()`...
Simple example of usage with aiohttp server with GET and POST requests. Btw, `Manager.update()` seems to be broken. I'd want to restore it first and then go with smooth deprecation...