-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add just_check field to glean UserQueryOptions
Summary: Add a just_check option to UserQueryOption, to allow a result to be returned after compilation (without actually query the db), so we can syntax-check a query. **Next steps** will add to daiquery UI, so we can get syntax error highlighting in the editor while the query is written Reviewed By: malanka Differential Revision: D64957730 fbshipit-source-id: 5611d29113340860ccbc0fca53707479e1950081
- Loading branch information
1 parent
b764242
commit 52c79d3
Showing
4 changed files
with
107 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters