-
-
Notifications
You must be signed in to change notification settings - Fork 538
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
Returning #292
Merged
Returning #292
Changes from 5 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
c5468eb
Use "marlon-sousa/sea-query"
billy1624 c39a3b8
Insert with returning for Postgres
billy1624 52ff943
Docs
billy1624 a977572
Update with returning for Postgres
billy1624 50605c7
FIXME: breaking behaviors
billy1624 6238736
Handle "None of the database rows are affected" for Postgres
billy1624 2f7cffa
Fix test cases
billy1624 732d080
Update docs
billy1624 0eafacc
Try returning on MariaDB
billy1624 80c0d69
Merge remote-tracking branch 'origin/master' into returning
billy1624 30f43b6
Fixup
billy1624 2f0ac4c
Fixup
billy1624 afdb1af
This will fail loll
billy1624 1723206
This will fail loll
billy1624 3e6423a
This will fail loll
billy1624 30a50ca
Try
billy1624 429b920
Fixup
billy1624 24fab66
Try
billy1624 8020ae1
Fixup
billy1624 533c3cf
Try
billy1624 ec637b2
Returning support for SQLite
billy1624 c1fae1b
Debug print
billy1624 cc035d7
Refactoring
billy1624 66c23c8
Revert MySQL & SQLite returning support
billy1624 257a893
Use `sea-query` master
billy1624 4d44827
Docs
billy1624 fd50ffd
Merge remote-tracking branch 'origin/master' into returning
billy1624 d5de8b1
Should fail
billy1624 9655805
Will fail, as expected
billy1624 4c147a2
Rewrite doctests
billy1624 f9d04fc
Hotfix - separate counter for mock exec & query
billy1624 7298fde
Rewrite doctests
billy1624 42404eb
Fixup
billy1624 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 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 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 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 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 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
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.
SO we need new test cases here.
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.
Yep!
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.
Test cases added