Unable to use table name with 3 dots in selectFrom
Hey
I am using the bigquery dialect adapter and I am trying to query the information schema.
it has the following structure
<DATASET>.INFORMATION_SCHEMA.COLUMNS
but when I pass a string with this structure to the "selectFrom" it just takes the first two
This is what I am using:
https://github.com/maktouch/kysely-bigquery
GitHub
GitHub - maktouch/kysely-bigquery: BigQuery Dialect and Introspecti...
BigQuery Dialect and Introspection for Kysely. Contribute to maktouch/kysely-bigquery development by creating an account on GitHub.
3 Replies
Yeah, there's no support for that.
is there a work around available ?
Hey 👋
Check this issue out - https://github.com/kysely-org/kysely/issues/875
GitHub
Ms sql server - database / schema / tablename · Issue #875 · kysely...
Good morning, I work with Sql server on several databases. When I do a select it is common for me to join tables between several databases. Is there a way on Kysely to specify the database/schema/t...