Skip to content

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
@gcca gcca requested review from felipeblazing and wmalpica April 30, 2021 21:00

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