-
-
Notifications
You must be signed in to change notification settings - Fork 12
add partly Mysql support #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
p-alik
wants to merge
21
commits into
weiznich:master
Choose a base branch
from
p-alik:issue-3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
baf05ae
Add mysql feature flags
702ddad
Generate an impl for LoadingHandler for diesel::mysql::Mysql
778fecb
Generate an impl for WundergraphBelongsTo for diesel::mysql::Mysql
6f76152
Generate an impl for BuildFilterHelper for diesel::mysql::Mysql
61641d2
Implement ApplyOffset for diesel::mysql::Mysq
0da2814
wundergraph_example supports mysql
0ebcb0d
ApplyOffset for diesel::mysql::Mysql sets mandatory limit parameter
52759f9
[UNFINISHED DRAFT] Implement HandleInsert and HandleBatchInsert for d…
5f9478d
Fix wundergraph_example to compile with the mysql backend
weiznich a92f2c5
Add mysql feature flags
e8e1a41
Generate an impl for LoadingHandler for diesel::mysql::Mysql
add2c6d
Generate an impl for WundergraphBelongsTo for diesel::mysql::Mysql
0e82a5c
Generate an impl for BuildFilterHelper for diesel::mysql::Mysql
f781c32
Implement ApplyOffset for diesel::mysql::Mysq
0bd0c52
Update wundergraph/src/query_builder/selection/offset.rs
p-alik bafc006
rustfmt adds an empty like for sake of CI
463dafc
avoid warnings: trait objects without an explicit dyn are deprecated
858d82f
wundergraph_example supports MySql
4ed4ca7
wundergraph_cli supports MySql
494511e
Merge branch 'issue-3' of git://github.com/weiznich/wundergraph into …
b1e714b
Merge branch 'weiznich-issue-3' into issue-3
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5 secs was used to run mysql tests locally. But since ci postgres test failed for same reason, I increased the sleep duration globally.