support catalog queries by houqp · Pull Request #258 · roapi/roapi

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@houqp

Copy link

Member

@houqp houqp commented

Feb 6, 2023

edited

Loading

closes #181

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.

jychen7 reacted with thumbs up emoji

@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

Reviewers

@jychen7 jychen7 jychen7 approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Postgres support, enable information_schema related functionality

2 participants

@houqp @jychen7