Skip to content

support catalog queries - #258

Merged
houqp merged 2 commits into
roapi:mainfrom
houqp:qp_catalog
Feb 7, 2023
Merged

support catalog queries#258
houqp merged 2 commits into
roapi:mainfrom
houqp:qp_catalog

Conversation

@houqp

@houqp houqp commented Feb 6, 2023

Copy link
Copy Markdown
Member

closes #181

Comment thread columnq/src/columnq.rs
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
Copy Markdown
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
Comment thread .github/workflows/build.yml
@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