How to specify types for raw sql statement?
How do I specify the types for a raw sql statement? I have the following code, but I have to override the types to unknown before I can get the types out.
I've tried putting the <SQLResults> as
database.execute<SQLResults>(csFeedbackMTD)
as well, but the types don't seem to be what I'm getting back.1 Reply
I posted a github issue https://github.com/drizzle-team/drizzle-orm/issues/4087
GitHub
[FEATURE]: Allow specifying types for sql raw statements · Issue #4...
Feature hasn't been suggested before. I have verified this feature I'm about to request hasn't been suggested before. Describe the enhancement you want to request How do I specify the t...