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

#3367 Add interface for PG Connection object #3372

Merged
merged 5 commits into from Oct 26, 2019
Merged

#3367 Add interface for PG Connection object #3372

merged 5 commits into from Oct 26, 2019

Conversation

timorthi
Copy link
Contributor

Closes #3367

statement_timeout?: false | number;
}

type RedshiftConnectionConfig = PgConnectionConfig;
Copy link
Contributor Author

@timorthi timorthi Jul 26, 2019

Choose a reason for hiding this comment

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

Figured I'd sneak this in since the Redshift dialect uses the same driver.

@timorthi timorthi changed the title Add interface for PG Connection object #3367 Add interface for PG Connection object Jul 26, 2019
@kibertoad
Copy link
Collaborator

Could you please update the PR to make sure build passes?

@kibertoad
Copy link
Collaborator

Thanks!

@kibertoad kibertoad merged commit d806ec0 into knex:master Oct 26, 2019
@timorthi timorthi deleted the pgconnection-type branch October 26, 2019 14:51
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.

Port missing in 'ConnectionConfig' TypeScript definition?
2 participants