Neil Oliver
05/09/2022, 9:29 PM$queryRaw
(Prisma Client 3.13.0) with SQLite.
SELECT value FROM generate_series(5,100,5)
. (This is just an example from the SQLite docs).
Unfortunately I am getting the error no such table: generate_series
.
Any input would be appreciated.Nurul
05/10/2022, 7:31 AMNeil Oliver
05/10/2022, 8:22 AMqueryRawUnsafe
unfortunately. I did see the issue you mentioned when i searched before posting, however I was unsure if it was related as I am using SQLite (with no typecasting) and the Github issue seem to suggest the problem is surrounding typecasting.Nurul
05/10/2022, 10:15 AM@prisma/client
version once we publish the new release? we will post about the new release in #announcementsNeil Oliver
05/10/2022, 10:23 AMNeil Oliver
05/10/2022, 9:44 PMimprovedQueryRaw
to the schema and ran prisma generate. Is there anything i am missing? I am still getting the same error. Is there another simple way to detect that the improvedQueryRaw
flag is working? Thanks!Nurul
05/11/2022, 8:35 AMnpx prisma -v
Can you run it and see if you get improvedQueryRaw in output?Neil Oliver
05/11/2022, 8:58 AMimprovedQueryRaw
in the outputNeil Oliver
05/12/2022, 7:05 PMNurul
05/13/2022, 8:28 AM