FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Added joins on CompileUpdateQuery for issue #637 by brykneval · Pull Request #656 · sqlkata/querybuilder · GitHub

Added joins on CompileUpdateQuery for issue #637 - #656

Open
brykneval wants to merge 1 commit into
sqlkata:masterfrom
brykneval:issue/637
Open

Added joins on CompileUpdateQuery for issue #637#656
brykneval wants to merge 1 commit into
sqlkata:masterfrom
brykneval:issue/637

Conversation

Copy link
Copy Markdown

Added joins on UPDATE query.
Results as

UPDATE [Test1] 
SET [Test1].[Test1Id] = 1
, [Test1].[Test1Description] = 'Name2Value' 
FROM [Test1]\nLEFT JOIN [Test] ON [Test].[TestId] = [Test1].[Test1Id]

Copy link
Copy Markdown
Contributor

This is not compatible with MySql and maybe with Oracle too

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL