Skip to content

Add query.whereNative#118

Open
Paxa wants to merge 3 commits into
biggora:masterfrom
Paxa:master
Open

Add query.whereNative#118
Paxa wants to merge 3 commits into
biggora:masterfrom
Paxa:master

Conversation

@Paxa

@Paxa Paxa commented Aug 28, 2016

Copy link
Copy Markdown

This is for custom code in SQL conditions. For example

query.whereNative("ST_Contains(city.geom, superhero.geom)");
// or
query.nativeWhere("exists (select 1 from t1 where .. limit 1)");

Probably there can be a better name for method... If you think it's good I will write implementation for other drivers and add some tests

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.

1 participant