Skip to content
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: MQL query runner #650

Merged
merged 1 commit into from Nov 15, 2015
Merged

Feature: MQL query runner #650

merged 1 commit into from Nov 15, 2015

Conversation

alonho
Copy link
Contributor

@alonho alonho commented Nov 13, 2015

MQL is a SQL implementation for MongoDB (proprietary software provided by digdata.io)

result = simplify(list(gen))
return json.dumps({'columns': deduce_columns(result), 'rows': result}), None

register(MQL)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New line at the end please

@arikfr arikfr changed the title Add support for MQL Feature: MQL query runner Nov 15, 2015
arikfr added a commit that referenced this pull request Nov 15, 2015
Feature: MQL query runner
@arikfr arikfr merged commit 32638ae into getredash:master Nov 15, 2015
dairyo pushed a commit to KiiCorp/redash that referenced this pull request Mar 1, 2019
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.

None yet

3 participants