Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Return type of DefaultConnection::createQueryTable should match return type of Connection::createQueryTable #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yalexyu
Copy link

@yalexyu yalexyu commented Sep 26, 2018

As the title suggests, Connection declares createQueryTable to return an ITable whereas DefaultConnect::createQueryTable has docs to return Table.

This has tripped me up when I have strict typing enabled and the return type should have been an ITable, not a Table.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant