SQLite functions not being called
I think I might've found a bug. At least in Studio, maybe in orm as well. Could someone please verify?
For a following table:
the following SQL query is generated:
When I add a new record via Drizzle Studio, I noticed that the SQLite functions are not being fired. They work fine when adding records manually using SQL queries but not when I use Drizzle Runner or via "Add record" button. Interestingly, the behaviour is slightly different in both cases. I presume the same error will occur when executing the queries from code.
0 Replies