Per the example was able to get working in Postgres no problem. Goes from QueryResultType<any> to proper type. However even though the types appear to be generated correctly the result when using Cockroach always seem to be QueryResultType<ExternalQueryResultRowType>. Any ideas how to fix this?
Per the example was able to get working in Postgres no problem. Goes from
QueryResultType<any>to proper type. However even though the types appear to be generated correctly the result when using Cockroach always seem to beQueryResultType<ExternalQueryResultRowType>. Any ideas how to fix this?