Artem
Artem
After upgrading from `4.10.1` to `4.29.2`, I noticed that some Resources which remained unitialized in prior version unexpectedly started to initialize during `init_resorces()` call. The **Selector** provider initializes all nested...
1. Enable custom arguments for websocket connection method (e.g. for proxy) 2. Remove ambiguous argument `'sslopt': {"cert_reqs": ssl.CERT_NONE}` - looks as vulnerability 3. fix setup.py for pypoetry: command `poetry add...
This feature would be useful when we have types and inputs generated by Prisma, and want to add custom implemented Query and Mutation for real-world app. For example: ``` const...
Got an exception during schema generation for entity containing `@GeneratedValue` annotation without arguments: ``` java.lang.UnsupportedOperationException: YDB does not support FOR UPDATE statement at tech.ydb.hibernate.dialect.YdbDialect.getForUpdateString(YdbDialect.java:359) ``` Works fine if changed to...