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

support catalog queries #258

Merged
merged 2 commits into from
Feb 7, 2023
Merged

support catalog queries #258

merged 2 commits into from
Feb 7, 2023

Conversation

houqp
Copy link
Member

@houqp houqp commented Feb 6, 2023

closes #181

@@ -76,13 +79,15 @@ pub struct ColumnQ {

impl ColumnQ {
pub fn new() -> Self {
Self::new_with_config(SessionConfig::default())
Self::new_with_config(SessionConfig::from_env().with_information_schema(true))
Copy link
Member Author

Choose a reason for hiding this comment

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

this is the main change.

@houqp houqp merged commit 5b28b7c into roapi:main Feb 7, 2023
@houqp houqp deleted the qp_catalog branch February 7, 2023 03:02
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.

Postgres support, enable information_schema related functionality
2 participants