querybuilder
querybuilder copied to clipboard
Allow returning columns in Insert / Update clauses
Implements an argument in Insert/Update-clauses related functions to allow returning columns directly through SQL
Compatibility:
- [x] PostgreSQL
- [x] MSSQL
A generic function was created to allow RDBMS-specific compilers (in this case, PostgreSQL and MSSQL) to handle special cases like this.
Fixes #8
@dgadelha Would it be possible to extend this to also cover delete queries as requested in #133
@ahmad-moussawi Would be fantastic to get this merged as I currently have to code up and run select queries after each of the insert/updates.
@ahmad-moussawi I guess the only blocker here would be to address the merge conflicts?
@b-twis once the package maintainer shows up ensuring this PR will get some attention, I can do that
It's been a month since it was opened and no review. I can do what you asked but I need to make sure I won't waste my time
Is there any update to this particular request? This would be an amazing addition to this package.
@ahmad-moussawi Would it be possible for you to find time to review this change?
Bumpy bump 🛺.
What needs to be done to move this PR forward?
@ianclegg the PR have conflicts with the master branch
Bump
When will the PR be merged?
Bump
Bump
bump
Are there any plans to finish these changes and merge into the master?
This looks great, wonder if this will ever get merged?
Another upvote for merging this PR. This feature is crucial.