Jan Piotrowski

Results 2422 comments of Jan Piotrowski

No, the API is only shown via the examples we have for now.

What version of PostgreSQL are you using @marcus13371337?

> Why is this tagged unconfirmed? Because no one from our team did run any of those reproductions to confirm they indeed let you confirm the bug.

Special characters like `!` need to be escaped in the password with Prisma, so this is not super surprising: https://www.prisma.io/docs/reference/database-reference/connection-urls#special-characters Use `%21` instead and it should work. What is interesting...

Interesting idea. That information should be present for Studio to use.

> At the moment I have created a special DB user which is denied the access to the table I need to ignore. While it works it is not exactly...

> What I was wondering, without knowing prisma internals, there must be already implemented something similar because **_prisma_migrations** table is ignored (not introspected). Yes, but that is one hard coded...

@michaelbuller Please open a separate issue and describe your full problem re `ProviderSearch.geography`, including the current SQL schema and Prisma schema so we can try to understand this and then...

> would like to use prisma with 1-4 existing tables, in an existing database with 50+ tables. There has to be a better way? Not right now. But this makes...

That is very good to know @juzerzarif - thanks for clarifying.