You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't access a key via the ref key combination.
Type of available keys leads to never.
Here is an example:
import{Kysely}from'kysely';import{Json}from'kysely-codegen';// create a table with json values as it would be generated by codegentypeTestDB={testTable: {testJsonColumn: Json;};};constdb={}asKysely<TestDB>;// query the json fieldawaitdb.selectFrom('testTable').select(b=>b.ref('testJsonColumn','->$').key('someKey').as('myKey')).execute();
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
Can't access a key via the ref key combination.
Type of available keys leads to never.
Here is an example:
Upvote & Fund
The text was updated successfully, but these errors were encountered: