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

Feat : Added integration for Sqlite Handler #1011

Closed

Conversation

Chitti-Ankith
Copy link
Contributor

Summary : This diff adds support for SQLite database handler in EVADB.

Test Plan : UT
Reviewers : @xzdandy @jiashenC @gaurav274 @jarulraj

@Chitti-Ankith Chitti-Ankith mentioned this pull request Aug 31, 2023
2 tasks
evadb/version.py Outdated
@@ -1,6 +1,6 @@
_MAJOR = "0"
_MINOR = "3"
_REVISION = "3+dev"
_REVISION = "3"
Copy link
Collaborator

@xzdandy xzdandy Aug 31, 2023

Choose a reason for hiding this comment

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

This is likely an unexpected change.

CHANGELOG.md Outdated
* PR #966: Developer guide for new structure data source integration
* PR #949: feat: improve circle ci
* PR #946: Support `SELECT Func

Copy link
Collaborator

Choose a reason for hiding this comment

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

Please check the changes in CHANGELOG.md. Most likely, they should not be there. Thanks!

@Chitti-Ankith
Copy link
Contributor Author

Ive raised a new PR here #1013. This got auto closed while merging by fork

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.

2 participants