-
Notifications
You must be signed in to change notification settings - Fork 192
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
Feature/raw query #517
base: develop
Are you sure you want to change the base?
Feature/raw query #517
Conversation
@dkaera thanks for your contribution! Is there anything we can help you with to continue working on this feature? |
Currently not, thank you. I've to get time to finish work on MR this week. Sorry for the delay. |
Codecov Report
@@ Coverage Diff @@
## develop #517 +/- ##
===========================================
- Coverage 90.07% 88.54% -1.54%
===========================================
Files 74 79 +5
Lines 1853 1911 +58
===========================================
+ Hits 1669 1692 +23
- Misses 184 219 +35
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
b7a1f6c
to
e3a0d23
Compare
@vitusortner @mqus @ThomasMiddel hey hey, It took a while to get back to it, but now the real working integration is done. All that's left is to finish updating the tests and documentation 😀 |
Can we have a dedicated feature issue for this PR (I didn't find any, sorry if there is one)? The PR description is empty, as well, an issue ticket could explain what are the aims of the PR, how does it improve the current rawQuery. The current rawQuery takes string query and an array and substitutes the array values into the "?" marked places. |
The main idea of this PR is to allow the generation of RawQuery inside DAO interfaces and support the whole Floor framework ecosystem (mapping, database-view, etc.). The current usage of
is a workaround, which in my opinion should be encapsulated. PS: and you're right, without description it's not clear what I suggest. My bad 😬 |
@dkaera No worries and I didn't want to bash on you and I'm happy people are contributing. But I'm sure others may have questions. I'm not sure about others, but in all of my DAOs only insert / update / delete functions don't have any annotations, all of my However (as a possible instigator for this PR as well) the Anyways, I have
So if I understand it correctly your PR will make it possible that the |
Actually, if this focuses only on the |
Hey, thanks for the in-depth analysis of integrating this feature. I really appreciate it 👍 |
Any news on this @dkaera ? |
Sorry @BetterB0y but I won’t be able to continue working on this project due to a heavy workload on my main project and the ongoing war in Ukraine, where I live, which makes it impossible for me to find free time for open-source development. Please reach out to the project owners for any further issues. |
No description provided.