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

[WIP] feature/table-from-postgresl-sqlite #1453

Open
wants to merge 18 commits into
base: branch-21.06
Choose a base branch
from
Open

[WIP] feature/table-from-postgresl-sqlite #1453

wants to merge 18 commits into from

Conversation

gcca
Copy link
Contributor

@gcca gcca commented Apr 9, 2021

Related #1443

@gcca gcca self-assigned this Apr 9, 2021
@gcca gcca requested a review from aucahuasi April 9, 2021 17:13
@wmalpica wmalpica changed the base branch from branch-0.19 to branch-0.20 April 12, 2021 18:37
@gcca gcca linked an issue Apr 16, 2021 that may be closed by this pull request
4 tasks
…/blazingsql into feature/table-from-postgresl-sqlite
};

TableInfo ExecuteTableInfo(PGconn *connection, const sql_info &sql) {
PGresult *result = PQexec(connection, MakeQueryForColumnsInfo(sql).c_str());
inline TableInfo ExecuteTableInfo(PGconn * connection, const sql_info & sql) {
Copy link
Contributor

Choose a reason for hiding this comment

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

why is this inline?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@williamBlazing, all SQL-providers have a function to get a list columns of the table used to load the data.
So, a TableInfo contains the list of columns and their data types (to be parsed)

@felipeblazing
Copy link

run tests

@GPUtester
Copy link
Collaborator

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

@felipeblazing
Copy link

run tests

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.

Add PostgreSQL and SQLite support (SQL Federation)
5 participants