Georg Semmler
Georg Semmler
As discussed in #130 cc @Ten0
I mostly open this now to see if it works on CI. This is not useful without the bindgen/bindings changes in the other PR
This one should be quite easy: - [ ] Add corresponding feature flags to the `wundergraph_derive`, `wundergraph` and `wundergraph_cli` crate - [ ] Generate an impl for `LoadingHandler` for `diesel::mysql::Mysql`...
I would like to promote my crate wundergraph. It greatly simplifies the creation of a performant GraphQL over given relational database schema. Implementations using diesel and juniper in a straight...
This is mostly a second hand report. We got an issue report at the diesel repo about issues where the `.env` file uses a different encoding that UTF-8. See [here](https://github.com/diesel-rs/diesel/issues/2833#issuecomment-1445046679)...
Blocked on https://github.com/diesel-rs/diesel/pull/2182
Rebased and cleaned up version of #3981 This also adds a bundled/asan build for mysql + fixes minor issues there. Closes #3981 Fixes #3996 Fixes #3929 Fixes #3913
I run into a stack overflow due to a unrestricted recursion in some of my defined schemas while using `ValidationTree::from_schema`. Test case: ```rust const SCHEMA: &str = r##"{ "openapi": "3.0.3",...
### What is the bug? I randomly get failures from cmake that complains that `sqlite3_mutex_alloc` is not defined, while it's actually defined in the used libsqlite3 library. We statically build...
* This now uses nextest to speedup running tests * It now offers some additional options like: - Running tests only for one backend - Filtering tests (by passing additional...