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: SQLite query runner #630

Merged
merged 2 commits into from
Nov 5, 2015
Merged

Conversation

gissehel
Copy link

This pull request add support for sqlite databases.
No type support because the nature of sqlite's types makes it difficult to infer the best type for a query result.

Should close #627

@gissehel gissehel mentioned this pull request Oct 28, 2015
#from redash.query_runner import SUPPORTED_COLUMN_TYPES
from redash.query_runner import register
#from redash.query_runner import get_query_runner
#from redash.query_runner import import_query_runners
Copy link
Member

Choose a reason for hiding this comment

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

There is no point in keeping the commented out code... Let's remove it.

@arikfr arikfr changed the title sqlite support Feature: SQLite query runner Nov 3, 2015
@arikfr
Copy link
Member

arikfr commented Nov 3, 2015

👍 looks good. I left two minor comments, let's sort those out and it can be merged.

* Renamed "Database Name"/dbname to "Database Path"/dbpath
@gissehel
Copy link
Author

gissehel commented Nov 4, 2015

I corrected the points, but I still need to test it more.

The pr should work.

arikfr added a commit that referenced this pull request Nov 5, 2015
@arikfr arikfr merged commit aa04a6e into getredash:master Nov 5, 2015
@arikfr
Copy link
Member

arikfr commented Nov 5, 2015

Merged. Thanks.

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.

sqlite support
2 participants