sqlkata / querybuilder

SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
https://sqlkata.com
MIT License
3.08k stars 498 forks source link

Returning clause #8

Open hey-red opened 7 years ago

hey-red commented 7 years ago

Thanks for your project, that help with writing pure SQL queries 🙂

It will be cool to have that feature in query builder. Http://knexjs.org/#Builder-returning

PejmanNik commented 6 years ago

Hello @ahmad-moussawi I think this can be very useful. do you have any plan for it? Can I help?

ahmad-moussawi commented 6 years ago

@PejmanNik, the problem with this is that there is no simple way to achieve this across multiple db vendors, do you have a proposal on how we can implement this on multiple db engines ?

PejmanNik commented 6 years ago

@ahmad-moussawi wow SORRY for the late reply. I never see you answer.

Can we write different compile strategy in any DB engines compiler?

ahmad-moussawi commented 6 years ago

No worries, yes sure we can do that

PejmanNik commented 6 years ago

So I Work on it and make a PR. Thank you.

IssueHuntBot commented 5 years ago

@boostio funded this issue with $10. Visit this issue on Issuehunt

julioleitao commented 4 years ago

Does this issue still relevant for the project? It is interesting to have someone to work on it?