Ross
Argument of type 'RawBuilder<unknown>' is not assignable to...
I did but it didn't register with me for some reason, apologies
Types are once again a little bit stricter in some places. You might get type errors from code like where('first_name', '=', sql
something). You need to explicitly give a type for sql expressions like this sql<string>
something
9 replies