Mike
Postgres request throws ExecutionErr when trying to get value from field using enum.
We have a PostgreSQL database that we want to query. in one of the tables we use an enum as a type for one of the columns.
Performing just a basic
SELECT status FROM conversion_history
will throw this error:
What could be causing this?
Running the same query from Datagrip for example works without any problems.5 replies
Trouble committing file to GitHub but only in bun runtime
I'm trying to create a script to commit font files into my github repository. This is code that is migrated over from airplane.dev. Initially i created the code using the Deno runtime, this works but I want to use fontkit, which does not support the "import ... from ..." imports.
So the following code WORKS:
42 replies