Skip to content

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 enabled auto-merge (rebase) February 6, 2023 04:27
@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