suchcodemuchwow
Explore posts from serversWrong return type in raw sql
Greetings I have simple aggregations on mysql:
Even if I specify
<number>
the return type is coming back as string when I check with typeof reviewCount
and in other.
Is there a way to typecast raw sql queries, rather than modifying the executed query results or not 🤔7 replies
PD🧩 Plasmo Developers
•Created by suchcodemuchwow on 7/16/2023 in #👾extension
Local Storage Item does not show up in service worker dev tools ?
I am saving simple key value string (id: "123") in my background script which I'm able to read it (and can console) every time but it doesn't appear on service workers Application/Local Storage I'm not sure if it's expected behaviour or not. I have checked host websites Local storage as well it doesn't show up there as well. Interesting part is that plasmo can read it magically from somewhere
23 replies