magick93
magick93
Hi @ozum I've pruned my schema down to a single table (from about 400) and a handful of enums. The error has changed slightly. https://gist.github.com/magick93/688b5c15f019c3549050593986ee39d6 I'm running version PostgreSQL 15.1...
I've cleaned up the above ddl - removed all the enums - but the error persists, so dont spend time on this, as the issue is clearly somewhere else.
After dropping the following extensions, _and_ all tables, then adding one table, it works. ``` select * from pg_catalog.pg_extension drop extension plv8 cascade; drop extension wrappers cascade; drop extension hstore...
I'm still working on getting a small ddl that can reproduce it. In the meantime, my own debugging, I've found this: In `main.ts > addColumns()`, when the `row ` has...
You could use the following query to get any types added from extensions: ``` SELECT t.typname AS type_name, e.extname AS extension_name FROM pg_type t JOIN pg_depend d ON t.oid =...
I'm entirely confident that I have identified the issue, or that the following will reproduce it. Note - `postgis` is being installed into the `extensions` schema. I believe this is...
I'm happy to help @ozum As a suggestion, how does the following sound: - while a dynamic, query-based, solution would be nice - initially create a new record set -...
> I will think about the solution you suggested, but I won't have free time for a few weeks. No problem @ozum - I'm happy to try resolve this. But...
I'm getting the same issues with a project that doesnt even use bun but is part of a pnpm / turborepo project, which includes a project that uses bun. Does...
Im unable to login to the f8 console. After entering correct login info I'm just redirected to login again. Is this the same issue?