Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Get WHERE string apart from other SQL #132

Open
Crusader4Christ opened this issue Nov 2, 2016 · 1 comment
Open

Get WHERE string apart from other SQL #132

Crusader4Christ opened this issue Nov 2, 2016 · 1 comment

Comments

@Crusader4Christ
Copy link

Crusader4Christ commented Nov 2, 2016

I need to make many manual db-requests, something like
SELECT count(d.id) FROM download d JOIN download_history h USING(download_id) WHERE ...
and other more complex queries
So main part of query can`t be generated by waterline, BUT I want to use waterline where clause builder. How can this be done?
It will be good if waterline can return query text or it parts.

@OPADA-Eng
Copy link

I need the same thing, Any suggestions ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants