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

Add Columndefs support and type conversion for several types. #3

Merged
merged 1 commit into from Aug 29, 2015

Conversation

brianv0
Copy link
Contributor

@brianv0 brianv0 commented Aug 26, 2015

Updates to reflect dax_ prefix changes included.

@@ -60,11 +63,25 @@ def getQuery():
If sql is passed, it runs a given query.'''
if 'sql' in request.args:
sql = request.args.get('sql').encode('utf8')
print sql

Choose a reason for hiding this comment

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

log.debug()?

Updated to reflect dax_ prefix changes.
brianv0 added a commit that referenced this pull request Aug 29, 2015
Add Columndefs support and type conversion for several types.
@brianv0 brianv0 merged commit d003a63 into master Aug 29, 2015
@ktlim ktlim deleted the tickets/DM-3437 branch August 25, 2018 06:44
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